diff options
Diffstat (limited to 'ftp/fastdfs/Makefile')
-rw-r--r-- | ftp/fastdfs/Makefile | 9 |
1 files changed, 5 insertions, 4 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 |