ports/117084: www/apache-contrib: [PATCH]: portlint clean

Philip M. Gollucci pgollucci at p6m7g8.com
Wed Oct 10 21:00:05 UTC 2007


>Number:         117084
>Category:       ports
>Synopsis:       www/apache-contrib: [PATCH]: portlint clean
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 10 21:00:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-current
>Organization:
Riderway Inc.
>Environment:
FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26 16:44:37 EDT 2007     root at philip.office.rws:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
portlint clean
  use correct Master Site
  USE_LDCONFIG
  fix pkg-descr
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/apache-contrib/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	4 Dec 2005 20:47:28 -0000	1.18
+++ Makefile	10 Oct 2007 20:52:04 -0000
@@ -9,13 +9,14 @@
 PORTVERSION=	1.0.8
 PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES=	http://archive.apache.org/dist/httpd/%SUBDIR%/
+MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}	
 MASTER_SITE_SUBDIR=	contrib/modules/1.3
 
 MAINTAINER=	apache at FreeBSD.org
 COMMENT=	Third-party modules contributed to the Apache HTTP server project
 
 USE_APACHE=	13
+USE_LDCONFIG=	${PREFIX}/libexec/apache
 
 .include <bsd.port.pre.mk>
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/apache-contrib/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	13 Nov 2004 14:56:45 -0000	1.2
+++ pkg-descr	10 Oct 2007 20:32:51 -0000
@@ -1,5 +1,5 @@
 This is a collection of third-party modules contributed to the Apache HTTP
-server project (http://www.apache.org/).
+server project.
 
 The modules are:
 
@@ -9,3 +9,5 @@
 mod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs,
 mod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define
 and mod_monitor.
+
+WWW: http://www.apache.org


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



More information about the freebsd-ports-bugs mailing list