From owner-svn-ports-head@FreeBSD.ORG Tue Sep 23 22:24:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19CAAEC4; Tue, 23 Sep 2014 22:24:21 +0000 (UTC) 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 ED7D9210; Tue, 23 Sep 2014 22:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NMOK3w053874; Tue, 23 Sep 2014 22:24:20 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NMOJtf053868; Tue, 23 Sep 2014 22:24:19 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409232224.s8NMOJtf053868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 23 Sep 2014 22:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369131 - in head: databases/pecl-drizzle databases/php5-creole databases/php5-propel databases/php5-redis devel/simpletest 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.18-1 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: Tue, 23 Sep 2014 22:24:21 -0000 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@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@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}