diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-04-26 18:32:58 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-04-26 18:32:58 +0000 |
commit | 53be29926ae583c0f271c5398307a4838bc276c8 (patch) | |
tree | c22aeae5dc55bef2b1c02cc8203839e5c63dcea8 | |
parent | 6c816c7345c0583492250484b788f7ac3f0bab70 (diff) | |
download | FreeBSD-ports-53be29926ae583c0f271c5398307a4838bc276c8.zip FreeBSD-ports-53be29926ae583c0f271c5398307a4838bc276c8.tar.gz |
Update to 3.2
PR: 37478
Submitted by: maintainer
-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 5fa43da..3968935 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 15bf7be..0504200 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 4c1f5f0..0991db8 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"} + |