diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-15 17:02:10 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-15 17:02:10 +0000 |
commit | f2d91ba6d8cdf117ff4363f4f6593a775af6b7e2 (patch) | |
tree | bded5901596350c49c526438b415772cab59d338 | |
parent | ee3a430dc0c64f540f7b3edf6dc4036b57044a7a (diff) | |
download | FreeBSD-ports-f2d91ba6d8cdf117ff4363f4f6593a775af6b7e2.zip FreeBSD-ports-f2d91ba6d8cdf117ff4363f4f6593a775af6b7e2.tar.gz |
- 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 24be8e0..0609ff3 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- |