diff options
author | mph <mph@FreeBSD.org> | 1998-05-18 06:54:11 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-18 06:54:11 +0800 |
commit | 5e103340eaaab6cf32d8ea0e4e5166be18f468d5 (patch) | |
tree | 96c60ad14ac2a8fc13ef0faa31aff6c9d14e8c01 /news/slrn/Makefile | |
parent | 9aaa74fd1f5f2a2d99520b2144dd77bc847b3280 (diff) | |
download | freebsd-ports-gnome-5e103340eaaab6cf32d8ea0e4e5166be18f468d5.tar.gz freebsd-ports-gnome-5e103340eaaab6cf32d8ea0e4e5166be18f468d5.tar.zst freebsd-ports-gnome-5e103340eaaab6cf32d8ea0e4e5166be18f468d5.zip |
Upgrade to 0.9.5.2, which is "in sync" with slang 1.2.2, just
committed as well.
Submitted by: Mark Huizer <xaa@stack.nl>
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index b57a464229b7..f5fda8444e09 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -3,17 +3,17 @@ # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.7 1998/05/13 05:07:10 mph Exp $ +# $Id: Makefile,v 1.8 1998/05/13 15:25:05 mph Exp $ # -DISTNAME= slrn0.9.4.3 -PKGNAME= slrn-0.9.4.3 +DISTNAME= slrn0.9.5.2 +PKGNAME= slrn-0.9.5.2 CATEGORIES= news -MASTER_SITES= ftp://ftp.clara.net/pub/unix/Usenet/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ MAINTAINER= xaa@xaa.iae.nl -LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang WRKSRC= ${WRKDIR}/slrn GNU_CONFIGURE= yes |