diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-05 17:30:07 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-05 17:30:07 +0000 |
commit | 5d2a23f61883a98595077b9a6ca583cac13cff41 (patch) | |
tree | eb899a6dc11c5a4bbaa3804fbc56681d974c35fd /devel/libslang/Makefile | |
parent | fa9ae02cd3b9145eb3300aa4ba4253bcc7e7f099 (diff) | |
download | pkgsrc-5d2a23f61883a98595077b9a6ca583cac13cff41.tar.gz |
Update slang to 1.4.3, and update the homepage URL. From the announcement
on usenet:
Version 1.4.3 is primarily a bug-fix release, and will probably be the
last release in the 1.x series. It is time to move on to v2.x.
In fact, v1.4.3 adds DESTDIR support, and extends the ABI. The change log
given in the announcement is too long and detailed to included here.
Please refer to <URL:news:slrn97ou3d.87i.davis@aluche.mit.edu>, available
at your nearest usenet archive, for details.
Diffstat (limited to 'devel/libslang/Makefile')
-rw-r--r-- | devel/libslang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 7fc97cee0ea..326cef3893e 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.24 2001/01/28 15:48:56 pooka Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/05 17:30:07 fredb Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # -DISTNAME= slang-1.4.2 +DISTNAME= slang-1.4.3 PKGNAME= lib${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \ http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://space.mit.edu/~davis/slang/ +HOMEPAGE= http://www.s-lang.org/ GNU_CONFIGURE= yes USE_LIBTOOL= yes |