diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-18 14:12:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-18 14:12:38 +0000 |
commit | 38697e1393d9dd38e4cc071786b61b4d2b7ed4e1 (patch) | |
tree | e69be4c188631a85c6d1c8e92ba84e44e7b5cc29 /databases/gauche-gdbm | |
parent | 0c46bafcb5320e4c316eb1218e6e3b9ab8357092 (diff) |
Update gauche & gauche-gdbm to 0.6.6.
From the freshmeat announcement:
A number of bugs are fixed, including a gauche.net bug and do-form
compilation bug which were sometimes the cause of crashes. Several
new modules are added, including message digest libraries (rfc.md5,
rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support,
and port seek. Other enhancements include string split to take
strings and a regexp as a splitter.
Unfortunately, this does not fix the build failure on alpha. It is
still under investigation.
PR: ports/46284
Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER)
Approved by: portmgr (knu)
Notes
Notes:
svn path=/head/; revision=71704
Diffstat (limited to 'databases/gauche-gdbm')
-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 7e25f4aa8aad..dc4ae4500a2d 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdbm -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 # Keep this in sync with lang/gauche CATEGORIES= databases MASTER_SITES= # none PKGNAMEPREFIX= gauche- |