diff options
author | knu <knu@FreeBSD.org> | 2002-12-18 14:12:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-18 14:12:38 +0000 |
commit | 11fe74c986ce6c9d88966faaff7ef62477925c86 (patch) | |
tree | f438dc2dfa8821308e952eec05dbc924c97aec3e /databases/gauche-gdbm | |
parent | a420e58762d1dc7088bf8f4b278613dd1447e669 (diff) | |
download | FreeBSD-ports-11fe74c986ce6c9d88966faaff7ef62477925c86.zip FreeBSD-ports-11fe74c986ce6c9d88966faaff7ef62477925c86.tar.gz |
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)
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 7e25f4a..dc4ae45 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- |