From owner-svn-ports-head@freebsd.org Mon Dec 18 19:12: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 A764AEA51DC; Mon, 18 Dec 2017 19:12:35 +0000 (UTC) (envelope-from joneum@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 744186A70F; Mon, 18 Dec 2017 19:12:35 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBIJCYE6059741; Mon, 18 Dec 2017 19:12:34 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBIJCY21059739; Mon, 18 Dec 2017 19:12:34 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201712181912.vBIJCY21059739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 18 Dec 2017 19:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456668 - in head/ftp: . php72-fastdfs X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/ftp: . php72-fastdfs X-SVN-Commit-Revision: 456668 X-SVN-Commit-Repository: ports 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.25 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: Mon, 18 Dec 2017 19:12:35 -0000 Author: joneum Date: Mon Dec 18 19:12:34 2017 New Revision: 456668 URL: https://svnweb.freebsd.org/changeset/ports/456668 Log: New slaveport: ftp/php72-fastdfs PR: 223714 Submitted by: Daniel Ylitalo (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13479 Added: head/ftp/php72-fastdfs/ - copied from r456667, head/ftp/php71-fastdfs/ Modified: head/ftp/Makefile head/ftp/php72-fastdfs/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Dec 18 18:30:42 2017 (r456667) +++ head/ftp/Makefile Mon Dec 18 19:12:34 2017 (r456668) @@ -72,6 +72,7 @@ SUBDIR += php71-fastdfs SUBDIR += php71-ftp SUBDIR += php72-curl + SUBDIR += php72-fastdfs SUBDIR += php72-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor Modified: head/ftp/php72-fastdfs/Makefile ============================================================================== --- head/ftp/php71-fastdfs/Makefile Mon Dec 18 18:30:42 2017 (r456667) +++ head/ftp/php72-fastdfs/Makefile Mon Dec 18 19:12:34 2017 (r456668) @@ -2,11 +2,11 @@ MASTERDIR= ${.CURDIR}/../php56-fastdfs -PKGNAMEPREFIX= php71- +PKGNAMEPREFIX= php72- -COMMENT= PHP 7.1 module for accessing a FastDFS cluster +COMMENT= PHP 7.2 module for accessing a FastDFS cluster -IGNORE_WITH_PHP= 56 70 72 -PHP_VER= 71 +IGNORE_WITH_PHP= 56 70 71 +PHP_VER= 72 .include "${MASTERDIR}/Makefile"