aboutsummaryrefslogtreecommitdiff
path: root/databases/gigabase
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-06-16 07:01:33 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-06-16 07:01:33 +0000
commitb2cadaadb03a034b94eb11f88a017d5a44a7bd43 (patch)
tree171d6b1daf92a3fdda341353f178802ee4a2cc63 /databases/gigabase
parente71cab4cb5408e2b08064772eca5a3d3818e6757 (diff)
downloadports-b2cadaadb03a034b94eb11f88a017d5a44a7bd43.tar.gz
ports-b2cadaadb03a034b94eb11f88a017d5a44a7bd43.zip
Update to 3.39.
Make patch directory more punctual.
Notes
Notes: svn path=/head/; revision=137527
Diffstat (limited to 'databases/gigabase')
-rw-r--r--databases/gigabase/Makefile2
-rw-r--r--databases/gigabase/distinfo4
-rw-r--r--databases/gigabase/files/patch-Makefile.in (renamed from databases/gigabase/files/patch-aa)8
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index 0fdeff11bd78..47cdbe82120e 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.38
+PORTVERSION= 3.39
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/
diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo
index 8364de18c9e1..8b038e625ac0 100644
--- a/databases/gigabase/distinfo
+++ b/databases/gigabase/distinfo
@@ -1,2 +1,2 @@
-MD5 (gigabase-3.38.tar.gz) = 5fea4bd9421007e02a10b79f4514d192
-SIZE (gigabase-3.38.tar.gz) = 1349539
+MD5 (gigabase-3.39.tar.gz) = a103c552559436ccb544877444390e24
+SIZE (gigabase-3.39.tar.gz) = 1350924
diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-Makefile.in
index 136eb02400bb..b8e098711ecb 100644
--- a/databases/gigabase/files/patch-aa
+++ b/databases/gigabase/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Sat Jan 24 14:20:52 2004
-+++ Makefile.in Mon Jul 5 14:33:14 2004
+--- Makefile.in.orig Wed Jun 15 12:21:14 2005
++++ Makefile.in Wed Jun 15 12:23:48 2005
@@ -5,8 +5,10 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
VPATH = @srcdir@
--LIBTOOL = $(srcdir)/libtool
-+LIBTOOL?= $(srcdir)/libtool
+-LIBTOOL = ./libtool
++LIBTOOL? = ./libtool
INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@