diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-26 18:32:58 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-26 18:32:58 +0000 |
commit | b8f2818568d2fe0e00bedb14d319935215a8b709 (patch) | |
tree | 3eef6634080ff92ac7e294b416d017645fa2362a /games/gnugo | |
parent | ba2e76e930c9a5030a517e2021c4d49b305339b9 (diff) | |
download | ports-b8f2818568d2fe0e00bedb14d319935215a8b709.tar.gz ports-b8f2818568d2fe0e00bedb14d319935215a8b709.zip |
Notes
Diffstat (limited to 'games/gnugo')
-rw-r--r-- | games/gnugo/Makefile | 2 | ||||
-rw-r--r-- | games/gnugo/distinfo | 2 | ||||
-rw-r--r-- | games/gnugo/files/patch-ab | 21 |
3 files changed, 12 insertions, 13 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 5fa43da5e414..3968935c420b 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnugo -PORTVERSION= 3.0.0 +PORTVERSION= 3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnugo diff --git a/games/gnugo/distinfo b/games/gnugo/distinfo index 15bf7beb9426..050420017136 100644 --- a/games/gnugo/distinfo +++ b/games/gnugo/distinfo @@ -1 +1 @@ -MD5 (gnugo-3.0.0.tar.gz) = 20bc090a420d707c6c924bd60e1e470c +MD5 (gnugo-3.2.tar.gz) = 5fff329f97d947d81366f7d21a0ea1c8 diff --git a/games/gnugo/files/patch-ab b/games/gnugo/files/patch-ab index 4c1f5f00a73d..0991db853cc8 100644 --- a/games/gnugo/files/patch-ab +++ b/games/gnugo/files/patch-ab @@ -1,11 +1,10 @@ ---- configure.orig Sat Aug 25 05:52:39 2001 -+++ configure Sun Sep 23 06:24:47 2001 -@@ -1228,7 +1228,7 @@ - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. - if (makeinfo --version) < /dev/null > /dev/null 2>&1; then -- MAKEINFO=makeinfo -+ MAKEINFO="makeinfo --no-split" - echo "$as_me:1232: result: found" >&5 - echo "${ECHO_T}found" >&6 - else +--- configure.org Fri Apr 26 01:28:25 2002 ++++ configure Fri Apr 26 01:28:59 2002 +@@ -1306,6 +1306,7 @@ + AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} ++MAKEINFO="$MAKEINFO --no-split" + + AMTAR=${AMTAR-"${am_missing_run}tar"} + |