diff options
author | leeym <leeym@FreeBSD.org> | 2004-02-07 14:01:04 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-02-07 14:01:04 +0800 |
commit | 3a12e324d74aea38d223b0c8dd271d119bcc8693 (patch) | |
tree | 2af47d041c0c20ae06a790f743adbf8523829aed /databases | |
parent | 508527818b4b04fb7dba00378246c5317ddfe5ce (diff) | |
download | freebsd-ports-gnome-3a12e324d74aea38d223b0c8dd271d119bcc8693.tar.gz freebsd-ports-gnome-3a12e324d74aea38d223b0c8dd271d119bcc8693.tar.zst freebsd-ports-gnome-3a12e324d74aea38d223b0c8dd271d119bcc8693.zip |
update to keep in sync with lang/gauche
PR: 62384
Submitted by: Erik Greenwald <erik@smluc.org>
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 61ccdfea7dc7..c4fb075bf241 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.7.3 # Keep this in sync with lang/gauche +PORTVERSION= 0.7.4.1 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- |