diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-03 15:56:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-03 15:56:20 +0800 |
commit | 9cf51531cae387823a9d18a74e8cb18cb2bb9ace (patch) | |
tree | 134aee707969bc73657c6f54f189c6ae3c1be699 /lang | |
parent | 38b3190355c20e476f6513811c91b849a150d956 (diff) | |
download | freebsd-ports-gnome-9cf51531cae387823a9d18a74e8cb18cb2bb9ace.tar.gz freebsd-ports-gnome-9cf51531cae387823a9d18a74e8cb18cb2bb9ace.tar.zst freebsd-ports-gnome-9cf51531cae387823a9d18a74e8cb18cb2bb9ace.zip |
-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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/distinfo | 4 | ||||
-rw-r--r-- | lang/gauche/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 7f51f60946ff..fad82f8925d0 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 1bf3176f9e91..6036db5ddc4a 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 1e4eaa1842a3..6702ffb73d7e 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 |