diff options
-rw-r--r-- | databases/gigabase/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 2 | ||||
-rw-r--r-- | databases/gigabase/files/patch-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index e689c169977e..9bb31a7d4fa6 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.35 +PORTVERSION= 2.37 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index 65132dda34b6..23732346d104 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1 +1 @@ -MD5 (gigabase-2.35.tar.gz) = 91851b9d5ac426b392e5710d6059bd21 +MD5 (gigabase-2.37.tar.gz) = f2b98a367f363012ff5ea31ef38515e7 diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa index 5524f1c1c724..97131ec9e518 100644 --- a/databases/gigabase/files/patch-aa +++ b/databases/gigabase/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Aug 16 20:10:54 2000 -+++ Makefile.in Wed Oct 18 03:29:59 2000 -@@ -41,8 +41,8 @@ +--- Makefile.in.orig Sun Aug 5 12:52:21 2001 ++++ Makefile.in Sun Aug 5 12:53:40 2001 +@@ -43,8 +43,8 @@ CXX = @CXX@ CC = @CC@ DEFS = @DEFS@ @@ -11,10 +11,10 @@ LD = $(CXX) LDFLAGS = @LDFLAGS@ @TDEFS@ @LIBS@ AR = ar -@@ -122,7 +122,7 @@ - $(LIBTOOL) --mode=install $(INSTALL) $(GB_LIB) $(CLI_LIB) $(libdir) - mkdir -p $(bindir) - cp subsql $(bindir) +@@ -128,7 +128,7 @@ + else \ + cp subsql $(bindir); \ + fi -# strip $(bindir)/subsql + strip $(bindir)/subsql |