diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-09 08:12:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-09 08:12:08 +0800 |
commit | 2ad77c6d6a1ea3030c8f114499a3b1275188d479 (patch) | |
tree | 75b3a9879b357bd95a25b50cbfca1abeb2113246 /www/caudium-devel | |
parent | b89b3c4bed4eaf99574b49df6fdd2e593b20cc3c (diff) | |
download | freebsd-ports-gnome-2ad77c6d6a1ea3030c8f114499a3b1275188d479.tar.gz freebsd-ports-gnome-2ad77c6d6a1ea3030c8f114499a3b1275188d479.tar.zst freebsd-ports-gnome-2ad77c6d6a1ea3030c8f114499a3b1275188d479.zip |
1.3.18-20030711 => 1.3.18.20030711
PR: 56958
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: Xavier Beaudouin <kiwi@oav.net>
Diffstat (limited to 'www/caudium-devel')
-rw-r--r-- | www/caudium-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/caudium-devel/Makefile b/www/caudium-devel/Makefile index 994a3eebbcfa..e5a0e082c3d1 100644 --- a/www/caudium-devel/Makefile +++ b/www/caudium-devel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= caudium-devel -PORTVERSION= 1.3.18-20030711 +PORTVERSION= 1.3.18.20030711 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \ ftp://ftp.caudium.net/caudium/source/ \ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \ http://grendel.firewall.com/caudium-pkg/ \ ftp://ftp.oav.net/caudium/source/old/ \ ftp://ftp.caudium.net/caudium/snapshot/1.3/ -DISTNAME= caudium-${PORTVERSION}-cvs +DISTNAME= caudium-${PORTVERSION:S/.20/-20/}-cvs MAINTAINER= kiwi@oav.net COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base (development branch) |