diff options
Diffstat (limited to 'ftp/php-fastdfs/Makefile')
-rw-r--r-- | ftp/php-fastdfs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/php-fastdfs/Makefile b/ftp/php-fastdfs/Makefile index 82e6c1d7ed92..01f3337cc1a9 100644 --- a/ftp/php-fastdfs/Makefile +++ b/ftp/php-fastdfs/Makefile @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= fastdfs -DISTVERSION= 5.0.11 +DISTVERSION= 6.0.6 CATEGORIES= ftp PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= daniel@blodan.se -COMMENT?= PHP module for accessing a FastDFS cluster +COMMENT= PHP module for accessing a FastDFS cluster LICENSE= GPLv3+ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ libfdfsclient.so:ftp/fastdfs +USES= php:ext + USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 1e50b4f - -USES= php:ext +GH_TAGNAME= V6.06 WRKSRC_SUBDIR= php_client CONFIGURE_ENV= ROOT=${LOCALBASE} |