ports/133692: [PATCH] www/siteframe: apache@ cleanups

Philip M. Gollucci pgollucci at FreeBSD.org
Mon Apr 13 06:20:05 UTC 2009


>Number:         133692
>Category:       ports
>Synopsis:       [PATCH] www/siteframe: apache@ cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 13 06:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- USE_APACHE=yes is deprecated
- WITH_APACHE2 is deprecated

Port maintainer (glen at broadpool.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- siteframe-5.0.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/siteframe/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	21 Feb 2008 08:53:15 -0000	1.10
+++ Makefile	13 Apr 2009 06:12:36 -0000
@@ -16,8 +16,7 @@
 
 RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
 
-USE_APACHE=	yes
-WITH_APACHE2=	yes
+USE_APACHE=	2.0+
 USE_PHP=	mysqli simplexml xml session gd
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
@@ -39,7 +38,7 @@
 SUB_LIST=	DIR=${SITEFRAMEDIR}
 
 do-install:
-	${MKDIR} ${SITEFRAMEDIR}
+	${MKDIR} ${SITEFRAMEDIR}/
 	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
 	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/
 
--- siteframe-5.0.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list