diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-03 16:04:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-03 16:04:11 +0000 |
commit | dbd0f3971c1498e5bd463f6140624691a9760ee6 (patch) | |
tree | a142e015c38198ad0f259f052576804134f9cfab /databases/gigabase | |
parent | 1991fa4cda6976095c0980cd0ec3ba85883fe04e (diff) | |
download | ports-dbd0f3971c1498e5bd463f6140624691a9760ee6.tar.gz ports-dbd0f3971c1498e5bd463f6140624691a9760ee6.zip |
Notes
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 5 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 4 | ||||
-rw-r--r-- | databases/gigabase/files/patch-Makefile.in | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 78a8812fb12d..a13ad47bfd0e 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,9 +6,10 @@ # PORTNAME= gigabase -PORTVERSION= 3.84 +PORTVERSION= 3.86 CATEGORIES= databases -MASTER_SITES= http://www.garret.ru/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ + http://www.garret.ru/ MAINTAINER= miwi@FreeBSD.org COMMENT= Object-Relational Database Management System diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index f40bb45bbfca..2ea9b58a61c7 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1,2 +1,2 @@ -SHA256 (gigabase-3.84.tar.gz) = 30dafc4fdfe9e89415a3c5cdbbe099817c227d60051edb99f601558a2ba27db8 -SIZE (gigabase-3.84.tar.gz) = 1754238 +SHA256 (gigabase-3.86.tar.gz) = 3b47a99c7525ba14f98438dafd5235f143b1b16bf5b09f3f18660b040b770c85 +SIZE (gigabase-3.86.tar.gz) = 3723385 diff --git a/databases/gigabase/files/patch-Makefile.in b/databases/gigabase/files/patch-Makefile.in index ebbd45673eb1..82916ddc56a1 100644 --- a/databases/gigabase/files/patch-Makefile.in +++ b/databases/gigabase/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri May 4 23:46:57 2007 -+++ Makefile.in Sun Oct 21 03:00:51 2007 +--- Makefile.in.orig 2012-04-15 21:11:23.211612689 +0600 ++++ Makefile.in 2012-04-15 21:16:04.938621569 +0600 @@ -5,8 +5,10 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -20,7 +20,7 @@ +CLI_LIB = libcligb$(SUFF).${LIBEXT} EXES = subsql - EXAMPLES = guess testdb testjoin testddl testperf testspat testperf2 testsync testiref testtrav testidx testidx2 clitest testblob testleak + EXAMPLES = guess testdb testjoin testddl testperf testspat testperf2 testsync testiref testtrav testidx testidx2 clitest testblob testleak testsession testtimeseries testtl @@ -49,7 +51,7 @@ CXX = @CXX@ @@ -48,7 +48,7 @@ # Uncoment this for AIX/xlC 5.0 # xlC_r -qmkshrobj=-10 -o .libs/cli.so $(CLI_OBJS) # ar rv .libs/libcli_r.a .libs/cli.so -@@ -146,14 +148,14 @@ +@@ -155,14 +157,14 @@ install: subsql $(GB_LIB) $(CLI_LIB) mkdir -p $(includedir) |