From owner-svn-ports-head@freebsd.org Wed May 3 12:48:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E956D5B32C; Wed, 3 May 2017 12:48:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5A41269; Wed, 3 May 2017 12:48:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43Cm0Wk055275; Wed, 3 May 2017 12:48:00 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43ClxID055261; Wed, 3 May 2017 12:47:59 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705031247.v43ClxID055261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 3 May 2017 12:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440011 - in head: devel/libfastcommon ftp/fastdfs ftp/php56-fastdfs ftp/php70-fastdfs ftp/php71-fastdfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 12:48:01 -0000 Author: miwi Date: Wed May 3 12:47:59 2017 New Revision: 440011 URL: https://svnweb.freebsd.org/changeset/ports/440011 Log: Updates devel/libfastcommon to 1.0.36 ftp/fastdfs to 5.0.10 ftp/php56-fastdfs to 5.0.10 ftp/php70-fastdfs to 5.0.10 ftp/php71-fastdfs to 5.0.10 Changelog: https://github.com/happyfish100/libfastcommon/blob/master/HISTORY https://github.com/happyfish100/fastdfs/blob/master/HISTORY PR: 218423 Submitted by: maintainer Modified: head/devel/libfastcommon/Makefile head/devel/libfastcommon/distinfo 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/devel/libfastcommon/Makefile ============================================================================== --- head/devel/libfastcommon/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/devel/libfastcommon/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libfastcommon -PORTVERSION= 1.0.30 -PORTREVISION= 1 +PORTVERSION= 1.0.36 CATEGORIES= devel MAINTAINER= daniel@blodan.se @@ -12,7 +11,7 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= b80de986b2a269cd15d56e4978c6df844a9c2e59 +GH_TAGNAME= aa4f5b29c76b3a87b54ca177808afc7f103f0b2b USE_LDCONFIG= yes Modified: head/devel/libfastcommon/distinfo ============================================================================== --- head/devel/libfastcommon/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/devel/libfastcommon/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477294559 -SHA256 (happyfish100-libfastcommon-1.0.30-b80de986b2a269cd15d56e4978c6df844a9c2e59_GH0.tar.gz) = 9be2ee4a33fe8a359f9ddf9afd561afc9a43b1fa3e520c8104a0ba3294e129f3 -SIZE (happyfish100-libfastcommon-1.0.30-b80de986b2a269cd15d56e4978c6df844a9c2e59_GH0.tar.gz) = 121845 +TIMESTAMP = 1491471318 +SHA256 (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 09bcbc5fed283577cd7bc24220379c0e31fe52e0bdb8999ab70e6ffa956c7b8a +SIZE (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 435042 Modified: head/ftp/fastdfs/Makefile ============================================================================== --- head/ftp/fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.10 CATEGORIES= ftp MAINTAINER= daniel@blodan.se @@ -21,7 +20,7 @@ GROUPS= _fastdfs USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= bcb7c56 MAKE_ENV+= DESTDIR=${STAGEDIR} Modified: head/ftp/fastdfs/distinfo ============================================================================== --- head/ftp/fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477045074 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1491471606 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php56-fastdfs/Makefile ============================================================================== --- head/ftp/php56-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php56-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= php56-fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.10 CATEGORIES= ftp MAINTAINER= daniel@blodan.se @@ -16,10 +15,10 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= bcb7c56 USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 PHP_VER= 56 WRKSRC_SUBDIR= php_client Modified: head/ftp/php56-fastdfs/distinfo ============================================================================== --- head/ftp/php56-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php56-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477046032 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1491471612 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php70-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= ftp PKGNAMEPREFIX= php70- @@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 5d0d1ef +GH_TAGNAME= bcb7c56 USES= php:ext IGNORE_WITH_PHP= 56 71 Modified: head/ftp/php70-fastdfs/distinfo ============================================================================== --- head/ftp/php70-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php70-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036290 -SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d -SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184 +TIMESTAMP = 1491471617 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625 Modified: head/ftp/php71-fastdfs/Makefile ============================================================================== --- head/ftp/php71-fastdfs/Makefile Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php71-fastdfs/Makefile Wed May 3 12:47:59 2017 (r440011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.9 +PORTVERSION= 5.0.10 CATEGORIES= ftp PKGNAMEPREFIX= php71- @@ -16,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 5d0d1ef +GH_TAGNAME= bcb7c56 USES= php:ext IGNORE_WITH_PHP= 56 70 Modified: head/ftp/php71-fastdfs/distinfo ============================================================================== --- head/ftp/php71-fastdfs/distinfo Wed May 3 12:39:28 2017 (r440010) +++ head/ftp/php71-fastdfs/distinfo Wed May 3 12:47:59 2017 (r440011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486036290 -SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d -SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184 +TIMESTAMP = 1491471623 +SHA256 (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 24b57a4bbb4e51df67e1d76b086cd16008f657bf79777722ea4471331c79fa6b +SIZE (happyfish100-fastdfs-5.0.10-bcb7c56_GH0.tar.gz) = 336625