aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbrix <brix@FreeBSD.org>2009-01-17 07:20:17 +0800
committerbrix <brix@FreeBSD.org>2009-01-17 07:20:17 +0800
commitefb1e4e2a848609c4944fb0961a3a7a9be4e4c03 (patch)
tree43a2f3bdb70553ed3f4e4d268c81071abdc2e77e /www
parent9043e81bac9dcac97ced34353ec8e42ea839cb22 (diff)
downloadfreebsd-ports-gnome-efb1e4e2a848609c4944fb0961a3a7a9be4e4c03.tar.gz
freebsd-ports-gnome-efb1e4e2a848609c4944fb0961a3a7a9be4e4c03.tar.zst
freebsd-ports-gnome-efb1e4e2a848609c4944fb0961a3a7a9be4e4c03.zip
- Fix port version for real (based on the patch in the PR)
- Bump PORTEPOCH PR: ports/130278 Submitted by: araujo
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Gallery/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index ac3b9917e17d..b94b6d9d8937 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= Apache-Gallery
-PORTVERSION= 1.0
-PORTREVISION= 1
-PORTEPOCH= 1
+PORTVERSION= 1.0.r3
+PORTEPOCH= 2
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 +38,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
PERL_CONFIGURE= yes
APACHE_COMPAT= yes
-PORTSUBVER= RC3
MAN3= Apache::Gallery.3
DOC_FILES= INSTALL LICENSE README TODO UPGRADE