diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-08-16 03:01:24 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-08-16 03:01:24 +0800 |
commit | 8ddc2945a9654714e52657aa1b6ee7330845314d (patch) | |
tree | 9e98f2ec66f3b0fd84d6b36e9e86a173ae9a10f4 /ftp/fastdfs | |
parent | db38d4710b0cec0bbb34d1706c6203d9ffe57d3a (diff) | |
download | freebsd-ports-gnome-8ddc2945a9654714e52657aa1b6ee7330845314d.tar.gz freebsd-ports-gnome-8ddc2945a9654714e52657aa1b6ee7330845314d.tar.zst freebsd-ports-gnome-8ddc2945a9654714e52657aa1b6ee7330845314d.zip |
ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11
While here, improve LICENSE
Changes: https://github.com/happyfish100/fastdfs/blob/master/HISTORY
PR: 221415
Submitted by: Daniel Ylitalo <daniel@blodan.se> maintainer
Diffstat (limited to 'ftp/fastdfs')
-rw-r--r-- | ftp/fastdfs/Makefile | 9 | ||||
-rw-r--r-- | ftp/fastdfs/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/ftp/fastdfs/Makefile b/ftp/fastdfs/Makefile index ef7405f7f78f..b56e985abc97 100644 --- a/ftp/fastdfs/Makefile +++ b/ftp/fastdfs/Makefile @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.10 +PORTVERSION= 5.0.11 CATEGORIES= ftp MAINTAINER= daniel@blodan.se COMMENT= High performance distributed file system (DFS) -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING-3_0.txt LIB_DEPENDS= libfastcommon.so:devel/libfastcommon @@ -20,9 +21,9 @@ GROUPS= _fastdfs USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= bcb7c56 +GH_TAGNAME= 1e50b4f -MAKE_ENV+= DESTDIR=${STAGEDIR} +MAKE_ENV+= DESTDIR=${STAGEDIR} do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh diff --git a/ftp/fastdfs/distinfo b/ftp/fastdfs/distinfo index bfcfb8ae63ed..8fa107131809 100644 --- a/ftp/fastdfs/distinfo +++ b/ftp/fastdfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491471606 -SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b -SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 +TIMESTAMP = 1502819381 +SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9 +SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996 |