From owner-svn-ports-head@FreeBSD.ORG Tue Sep 23 22:08:37 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 E678F3F4; Tue, 23 Sep 2014 22:08:37 +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 B6565FDB; Tue, 23 Sep 2014 22:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NM8b6T044260; Tue, 23 Sep 2014 22:08:37 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NM8aXF044253; Tue, 23 Sep 2014 22:08:36 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409232208.s8NM8aXF044253@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:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369127 - in head/www: cakephp13 cakephp21 cakephp22 cakephp23 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:08:38 -0000 Author: ohauer Date: Tue Sep 23 22:08:36 2014 New Revision: 369127 URL: http://svnweb.freebsd.org/changeset/ports/369127 QAT: https://qat.redports.org/buildarchive/r369127/ Log: - fix DEFAULT_VERSIONS usage - remove SLAVE_PORT_MODULES (no longer required since apache >= 20) with hat apache@ Modified: head/www/cakephp13/Makefile head/www/cakephp21/Makefile head/www/cakephp22/Makefile head/www/cakephp23/Makefile Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Tue Sep 23 22:00:06 2014 (r369126) +++ head/www/cakephp13/Makefile Tue Sep 23 22:08:36 2014 (r369127) @@ -18,15 +18,13 @@ GH_COMMIT= a59e55e PORTDOCS= README -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1[12]-* cakephp-2?-.* cakephp-2.?.* NO_BUILD= yes USES= gettext USE_PHP= session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/config/acl.ini.php \ Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Tue Sep 23 22:00:06 2014 (r369126) +++ head/www/cakephp21/Makefile Tue Sep 23 22:08:36 2014 (r369127) @@ -18,15 +18,13 @@ GH_COMMIT= 0bcf34c PORTDOCS= README -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1?-* cakephp-2[2]-.* cakephp-2.3.* NO_BUILD= yes USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/Config/acl.php \ Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Tue Sep 23 22:00:06 2014 (r369126) +++ head/www/cakephp22/Makefile Tue Sep 23 22:08:36 2014 (r369127) @@ -17,15 +17,13 @@ GH_COMMIT= 1bb28d3 PORTDOCS= README.md -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1?-* cakephp-2[1]-.* cakephp-2.3.* NO_BUILD= yes USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/Config/acl.php \ Modified: head/www/cakephp23/Makefile ============================================================================== --- head/www/cakephp23/Makefile Tue Sep 23 22:00:06 2014 (r369126) +++ head/www/cakephp23/Makefile Tue Sep 23 22:08:36 2014 (r369127) @@ -16,15 +16,13 @@ GH_COMMIT= b81c198 PORTDOCS= README.md -SLAVE_PORT_MODULES= REWRITE - CONFLICTS= cakephp-1?-* cakephp-2[12]-.* NO_BUILD= yes USES= gettext USE_PHP= ctype session WANT_PHP_WEB= yes -DEFAULT_VERSIONS= php=5 +DEFAULT_VERSIONS+= php=5 CAKE_CONF_FILES= \ app/Config/acl.php \