diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 17:02:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-15 17:02:10 +0000 |
commit | ca13b9ea4f1cc380cfced2c460d8824185f9e9eb (patch) | |
tree | d3bcfb94629b0e70bc3f1e072131d06653226542 | |
parent | Update to 0.8.13 (diff) |
- Sync with lang/gauche
PR: 120716
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
-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 24be8e0ffe90..0609ff38bc11 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.8.12 # Keep this in sync with lang/gauche +PORTVERSION= 0.8.13 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- |