diff options
author | leeym <leeym@FreeBSD.org> | 2003-10-27 12:22:13 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-10-27 12:22:13 +0800 |
commit | fac0d95998a4218c62bb9b3ba4893470c95216f4 (patch) | |
tree | d85640c9c5c2257205407dd6a712706296289ee5 /www/gallery/Makefile | |
parent | 5e4cfbc0d5d7de46dbdd2f96222e9ffa2ebf333f (diff) | |
download | freebsd-ports-gnome-fac0d95998a4218c62bb9b3ba4893470c95216f4.tar.gz freebsd-ports-gnome-fac0d95998a4218c62bb9b3ba4893470c95216f4.tar.zst freebsd-ports-gnome-fac0d95998a4218c62bb9b3ba4893470c95216f4.zip |
update to gallert-1.4.0.2
PR: 58303
Submitted by: Jamie Hermans <jamie@hermans.ca>
Diffstat (limited to 'www/gallery/Makefile')
-rw-r--r-- | www/gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 664abc6e8964..09fceaa8b86f 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gallery -PORTVERSION= 1.4.0.1 +PORTVERSION= 1.4.0.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.0.1/-pl1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]\.([0-9]+)$/-pl\1/} MAINTAINER= jamie@hermans.ca COMMENT= Gallery is a slick web based photo album written using PHP |