summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2012-12-05 23:42:01 +0000
committergdt <gdt>2012-12-05 23:42:01 +0000
commit7e2a2d0d7c89a5a4fe0e228566de477ab5603038 (patch)
treecca912d1bc011d08d6e8b0ce72e53c12788d1912
parent76c8b2d151ee50256920991a4ed5136ca6f077fc (diff)
downloadpkgsrc-7e2a2d0d7c89a5a4fe0e228566de477ab5603038.tar.gz
Note in DESCR that this is old but the newest in pkgsrc.
-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/}