From owner-svn-ports-head@freebsd.org Thu Feb 2 13:32:35 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 D9FAECC9B57; Thu, 2 Feb 2017 13:32:35 +0000 (UTC) (envelope-from sunpoet@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 1FF3510B3; Thu, 2 Feb 2017 13:32:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v12DWW6a000195; Thu, 2 Feb 2017 13:32:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v12DWWov000191; Thu, 2 Feb 2017 13:32:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702021332.v12DWWov000191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Feb 2017 13:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433161 - in head/ftp: php70-fastdfs 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: Thu, 02 Feb 2017 13:32:36 -0000 Author: sunpoet Date: Thu Feb 2 13:32:32 2017 New Revision: 433161 URL: https://svnweb.freebsd.org/changeset/ports/433161 Log: Update to 5.0.9 - While I'm here, fix GH_TAGNAME Changes: https://github.com/happyfish100/fastdfs/commits/master PR: 216698 Submitted by: Daniel Ylitalo (maintainer) Modified: head/ftp/php70-fastdfs/Makefile head/ftp/php70-fastdfs/distinfo (contents, props changed) head/ftp/php71-fastdfs/Makefile head/ftp/php71-fastdfs/distinfo (contents, props changed) Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Thu Feb 2 13:32:22 2017 (r433160) +++ head/ftp/php70-fastdfs/Makefile Thu Feb 2 13:32:32 2017 (r433161) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.9 CATEGORIES= ftp PKGNAMEPREFIX= php70- @@ -17,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= 5d0d1ef USES= php:ext IGNORE_WITH_PHP= 56 71 Modified: head/ftp/php70-fastdfs/distinfo ============================================================================== --- head/ftp/php70-fastdfs/distinfo Thu Feb 2 13:32:22 2017 (r433160) +++ head/ftp/php70-fastdfs/distinfo Thu Feb 2 13:32:32 2017 (r433161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477046089 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1486036290 +SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d +SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184 Modified: head/ftp/php71-fastdfs/Makefile ============================================================================== --- head/ftp/php71-fastdfs/Makefile Thu Feb 2 13:32:22 2017 (r433160) +++ head/ftp/php71-fastdfs/Makefile Thu Feb 2 13:32:32 2017 (r433161) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.8 -PORTREVISION= 1 +PORTVERSION= 5.0.9 CATEGORIES= ftp PKGNAMEPREFIX= php71- @@ -17,7 +16,7 @@ LIB_DEPENDS= libfastcommon.so:devel/libf USE_GITHUB= yes GH_ACCOUNT= happyfish100 GH_PROJECT= fastdfs -GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 +GH_TAGNAME= 5d0d1ef USES= php:ext IGNORE_WITH_PHP= 56 70 Modified: head/ftp/php71-fastdfs/distinfo ============================================================================== --- head/ftp/php71-fastdfs/distinfo Thu Feb 2 13:32:22 2017 (r433160) +++ head/ftp/php71-fastdfs/distinfo Thu Feb 2 13:32:32 2017 (r433161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477046089 -SHA256 (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = c901415de55cad67fe31678091ce131ad4973bce19770f1a03b0be38ba02662d -SIZE (happyfish100-fastdfs-5.0.8-87659981148a362812912b6d4752d281ac05f0b6_GH0.tar.gz) = 335406 +TIMESTAMP = 1486036290 +SHA256 (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = c7046776c34476cd457ecb010906fab7ce6edce3faf82e6bf8b8ba5583ae370d +SIZE (happyfish100-fastdfs-5.0.9-5d0d1ef_GH0.tar.gz) = 335184