summaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-12-05 23:42:01 +0000
committergdt <gdt@pkgsrc.org>2012-12-05 23:42:01 +0000
commit0992a0f9e16f98e4cb13efdd8873390ba5ecf2e7 (patch)
treecca912d1bc011d08d6e8b0ce72e53c12788d1912 /lang/guile
parenta58f8b197322ad7f23285f3650cbd228f33bda49 (diff)
downloadpkgsrc-0992a0f9e16f98e4cb13efdd8873390ba5ecf2e7.tar.gz
Note in DESCR that this is old but the newest in pkgsrc.
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/DESCR3
-rw-r--r--lang/guile/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/lang/guile/DESCR b/lang/guile/DESCR
index e79cdc43f85..6f82f68e839 100644
--- a/lang/guile/DESCR
+++ b/lang/guile/DESCR
@@ -3,3 +3,6 @@ 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 the previous stable version of guile, but also the most recent
+version available in pkgsrc.
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index a8071ba960e..7b52927bda2 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2012/10/02 20:11:42 asau Exp $
+# $NetBSD: Makefile,v 1.99 2012/12/05 23:42:01 gdt Exp $
DISTNAME= guile-1.8.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}