diff options
author | gdt <gdt@pkgsrc.org> | 2012-12-05 23:42:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-12-05 23:42:14 +0000 |
commit | af915d9eebd0375cd721e36f68f8ab0ae0a9b0f0 (patch) | |
tree | 1dec63af65e1671964eb1e16c1b258fcaac060f1 /lang/guile16 | |
parent | 0992a0f9e16f98e4cb13efdd8873390ba5ecf2e7 (diff) | |
download | pkgsrc-af915d9eebd0375cd721e36f68f8ab0ae0a9b0f0.tar.gz |
Note in DESCR that this is old.
Diffstat (limited to 'lang/guile16')
-rw-r--r-- | lang/guile16/DESCR | 2 | ||||
-rw-r--r-- | lang/guile16/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/guile16/DESCR b/lang/guile16/DESCR index e79cdc43f85..3ad75e2426e 100644 --- a/lang/guile16/DESCR +++ b/lang/guile16/DESCR @@ -3,3 +3,5 @@ that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility. + +This is an old version of guile. diff --git a/lang/guile16/Makefile b/lang/guile16/Makefile index 4124b3cb73a..189a90fb2d7 100644 --- a/lang/guile16/Makefile +++ b/lang/guile16/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/02 20:11:42 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/12/05 23:42:14 gdt Exp $ DISTNAME= guile-1.6.8 -PKGREVISION= 4 +PKGREVISION= 5 PKGNAME= guile16-1.6.8 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} |