diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-20 16:01:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-08-20 16:01:24 +0000 |
commit | 1f8fba3a2b3e3797ce49c3d3c59b7f38001b2255 (patch) | |
tree | 16f01150ee786aea958be67371caa93ddbb02537 /databases | |
parent | 8b085efe340f5502fcbb3f35e7ffba2c6ae17af2 (diff) | |
download | ports-1f8fba3a2b3e3797ce49c3d3c59b7f38001b2255.tar.gz ports-1f8fba3a2b3e3797ce49c3d3c59b7f38001b2255.zip |
Notes
Diffstat (limited to 'databases')
-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 |