diff options
| author | gdt <gdt@pkgsrc.org> | 2012-12-05 23:38:47 +0000 |
|---|---|---|
| committer | gdt <gdt@pkgsrc.org> | 2012-12-05 23:38:47 +0000 |
| commit | a6ef6757c846a052bb40227a218f08999cc68198 (patch) | |
| tree | 098c72c8638ee033ca67b16692ec8c9822d48463 | |
| parent | daad7c8b95046fdc32bd0be716e948b96418e90a (diff) | |
| download | pkgsrc-a6ef6757c846a052bb40227a218f08999cc68198.tar.gz | |
revert change on wrong branch
| -rw-r--r-- | lang/guile/DESCR | 3 | ||||
| -rw-r--r-- | lang/guile/Makefile | 4 | ||||
| -rw-r--r-- | lang/guile16/DESCR | 2 | ||||
| -rw-r--r-- | lang/guile16/Makefile | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/lang/guile/DESCR b/lang/guile/DESCR index 6f82f68e839..e79cdc43f85 100644 --- a/lang/guile/DESCR +++ b/lang/guile/DESCR @@ -3,6 +3,3 @@ 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 d0c41d3b24b..fdb23f2fd2d 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.97.12.1 2012/12/05 23:36:54 gdt Exp $ +# $NetBSD: Makefile,v 1.97.12.2 2012/12/05 23:40:40 gdt Exp $ DISTNAME= guile-1.8.8 -PKGREVISION= 2 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} diff --git a/lang/guile16/DESCR b/lang/guile16/DESCR index 3ad75e2426e..e79cdc43f85 100644 --- a/lang/guile16/DESCR +++ b/lang/guile16/DESCR @@ -3,5 +3,3 @@ 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 712dc1f60c1..68bd1868db1 100644 --- a/lang/guile16/Makefile +++ b/lang/guile16/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7.24.1 2012/12/05 23:37:10 gdt Exp $ +# $NetBSD: Makefile,v 1.7.24.2 2012/12/05 23:38:47 gdt Exp $ DISTNAME= guile-1.6.8 -PKGREVISION= 5 +PKGREVISION= 4 PKGNAME= guile16-1.6.8 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} |
