svn commit: r448000 - in head/ftp: fastdfs php56-fastdfs php70-fastdfs php71-fastdfs
Danilo G. Baio
dbaio at FreeBSD.org
Tue Aug 15 19:01:26 UTC 2017
Author: dbaio
Date: Tue Aug 15 19:01:24 2017
New Revision: 448000
URL: https://svnweb.freebsd.org/changeset/ports/448000
Log:
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 at blodan.se> maintainer
Modified:
head/ftp/fastdfs/Makefile
head/ftp/fastdfs/distinfo
head/ftp/php56-fastdfs/Makefile
head/ftp/php56-fastdfs/distinfo
head/ftp/php70-fastdfs/Makefile
head/ftp/php70-fastdfs/distinfo
head/ftp/php71-fastdfs/Makefile
head/ftp/php71-fastdfs/distinfo
Modified: head/ftp/fastdfs/Makefile
==============================================================================
--- head/ftp/fastdfs/Makefile Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/fastdfs/Makefile Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,13 +1,14 @@
# $FreeBSD$
PORTNAME= fastdfs
-PORTVERSION= 5.0.10
+PORTVERSION= 5.0.11
CATEGORIES= ftp
MAINTAINER= daniel at 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
Modified: head/ftp/fastdfs/distinfo
==============================================================================
--- head/ftp/fastdfs/distinfo Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/fastdfs/distinfo Tue Aug 15 19:01:24 2017 (r448000)
@@ -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
Modified: head/ftp/php56-fastdfs/Makefile
==============================================================================
--- head/ftp/php56-fastdfs/Makefile Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php56-fastdfs/Makefile Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,13 +1,13 @@
# $FreeBSD$
PORTNAME= php56-fastdfs
-PORTVERSION= 5.0.10
+PORTVERSION= 5.0.11
CATEGORIES= ftp
MAINTAINER= daniel at blodan.se
COMMENT= PHP 5.6 module for accessing a FastDFS cluster
-LICENSE= GPLv3
+LICENSE= GPLv3+
LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
libfdfsclient.so:ftp/fastdfs
@@ -15,7 +15,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
USE_GITHUB= yes
GH_ACCOUNT= happyfish100
GH_PROJECT= fastdfs
-GH_TAGNAME= bcb7c56
+GH_TAGNAME= 1e50b4f
USES= php:ext
IGNORE_WITH_PHP= 70 71
Modified: head/ftp/php56-fastdfs/distinfo
==============================================================================
--- head/ftp/php56-fastdfs/distinfo Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php56-fastdfs/distinfo Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491471612
-SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b
-SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625
+TIMESTAMP = 1502819567
+SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
+SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
Modified: head/ftp/php70-fastdfs/Makefile
==============================================================================
--- head/ftp/php70-fastdfs/Makefile Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php70-fastdfs/Makefile Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,14 +1,14 @@
# $FreeBSD$
PORTNAME= fastdfs
-PORTVERSION= 5.0.10
+PORTVERSION= 5.0.11
CATEGORIES= ftp
PKGNAMEPREFIX= php70-
MAINTAINER= daniel at blodan.se
COMMENT= PHP 7 module for accessing a FastDFS cluster
-LICENSE= GPLv3
+LICENSE= GPLv3+
LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
libfdfsclient.so:ftp/fastdfs
@@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
USE_GITHUB= yes
GH_ACCOUNT= happyfish100
GH_PROJECT= fastdfs
-GH_TAGNAME= bcb7c56
+GH_TAGNAME= 1e50b4f
USES= php:ext
IGNORE_WITH_PHP= 56 71
Modified: head/ftp/php70-fastdfs/distinfo
==============================================================================
--- head/ftp/php70-fastdfs/distinfo Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php70-fastdfs/distinfo Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491471617
-SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b
-SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625
+TIMESTAMP = 1502819550
+SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
+SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
Modified: head/ftp/php71-fastdfs/Makefile
==============================================================================
--- head/ftp/php71-fastdfs/Makefile Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php71-fastdfs/Makefile Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,14 +1,14 @@
# $FreeBSD$
PORTNAME= fastdfs
-PORTVERSION= 5.0.10
+PORTVERSION= 5.0.11
CATEGORIES= ftp
PKGNAMEPREFIX= php71-
MAINTAINER= daniel at blodan.se
COMMENT= PHP 7.1 module for accessing a FastDFS cluster
-LICENSE= GPLv3
+LICENSE= GPLv3+
LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
libfdfsclient.so:ftp/fastdfs
@@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \
USE_GITHUB= yes
GH_ACCOUNT= happyfish100
GH_PROJECT= fastdfs
-GH_TAGNAME= bcb7c56
+GH_TAGNAME= 1e50b4f
USES= php:ext
IGNORE_WITH_PHP= 56 70
Modified: head/ftp/php71-fastdfs/distinfo
==============================================================================
--- head/ftp/php71-fastdfs/distinfo Tue Aug 15 18:58:55 2017 (r447999)
+++ head/ftp/php71-fastdfs/distinfo Tue Aug 15 19:01:24 2017 (r448000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491471623
-SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b
-SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625
+TIMESTAMP = 1502819531
+SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
+SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
More information about the svn-ports-head
mailing list