ports/154756: [patch] port www/p5-Apache-Gallery fix leftover during package building

olli hauer ohauer at FreeBSD.org
Sun Feb 13 22:30:11 UTC 2011


>Number:         154756
>Category:       ports
>Synopsis:       [patch] port www/p5-Apache-Gallery fix leftover during package building
>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 Feb 13 22:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
If APACHE_VERSION > 13, then the directory www/icons is left over.

>How-To-Repeat:
Build the port against apache22

Reference: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20110129080700/p5-Apache-Gallery-1.0.r3_5,2.log

>Fix:

--- p5-Apache-Gallery.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Apache-Gallery/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	28 Mar 2010 06:44:59 -0000	1.34
+++ Makefile	13 Feb 2011 22:16:22 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Apache-Gallery
 PORTVERSION=	1.0.r3
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	http://apachegallery.dk/download/ \
@@ -34,6 +34,7 @@
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
 .else
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
+PLIST_DIRSTRY+=	www/icons
 .endif
 
 MAN3=		Apache::Gallery.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-Apache-Gallery/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	26 Jan 2006 19:19:38 -0000	1.8
+++ distinfo	13 Feb 2011 22:16:22 -0000
@@ -1,3 +1,2 @@
-MD5 (Apache-Gallery-1.0RC3.tar.gz) = a705cbecf2f124d18a3bde3fc36384e8
 SHA256 (Apache-Gallery-1.0RC3.tar.gz) = 9a7ab7566d811bb21dd27bc9a27cdcfb2c7a96c01727ad9a04313fc80e68e1f7
 SIZE (Apache-Gallery-1.0RC3.tar.gz) = 83891
--- p5-Apache-Gallery.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list