diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-03 07:56:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-08-03 07:56:20 +0000 |
commit | c24847b7b6a8ea601543aba397d0f3c917534522 (patch) | |
tree | da3b2ac31d1c75b91a4dc4c6fab387437d857ba4 /lang/gauche | |
parent | 997428a40ccd1c895e798b3d0adaffbbe2c777a7 (diff) | |
download | ports-c24847b7b6a8ea601543aba397d0f3c917534522.tar.gz ports-c24847b7b6a8ea601543aba397d0f3c917534522.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)
Notes
Notes:
svn path=/head/; revision=115333
Diffstat (limited to 'lang/gauche')
-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 |