Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 00:11:12 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@helenmarks.co.uk
Subject:   ports/133623: [PATCH] www/mod_line_edit: apache@ cleanups
Message-ID:  <200904120011.n3C0BCu8005526@mail.bluecottontech.com>
Resent-Message-ID: <200904120020.n3C0K171070942@freefall.freebsd.org>

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

>Number:         133623
>Category:       ports
>Synopsis:       [PATCH] www/mod_line_edit: 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:   Sun Apr 12 00:20: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:
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION

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

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

--- mod_line_edit-1.0.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_line_edit/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	22 Jan 2007 07:48:39 -0000	1.1
+++ Makefile	12 Apr 2009 00:10:28 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	mod_line_edit
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://apache.webthing.com/mod_line_edit/
 DISTFILES=	mod_line_edit.c
@@ -15,8 +16,7 @@
 MAINTAINER=	dom@helenmarks.co.uk
 COMMENT=	Apache module for simple text rewriting
 
-USE_APACHE=	yes
-WITH_APACHE2=	yes
+USE_APACHE=	2.0+
 
 do-extract:
 	@${DO_NADA}
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/mod_line_edit/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	22 Jan 2007 07:48:39 -0000	1.1
+++ pkg-plist	12 Apr 2009 00:10:28 -0000
@@ -1,3 +1,3 @@
-libexec/apache2/mod_line_edit.so
+%%APACHEMODDIR%%/mod_line_edit.so
 @exec %D/sbin/apxs -e -A -n line_edit %D/%F
 @unexec %D/sbin/apxs -e -A -n line_edit %D/%F
--- mod_line_edit-1.0.0_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?200904120011.n3C0BCu8005526>