diff options
author | novel <novel@FreeBSD.org> | 2005-07-03 12:26:15 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-03 12:26:15 +0800 |
commit | 8fd92ffda7cde4f55d7e0ee91e95d1f1c8451fc1 (patch) | |
tree | 5bea50b3b9420419341f0d7a915923161c8c23aa /databases/gauche-gdbm | |
parent | 4964d78f9d0b5fdf207bd7f2acc68ee96260a763 (diff) | |
download | freebsd-ports-gnome-8fd92ffda7cde4f55d7e0ee91e95d1f1c8451fc1.tar.gz freebsd-ports-gnome-8fd92ffda7cde4f55d7e0ee91e95d1f1c8451fc1.tar.zst freebsd-ports-gnome-8fd92ffda7cde4f55d7e0ee91e95d1f1c8451fc1.zip |
Sync with lang/gauche.
PR: 82900
Submitted by: Erik Greenwald (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 92371d624dc2..772f8551c7cb 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.8.4 # Keep this in sync with lang/gauche +PORTVERSION= 0.8.5 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- |