diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-06-21 10:38:49 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-06-21 10:38:49 +0000 |
commit | 243140cf1e3cfbae13c4b43bdae295bb1d62789c (patch) | |
tree | cdb84e5eb5556c73effa26f8e7caf5ba412b317f /databases/gigabase | |
parent | 4b50785fe51c9b8fc28cba59f7e621fcb87ac27b (diff) | |
download | ports-243140cf1e3cfbae13c4b43bdae295bb1d62789c.tar.gz ports-243140cf1e3cfbae13c4b43bdae295bb1d62789c.zip |
Update to latest release 3.22.
From CHANGES:
<quote>
1. Introduce area_t type to specify type used for rectangle
coordinates multiplication (spatial index)
2. Fix critical bug in query deallocation synchronization
(which can cause crash in mu tithreaded environment)
</quote>
Notes
Notes:
svn path=/head/; revision=111927
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 7df73f5d122a..53ef23046bdb 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 3.21 +PORTVERSION= 3.22 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index ebb48fee4d7a..7977e730b91a 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1,2 +1,2 @@ -MD5 (gigabase-3.21.tar.gz) = 8530cfc8ab9b040b5d161b3618d508d3 -SIZE (gigabase-3.21.tar.gz) = 1364197 +MD5 (gigabase-3.22.tar.gz) = c5014b1ac14d072ee95d2560d39076f5 +SIZE (gigabase-3.22.tar.gz) = 1364341 |