diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-09-25 11:53:52 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-09-25 11:53:52 +0000 |
commit | 1917a219b24c4f31de25209db469a03838d33972 (patch) | |
tree | 14484cc8c53ff832cbab7de3f9c8ccd094d9dc9a /news/slrn/Makefile | |
parent | e28c640e1f140a05ae63945786430d8adf1b737b (diff) | |
download | ports-1917a219b24c4f31de25209db469a03838d33972.tar.gz ports-1917a219b24c4f31de25209db469a03838d33972.zip |
Notes
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index dc6dcedbd2be..805e94fe7b01 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -6,11 +6,16 @@ # PORTNAME= slrn -PORTVERSION= 0.9.6.2 +PORTVERSION= 0.9.6.3 CATEGORIES= news -MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \ + ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \ + ftp://ftp.ntua.gr/pub/lang/slang/ \ + ftp://ftp.plig.org/pub/slrn/ -MAINTAINER= xaa+ports@timewasters.nl + +MAINTAINER= xaa+ports@madison-gurkha.com LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang |