diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-08-21 00:01:24 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-08-21 00:01:24 +0800 |
commit | 2566575ce4ca4e4923c29272630e67f3dc8ca045 (patch) | |
tree | 2c9c97b7de68c71ebc91af0da28c22388ae8c99a /databases/gigabase | |
parent | a326ca57d45b73faa50e0b1ff84da243b1eee5e2 (diff) | |
download | freebsd-ports-gnome-2566575ce4ca4e4923c29272630e67f3dc8ca045.tar.gz freebsd-ports-gnome-2566575ce4ca4e4923c29272630e67f3dc8ca045.tar.zst freebsd-ports-gnome-2566575ce4ca4e4923c29272630e67f3dc8ca045.zip |
Update to version 2.38
PR: 29878
Submitted by: MAINTAINER
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 2 | ||||
-rw-r--r-- | databases/gigabase/distinfo | 2 | ||||
-rw-r--r-- | databases/gigabase/files/patch-ab | 15 |
3 files changed, 2 insertions, 17 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 9bb31a7d4fa6..09fbdf46f537 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.37 +PORTVERSION= 2.38 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff --git a/databases/gigabase/distinfo b/databases/gigabase/distinfo index 23732346d104..78b3a2cd042f 100644 --- a/databases/gigabase/distinfo +++ b/databases/gigabase/distinfo @@ -1 +1 @@ -MD5 (gigabase-2.37.tar.gz) = f2b98a367f363012ff5ea31ef38515e7 +MD5 (gigabase-2.38.tar.gz) = 86433c11e2e1ffdf153d244d82dccb8a diff --git a/databases/gigabase/files/patch-ab b/databases/gigabase/files/patch-ab deleted file mode 100644 index 11c6dd2bbde0..000000000000 --- a/databases/gigabase/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Wed Aug 16 13:48:56 2000 -+++ configure Wed Aug 16 13:49:38 2000 -@@ -853,12 +853,6 @@ - - test x"${MISSING+set}" = xset || \ - MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing" --if eval "$MISSING --run :"; then -- am_missing_run="$MISSING --run " --else -- am_missing_run= -- echo "configure: WARNING: \`missing' script is too old or missing" >&2 --fi - - for ac_prog in mawk gawk nawk awk - do |