diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-13 10:13:52 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-13 10:13:52 +0000 |
commit | 84d8ab529d77e5b5c2761734636b5584defbc3f8 (patch) | |
tree | fd009bcf341fdf76509bd4e291c44ab495009c7b /www/rt34/Makefile | |
parent | db331b3685f4b1603759050cec923cd78fd09acf (diff) |
Notes
Diffstat (limited to 'www/rt34/Makefile')
-rw-r--r-- | www/rt34/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index dcaf1de7ef2b..a4d7d3f0c2f9 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -6,10 +6,12 @@ # PORTNAME= rt3 -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= www MASTER_SITES?= http://www.fsck.com/pub/rt/release/ \ - ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/ + http://www.fsck.com/pub/rt/devel/ \ + ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \ + ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/devel/ DISTFILES?= rt-${PORTVERSION:S/./-/g}.tar.gz MAINTAINER= autrijus@autrijus.org |