Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2009 22:38:19 -0200
From:      "Marcelo Araujo <araujo@FreeBSD.org>" <araujo@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/130278: [PATCH] www/p5-Apache-Gallery
Message-ID:  <1231375099.4021@ponderosa.intelbras.com.br>
Resent-Message-ID: <200901080040.n080e1hH086757@freefall.freebsd.org>

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

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1231375099.4021>