From owner-svn-ports-head@freebsd.org Wed Dec 13 17:22:47 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 E552DE80BCC; Wed, 13 Dec 2017 17:22:47 +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 BB48379F23; Wed, 13 Dec 2017 17:22:47 +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 vBDHMkqt078259; Wed, 13 Dec 2017 17:22:46 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDHMkmq078255; Wed, 13 Dec 2017 17:22:46 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201712131722.vBDHMkmq078255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 13 Dec 2017 17:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456222 - in head/ftp: php56-fastdfs php70-fastdfs php71-fastdfs X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/ftp: php56-fastdfs php70-fastdfs php71-fastdfs X-SVN-Commit-Revision: 456222 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: Wed, 13 Dec 2017 17:22:48 -0000 Author: joneum Date: Wed Dec 13 17:22:46 2017 New Revision: 456222 URL: https://svnweb.freebsd.org/changeset/ports/456222 Log: ftp/php*-fastdfs: Remake to Master/Slave Ports PR: 223714 Submitted by: Daniel Ylitalo (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D13454 Deleted: head/ftp/php70-fastdfs/distinfo head/ftp/php70-fastdfs/pkg-descr head/ftp/php70-fastdfs/pkg-message head/ftp/php71-fastdfs/distinfo head/ftp/php71-fastdfs/pkg-descr head/ftp/php71-fastdfs/pkg-message Modified: head/ftp/php56-fastdfs/Makefile head/ftp/php70-fastdfs/Makefile head/ftp/php71-fastdfs/Makefile Modified: head/ftp/php56-fastdfs/Makefile ============================================================================== --- head/ftp/php56-fastdfs/Makefile Wed Dec 13 16:46:31 2017 (r456221) +++ head/ftp/php56-fastdfs/Makefile Wed Dec 13 17:22:46 2017 (r456222) @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= fastdfs -PORTVERSION= 5.0.11 +DISTVERSION= 5.0.11 CATEGORIES= ftp -PKGNAMEPREFIX= php56- +PKGNAMEPREFIX?= php56- +IGNORE_WITH_PHP?= 70 71 72 MAINTAINER= daniel@blodan.se -COMMENT= PHP 5.6 module for accessing a FastDFS cluster +COMMENT?= PHP 5.6 module for accessing a FastDFS cluster LICENSE= GPLv3+ @@ -19,7 +20,7 @@ GH_PROJECT= fastdfs GH_TAGNAME= 1e50b4f USES= php:ext -PHP_VER= 56 +PHP_VER?= 56 WRKSRC_SUBDIR= php_client CONFIGURE_ENV= ROOT=${LOCALBASE} Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Wed Dec 13 16:46:31 2017 (r456221) +++ head/ftp/php70-fastdfs/Makefile Wed Dec 13 17:22:46 2017 (r456222) @@ -1,29 +1,12 @@ # $FreeBSD$ -PORTNAME= fastdfs -PORTVERSION= 5.0.11 -CATEGORIES= ftp +MASTERDIR= ${.CURDIR}/../php56-fastdfs + PKGNAMEPREFIX= php70- -MAINTAINER= daniel@blodan.se COMMENT= PHP 7 module for accessing a FastDFS cluster -LICENSE= GPLv3+ - -LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ - libfdfsclient.so:ftp/fastdfs - -USE_GITHUB= yes -GH_ACCOUNT= happyfish100 -GH_PROJECT= fastdfs -GH_TAGNAME= 1e50b4f - -USES= php:ext +IGNORE_WITH_PHP= 56 71 72 PHP_VER= 70 -WRKSRC_SUBDIR= php_client -CONFIGURE_ENV= ROOT=${LOCALBASE} - -PHP_MODNAME= fastdfs_client - -.include +.include "${MASTERDIR}/Makefile" Modified: head/ftp/php71-fastdfs/Makefile ============================================================================== --- head/ftp/php71-fastdfs/Makefile Wed Dec 13 16:46:31 2017 (r456221) +++ head/ftp/php71-fastdfs/Makefile Wed Dec 13 17:22:46 2017 (r456222) @@ -1,29 +1,12 @@ # $FreeBSD$ -PORTNAME= fastdfs -PORTVERSION= 5.0.11 -CATEGORIES= ftp +MASTERDIR= ${.CURDIR}/../php56-fastdfs + PKGNAMEPREFIX= php71- -MAINTAINER= daniel@blodan.se COMMENT= PHP 7.1 module for accessing a FastDFS cluster -LICENSE= GPLv3+ - -LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ - libfdfsclient.so:ftp/fastdfs - -USE_GITHUB= yes -GH_ACCOUNT= happyfish100 -GH_PROJECT= fastdfs -GH_TAGNAME= 1e50b4f - -USES= php:ext +IGNORE_WITH_PHP= 56 70 72 PHP_VER= 71 -WRKSRC_SUBDIR= php_client -CONFIGURE_ENV= ROOT=${LOCALBASE} - -PHP_MODNAME= fastdfs_client - -.include +.include "${MASTERDIR}/Makefile"