diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-21 17:26:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-21 17:26:18 +0800 |
commit | 782f2af22cfb45df0e7c66a3507ce262ca6e9e79 (patch) | |
tree | ff9f61ef7b680768cb4dd10914e8f2d3e3928e09 /databases | |
parent | 8b64427f952495b2fd15d1528cf82fc83f0896d6 (diff) | |
download | freebsd-ports-gnome-782f2af22cfb45df0e7c66a3507ce262ca6e9e79.tar.gz freebsd-ports-gnome-782f2af22cfb45df0e7c66a3507ce262ca6e9e79.tar.zst freebsd-ports-gnome-782f2af22cfb45df0e7c66a3507ce262ca6e9e79.zip |
- Update to 0.8.11
PR: 115603
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'databases')
-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 e06bd014f352..4c5d211bcd6b 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.8.10 # Keep this in sync with lang/gauche +PORTVERSION= 0.8.11 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- |