diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-02 06:01:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-02 06:01:18 +0000 |
commit | 162551975f6ceea3cd483532f8a37698a1cb8d7e (patch) | |
tree | ba1344259f3c22108cb6fa6b8da3d13a6c318a0b /databases | |
parent | Fix build with hs-haddock 0.5. (diff) |
uddate gdbm to 0.7.1
PR: 54895
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=86180
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 31d9234d47f0..54aa0b4bdfbb 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.7 # Keep this in sync with lang/gauche +PORTVERSION= 0.7.1 # Keep this in sync with lang/gauche CATEGORIES= databases MASTER_SITES= # none PKGNAMEPREFIX= gauche- |