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>
This commit is contained in:
Sergey A. Osokin 2004-06-21 10:38:49 +00:00
parent 4b50785fe5
commit 243140cf1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111927
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gigabase
PORTVERSION= 3.21
PORTVERSION= 3.22
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/

View file

@ -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