From owner-svn-ports-all@freebsd.org Sun Jun 28 16:02:37 2015 Return-Path: Delivered-To: svn-ports-all@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 4C68098F219; Sun, 28 Jun 2015 16:02:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 387AC114A; Sun, 28 Jun 2015 16:02:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5SG2bbv089642; Sun, 28 Jun 2015 16:02:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5SG2ZBb089628; Sun, 28 Jun 2015 16:02:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506281602.t5SG2ZBb089628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 Jun 2015 16:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390794 - in head/databases: php5-creole php5-pdo_cassandra php5-propel php5-redis php5-tarantool php55-redis php56-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 16:02:37 -0000 Author: antoine Date: Sun Jun 28 16:02:34 2015 New Revision: 390794 URL: https://svnweb.freebsd.org/changeset/ports/390794 Log: - Remove a few deprecated DEFAULT_PHP_VER - Do not abuse DEFAULT_VERSIONS Modified: head/databases/php5-creole/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/php5-propel/Makefile head/databases/php5-redis/Makefile head/databases/php5-tarantool/Makefile head/databases/php55-redis/Makefile head/databases/php56-redis/Makefile Modified: head/databases/php5-creole/Makefile ============================================================================== --- head/databases/php5-creole/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-creole/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Database abstraction layer for PHP5 USE_PHP= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 NO_BUILD= yes do-install: Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-pdo_cassandra/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -23,7 +23,7 @@ USES= pkgconfig USE_PHP_BUILD= yes USE_PHP= pdo USE_PHPEXT= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=52 USE_GCC= yes Modified: head/databases/php5-propel/Makefile ============================================================================== --- head/databases/php5-propel/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-propel/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -11,7 +11,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Full-service object persistence and query toolkit for PHP USE_PHP= yes -DEFAULT_VERSIONS+= php=5 +PHP_DEFAULT= 5.4 WRKSRC= ${WRKDIR} do-build: Modified: head/databases/php5-redis/Makefile ============================================================================== --- head/databases/php5-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -14,7 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+=php=5 +PHP_DEFAULT= 5.4 USE_GITHUB= yes GH_ACCOUNT= phpredis Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php5-tarantool/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -13,7 +13,7 @@ USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -DEFAULT_PHP_VER=5 +PHP_DEFAULT= 5.4 PHP_MODNAME= ${PORTNAME} GH_PROJECT= ${PORTNAME}-php Modified: head/databases/php55-redis/Makefile ============================================================================== --- head/databases/php55-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php55-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -18,7 +18,7 @@ GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=55 +PHP_DEFAULT= 5.5 PHP_MODNAME= redis Modified: head/databases/php56-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Sun Jun 28 15:30:41 2015 (r390793) +++ head/databases/php56-redis/Makefile Sun Jun 28 16:02:34 2015 (r390794) @@ -16,7 +16,7 @@ GITVERSION= 0f0661e USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_VERSIONS+= php=56 +PHP_DEFAULT= 5.6 USE_GITHUB= yes GH_ACCOUNT= nicolasff