svn commit: r369131 - in head: databases/pecl-drizzle databases/php5-creole databases/php5-propel databases/php5-redis devel/simpletest
Olli Hauer
ohauer at FreeBSD.org
Tue Sep 23 22:24:21 UTC 2014
Author: ohauer
Date: Tue Sep 23 22:24:19 2014
New Revision: 369131
URL: http://svnweb.freebsd.org/changeset/ports/369131
QAT: https://qat.redports.org/buildarchive/r369131/
Log:
- fix DEFAULT_VERSIONS usage
(do not overwrite make.conf settings)
Modified:
head/databases/pecl-drizzle/Makefile
head/databases/php5-creole/Makefile
head/databases/php5-propel/Makefile
head/databases/php5-redis/Makefile
head/devel/simpletest/Makefile
Modified: head/databases/pecl-drizzle/Makefile
==============================================================================
--- head/databases/pecl-drizzle/Makefile Tue Sep 23 22:24:06 2014 (r369130)
+++ head/databases/pecl-drizzle/Makefile Tue Sep 23 22:24:19 2014 (r369131)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/d
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_VERSIONS= php=53
+DEFAULT_VERSIONS+= php=53
IGNORE_WITH_PHP=5
OPTIONS_DEFINE= DOCS EXAMPLES
Modified: head/databases/php5-creole/Makefile
==============================================================================
--- head/databases/php5-creole/Makefile Tue Sep 23 22:24:06 2014 (r369130)
+++ head/databases/php5-creole/Makefile Tue Sep 23 22:24:19 2014 (r369131)
@@ -11,7 +11,7 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Database abstraction layer for PHP5
USE_PHP= yes
-DEFAULT_VERSIONS=php=5
+DEFAULT_VERSIONS+=php=5
NO_BUILD= yes
do-install:
Modified: head/databases/php5-propel/Makefile
==============================================================================
--- head/databases/php5-propel/Makefile Tue Sep 23 22:24:06 2014 (r369130)
+++ head/databases/php5-propel/Makefile Tue Sep 23 22:24:19 2014 (r369131)
@@ -11,7 +11,7 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Full-service object persistence and query toolkit for PHP
USE_PHP= yes
-DEFAULT_VERSIONS= php=5
+DEFAULT_VERSIONS+= php=5
WRKSRC= ${WRKDIR}
do-build:
Modified: head/databases/php5-redis/Makefile
==============================================================================
--- head/databases/php5-redis/Makefile Tue Sep 23 22:24:06 2014 (r369130)
+++ head/databases/php5-redis/Makefile Tue Sep 23 22:24:19 2014 (r369131)
@@ -16,7 +16,7 @@ GITVERSION= 0f0661e
USE_PHP= session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
-DEFAULT_VERSIONS=php=5
+DEFAULT_VERSIONS+=php=5
USE_GITHUB= yes
GH_ACCOUNT= nicolasff
Modified: head/devel/simpletest/Makefile
==============================================================================
--- head/devel/simpletest/Makefile Tue Sep 23 22:24:06 2014 (r369130)
+++ head/devel/simpletest/Makefile Tue Sep 23 22:24:19 2014 (r369131)
@@ -14,7 +14,7 @@ LICENSE= LGPL21
USE_PHP= pcre
USE_PHP_BUILD= yes
-DEFAULT_VERSIONS= php=5
+DEFAULT_VERSIONS+= php=5
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME:tl}
More information about the svn-ports-all
mailing list