Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2009 23:43:53 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@helenmarks.co.uk
Subject:   ports/133621: [PATCH] www/mod_xmlns: apache@ cleanups
Message-ID:  <200904112343.n3BNhrW5063386@mail.bluecottontech.com>
Resent-Message-ID: <200904112350.n3BNo1Id029829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133621
>Category:       ports
>Synopsis:       [PATCH] www/mod_xmlns: 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:   Sat Apr 11 23:50:01 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 -> 2.0+
- Fix plist with www/apache2*
- Bump PORTREVISION

Port maintainer (dom@helenmarks.co.uk) is cc'd.

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

--- mod_xmlns-0.97_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_xmlns/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	22 Jan 2007 07:49:29 -0000	1.1
+++ Makefile	11 Apr 2009 23:41:44 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	mod_xmlns
 PORTVERSION=	0.97
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/svn/apache/filters/xmlns/
 DISTFILES=	xmlns.h mod_xmlns.c
@@ -16,8 +17,7 @@
 COMMENT=	Apache module for XML namespaces
 
 USE_GNOME=	libxml2
-USE_APACHE=	yes
-WITH_APACHE2=	yes
+USE_APACHE=	2.0+
 
 XML2_INC=	${LOCALBASE}/include/libxml2
 XML2_LIB=	${LOCALBASE}/lib
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/mod_xmlns/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	22 Jan 2007 07:49:29 -0000	1.1
+++ pkg-plist	11 Apr 2009 23:41:44 -0000
@@ -1,3 +1,3 @@
-libexec/apache2/mod_xmlns.so
+%%APACHEMODDIR%%/mod_xmlns.so
 @exec %D/sbin/apxs -e -A -n xmlns %D/%F
 @unexec %D/sbin/apxs -e -A -n xmlns %D/%F
--- mod_xmlns-0.97_1.patch ends here ---

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



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