From owner-svn-ports-head@freebsd.org Thu Jan 26 14:38:33 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 A1F44CC2C23; Thu, 26 Jan 2017 14:38:33 +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 6FC70BA9; Thu, 26 Jan 2017 14:38: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 v0QEcWwd042178; Thu, 26 Jan 2017 14:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0QEcW0I042176; Thu, 26 Jan 2017 14:38:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701261438.v0QEcW0I042176@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, 26 Jan 2017 14:38:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432508 - in head/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: Thu, 26 Jan 2017 14:38:33 -0000 Author: sunpoet Date: Thu Jan 26 14:38:32 2017 New Revision: 432508 URL: https://svnweb.freebsd.org/changeset/ports/432508 Log: Add php71-fastdfs 5.0.8 (copied from php70-fastdfs) PR: 216494 Submitted by: Daniel Ylitalo Added: head/ftp/php71-fastdfs/ - copied from r432488, head/ftp/php70-fastdfs/ Modified: head/ftp/Makefile head/ftp/php71-fastdfs/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Thu Jan 26 14:38:27 2017 (r432507) +++ head/ftp/Makefile Thu Jan 26 14:38:32 2017 (r432508) @@ -69,6 +69,7 @@ SUBDIR += php70-fastdfs SUBDIR += php70-ftp SUBDIR += php71-curl + SUBDIR += php71-fastdfs SUBDIR += php71-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor Modified: head/ftp/php71-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Thu Jan 26 13:39:39 2017 (r432488) +++ head/ftp/php71-fastdfs/Makefile Thu Jan 26 14:38:32 2017 (r432508) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= php70-fastdfs +PORTNAME= fastdfs PORTVERSION= 5.0.8 CATEGORIES= ftp +PKGNAMEPREFIX= php71- MAINTAINER= daniel@blodan.se -COMMENT= PHP 7 module for accessing a FastDFS cluster +COMMENT= PHP 7.1 module for accessing a FastDFS cluster LICENSE= GPLv3 @@ -18,8 +19,8 @@ GH_PROJECT= fastdfs GH_TAGNAME= 87659981148a362812912b6d4752d281ac05f0b6 USES= php:ext -IGNORE_WITH_PHP= 56 -PHP_VER= 70 +IGNORE_WITH_PHP= 56 70 +PHP_VER= 71 WRKSRC_SUBDIR= php_client