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 /databases/gauche-gdbm | |
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 'databases/gauche-gdbm')
-rw-r--r-- | databases/gauche-gdbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index ab733ed3bc0a..48f367c1018b 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- |