ports/130278: [PATCH] www/p5-Apache-Gallery

Marcelo Araujo <araujo@FreeBSD.org> araujo at FreeBSD.org
Thu Jan 8 00:40:02 UTC 2009


>Number:         130278
>Category:       ports
>Synopsis:       [PATCH] www/p5-Apache-Gallery
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 00:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo <araujo at FreeBSD.org>
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 7.0-STABLE #7: Fri Jul 25 15:39:03 BRT 2008
    araujo at ponderosa.intelbras.com.br:/usr/obj/usr/src/sys/PONDEROSA



>Description:


- Fix a wrong PORTVERSION naming.
- Bump PORTREVISION.


>How-To-Repeat:





>Fix:


--- p5-Apache-Gallery.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Apache-Gallery/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	6 Jan 2009 13:55:17 -0000	1.26
+++ Makefile	8 Jan 2009 00:34:33 -0000
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	Apache-Gallery
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.0.r3
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	http://apachegallery.dk/download/ \
 		CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION}${PORTSUBVER}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r3//}RC3
 
 MAINTAINER=	brix at FreeBSD.org
 COMMENT=	Apache::Gallery - mod_perl handler to create an image gallery
@@ -39,7 +39,6 @@
 
 PERL_CONFIGURE=	yes
 APACHE_COMPAT=	yes
-PORTSUBVER=	RC3
 
 MAN3=		Apache::Gallery.3
 DOC_FILES=	INSTALL LICENSE README TODO UPGRADE
--- p5-Apache-Gallery.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list