Date: Sun, 28 Jun 2015 16:02:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201506281602.t5SG2ZBb089628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506281602.t5SG2ZBb089628>