diff options
author | osa <osa@FreeBSD.org> | 2005-06-16 15:01:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-06-16 15:01:33 +0800 |
commit | 5aadb15bfb33da70fd67caab29618fa5222a3a86 (patch) | |
tree | a6290a67274d6babbfea7dd836732ab36842a49f /databases/gigabase | |
parent | d69f5e3cde60c83555fe014c82a5847df0525d1e (diff) | |
download | freebsd-ports-gnome-5aadb15bfb33da70fd67caab29618fa5222a3a86.tar.gz freebsd-ports-gnome-5aadb15bfb33da70fd67caab29618fa5222a3a86.tar.zst freebsd-ports-gnome-5aadb15bfb33da70fd67caab29618fa5222a3a86.zip |
Update to 3.39.
Make patch directory more punctual.
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 4 | ||||
-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@ |