diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-03 07:56:20 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-03 07:56:20 +0000 |
commit | 9cf51531cae387823a9d18a74e8cb18cb2bb9ace (patch) | |
tree | 134aee707969bc73657c6f54f189c6ae3c1be699 | |
parent | 38b3190355c20e476f6513811c91b849a150d956 (diff) | |
download | FreeBSD-ports-9cf51531cae387823a9d18a74e8cb18cb2bb9ace.zip FreeBSD-ports-9cf51531cae387823a9d18a74e8cb18cb2bb9ace.tar.gz |
-Update to 0.8.1.
freshmeat blurb:
This is a maintenance release with some minor feature additions.
Numerous bugs are fixed, including macro-related bugs and build
problems.
(lib name contains software version instead of 0.0.0 now...)
PR: ports/69932 ports/69933
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
-rw-r--r-- | databases/gauche-gdbm/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/distinfo | 4 | ||||
-rw-r--r-- | lang/gauche/pkg-plist | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index ab733ed..48f367c 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.8 # Keep this in sync with lang/gauche +PORTVERSION= 0.8.1 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 7f51f60..fad82f8 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.8 # Keep databases/gauche-gdbm in sync with this +PORTVERSION= 0.8.1 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo index 1bf3176..6036db5 100644 --- a/lang/gauche/distinfo +++ b/lang/gauche/distinfo @@ -1,2 +1,2 @@ -MD5 (Gauche-0.8.tgz) = 95a72756ebc0bf7c95534869db45e542 -SIZE (Gauche-0.8.tgz) = 2467615 +MD5 (Gauche-0.8.1.tgz) = 245ab826f2219d842b96561482aa0256 +SIZE (Gauche-0.8.1.tgz) = 2595068 diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist index 1e4eaa1..6702ffb 100644 --- a/lang/gauche/pkg-plist +++ b/lang/gauche/pkg-plist @@ -47,7 +47,7 @@ lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme lib/libgauche.so lib/libgauche.so.0 -lib/libgauche.so.0.0.0 +lib/libgauche.so.0.8.1 share/aclocal/gauche.m4 share/gauche/%%VERSION%%/aclocal.m4 share/gauche/%%VERSION%%/lib/binary/io.scm |