Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 19:58:27 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302962 - in head: graphics/mapserver www/cakephp11 www/cakephp12 www/cakephp13 www/cakephp21
Message-ID:  <201208221958.q7MJwRxw088654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Aug 22 19:58:26 2012
New Revision: 302962
URL: http://svn.freebsd.org/changeset/ports/302962

Log:
  - use UPPERCASE for SLAVE_PORT_MODULES (www/cakephp*)
  
    Note: SLAVE_PORT_MODULES is target to remove, since
          with new options framework it can lead to
  	a defect pkg-plist (leftovers).
  
  - update supported USE_APACHE version

Modified:
  head/graphics/mapserver/Makefile
  head/www/cakephp11/Makefile
  head/www/cakephp12/Makefile
  head/www/cakephp13/Makefile
  head/www/cakephp21/Makefile

Modified: head/graphics/mapserver/Makefile
==============================================================================
--- head/graphics/mapserver/Makefile	Wed Aug 22 19:03:58 2012	(r302961)
+++ head/graphics/mapserver/Makefile	Wed Aug 22 19:58:26 2012	(r302962)
@@ -144,7 +144,7 @@ CONFIGURE_ARGS+=	--with-curl=${LOCALBASE
 .endif
 
 .if defined(WITH_MAPSERV)
-USE_APACHE=		20+
+USE_APACHE=		22+
 .include "${PORTSDIR}/Mk/bsd.apache.mk"
 PLIST_SUB+=		WITH_MAPSERV=""
 PLIST_DIRSTRY=		www/cgi-bin

Modified: head/www/cakephp11/Makefile
==============================================================================
--- head/www/cakephp11/Makefile	Wed Aug 22 19:03:58 2012	(r302961)
+++ head/www/cakephp11/Makefile	Wed Aug 22 19:58:26 2012	(r302962)
@@ -21,7 +21,7 @@ LATEST_LINK=	cakephp11
 USE_BZIP2=	yes
 
 USE_APACHE_RUN=	22+
-SLAVE_PORT_MODULES=	rewrite
+SLAVE_PORT_MODULES=	REWRITE
 
 CONFLICTS=	cakephp-1.[23].*
 NO_BUILD=	yes

Modified: head/www/cakephp12/Makefile
==============================================================================
--- head/www/cakephp12/Makefile	Wed Aug 22 19:03:58 2012	(r302961)
+++ head/www/cakephp12/Makefile	Wed Aug 22 19:58:26 2012	(r302962)
@@ -23,7 +23,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAM
 
 PORTDOCS=	README
 
-SLAVE_PORT_MODULES=	rewrite
+SLAVE_PORT_MODULES=	REWRITE
 
 CONFLICTS=	cakephp-1.[13].*
 

Modified: head/www/cakephp13/Makefile
==============================================================================
--- head/www/cakephp13/Makefile	Wed Aug 22 19:03:58 2012	(r302961)
+++ head/www/cakephp13/Makefile	Wed Aug 22 19:58:26 2012	(r302962)
@@ -25,7 +25,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAM
 
 PORTDOCS=	README
 
-SLAVE_PORT_MODULES=	rewrite
+SLAVE_PORT_MODULES=	REWRITE
 
 CONFLICTS=	cakephp-1.[12].* cakephp-2.*
 

Modified: head/www/cakephp21/Makefile
==============================================================================
--- head/www/cakephp21/Makefile	Wed Aug 22 19:03:58 2012	(r302961)
+++ head/www/cakephp21/Makefile	Wed Aug 22 19:58:26 2012	(r302962)
@@ -22,7 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAM
 
 PORTDOCS=	README
 
-SLAVE_PORT_MODULES=	rewrite
+SLAVE_PORT_MODULES=	REWRITE
 
 CONFLICTS=	cakephp-1.* cakephp-2.2.*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208221958.q7MJwRxw088654>