From owner-svn-ports-head@freebsd.org Wed Apr 6 16:45:00 2016 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 E3A69B061E1; Wed, 6 Apr 2016 16:45:00 +0000 (UTC) (envelope-from mat@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 8CB3010C1; Wed, 6 Apr 2016 16:45:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36GixQp008114; Wed, 6 Apr 2016 16:44:59 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36GixJZ008109; Wed, 6 Apr 2016 16:44:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604061644.u36GixJZ008109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 6 Apr 2016 16:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412632 - in head: databases/php-adodb-ext databases/php55-redis databases/php56-redis devel/pecl-propro2 devel/pecl-raphf2 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.21 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, 06 Apr 2016 16:45:01 -0000 Author: mat Date: Wed Apr 6 16:44:59 2016 New Revision: 412632 URL: https://svnweb.freebsd.org/changeset/ports/412632 Log: Remove PHP_DEFAULT from ports, it must not be used. With hat: portmgr Sponsored by: Absolight Modified: head/databases/php-adodb-ext/Makefile (contents, props changed) head/databases/php55-redis/Makefile (contents, props changed) head/databases/php56-redis/Makefile (contents, props changed) head/devel/pecl-propro2/Makefile (contents, props changed) head/devel/pecl-raphf2/Makefile (contents, props changed) Modified: head/databases/php-adodb-ext/Makefile ============================================================================== --- head/databases/php-adodb-ext/Makefile Wed Apr 6 16:09:05 2016 (r412631) +++ head/databases/php-adodb-ext/Makefile Wed Apr 6 16:44:59 2016 (r412632) @@ -18,7 +18,6 @@ USES= dos2unix zip USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= adodb -PHP_DEFAULT= 55 IGNORE_WITH_PHP=56 70 SUB_FILES= pkg-message Modified: head/databases/php55-redis/Makefile ============================================================================== --- head/databases/php55-redis/Makefile Wed Apr 6 16:09:05 2016 (r412631) +++ head/databases/php55-redis/Makefile Wed Apr 6 16:44:59 2016 (r412632) @@ -18,7 +18,6 @@ GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -PHP_DEFAULT= 5.5 IGNORE_WITH_PHP= 56 70 PHP_MODNAME= redis Modified: head/databases/php56-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Wed Apr 6 16:09:05 2016 (r412631) +++ head/databases/php56-redis/Makefile Wed Apr 6 16:44:59 2016 (r412632) @@ -14,7 +14,6 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -PHP_DEFAULT= 5.6 IGNORE_WITH_PHP= 55 70 USE_GITHUB= yes Modified: head/devel/pecl-propro2/Makefile ============================================================================== --- head/devel/pecl-propro2/Makefile Wed Apr 6 16:09:05 2016 (r412631) +++ head/devel/pecl-propro2/Makefile Wed Apr 6 16:44:59 2016 (r412632) @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^2.* -PHP_DEFAULT= 70 USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes Modified: head/devel/pecl-raphf2/Makefile ============================================================================== --- head/devel/pecl-raphf2/Makefile Wed Apr 6 16:09:05 2016 (r412631) +++ head/devel/pecl-raphf2/Makefile Wed Apr 6 16:44:59 2016 (r412632) @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^2.* -PHP_DEFAULT= 70 USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes