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 | |
parent | Add libgtkeditor - a source code editor widget for GTK+. (diff) |
Update to 0.9.6.3.
Added some mastersites myself.
PR: 21478
Submitted by: Maintainer (Mark Huizer <xaa+ports@madison-gurkha.com>)
Notes
Notes:
svn path=/head/; revision=33098
Diffstat (limited to 'news')
-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 |