ports/133623: [PATCH] www/mod_line_edit: apache@ cleanups
Philip M. Gollucci
pgollucci at FreeBSD.org
Sun Apr 12 00:20:02 UTC 2009
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list