diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 09:51:56 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 09:51:56 +0000 |
commit | b89779c170bb58acb2f9fcfdadb93df505e4016e (patch) | |
tree | f74f3854aafd65bb87e922e35f2abb590797699a /databases/gigabase | |
parent | 3f77e0d6b2ad5efd4ab980aafdcdf689152ab464 (diff) | |
download | ports-b89779c170bb58acb2f9fcfdadb93df505e4016e.tar.gz ports-b89779c170bb58acb2f9fcfdadb93df505e4016e.zip |
Notes
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 2 | ||||
-rw-r--r-- | databases/gigabase/pkg-plist | 29 |
3 files changed, 17 insertions, 16 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 469acff2c376..4fe7bf9cc6fa 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.49 +PORTVERSION= 2.53 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index e6d084e10283..41c3fceaa021 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1 +1 @@ -MD5 (gigabase-2.49.tar.gz) = c57c2d441cfb2ff53701ed76e17dca55 +MD5 (gigabase-2.53.tar.gz) = 65ce800fbabd81ec024ddd8ada7a64b5 diff --git a/databases/gigabase/pkg-plist b/databases/gigabase/pkg-plist index 7cb126727dd3..d467032b39e1 100644 --- a/databases/gigabase/pkg-plist +++ b/databases/gigabase/pkg-plist @@ -1,21 +1,23 @@ -include/gigabase/gigabase.h -include/gigabase/stdtp.h +bin/subsql +include/gigabase/array.h +include/gigabase/blob.h +include/gigabase/btree.h include/gigabase/class.h -include/gigabase/database.h +include/gigabase/cli.h +include/gigabase/container.h include/gigabase/cursor.h -include/gigabase/reference.h -include/gigabase/wwwapi.h -include/gigabase/array.h +include/gigabase/database.h +include/gigabase/datetime.h include/gigabase/file.h +include/gigabase/gigabase.h include/gigabase/hashtab.h -include/gigabase/btree.h -include/gigabase/sync.h -include/gigabase/query.h -include/gigabase/datetime.h include/gigabase/pagepool.h -include/gigabase/blob.h -include/gigabase/container.h -include/gigabase/cli.h +include/gigabase/query.h +include/gigabase/reference.h +include/gigabase/rectangle.h +include/gigabase/stdtp.h +include/gigabase/sync.h +include/gigabase/wwwapi.h lib/libcli_r.a lib/libcli_r.la lib/libcli_r.so @@ -24,5 +26,4 @@ lib/libgigabase_r.a lib/libgigabase_r.la lib/libgigabase_r.so lib/libgigabase_r.so.2 -bin/subsql @dirrm include/gigabase |