[UPDATE] games/golly (MAINTAINER)

2015-08-29 Thread Donovan Watteau
Hi,

Here's a straightforward update to golly-2.7.

Tested on macppc.

Index: Makefile
===
RCS file: /cvs/ports/games/golly/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile24 Dec 2013 17:21:40 -  1.3
+++ Makefile29 Aug 2015 08:41:53 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  game of life simulator
 
-PKGNAME =  golly-2.6
+PKGNAME =  golly-2.7
 DISTNAME = ${PKGNAME}-src
 WRKSRC =   ${WRKDIST}/gui-wx/configure
 CATEGORIES =   games math
@@ -24,7 +24,7 @@ RUN_DEPENDS = devel/desktop-file-utils
 # Note: perl and python are loaded with wxDynamicLibrary.Load(), and
 # python needs libutil to prevent undefined openpty and forkpty symbols.
 WANTLIB += c m perl pthread stdc++ util wx_base wx_base_net wx_gtk2_adv
-WANTLIB += wx_gtk2_core wx_gtk2_html z ${MODPY_WANTLIB}
+WANTLIB += wx_gtk2_core wx_gtk2_html wx_gtk2_richtext z ${MODPY_WANTLIB}
 
 CONFIGURE_STYLE =  gnu
 CONFIGURE_ARGS =   --enable-unicode
Index: distinfo
===
RCS file: /cvs/ports/games/golly/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo24 Dec 2013 17:21:40 -  1.3
+++ distinfo29 Aug 2015 08:41:53 -
@@ -1,2 +1,2 @@
-SHA256 (golly-2.6-src.tar.gz) = H+L5gxRLyJXqoSQvlcW7STRMwBObXDMJ5rT6IZwfM9g=
-SIZE (golly-2.6-src.tar.gz) = 3545388
+SHA256 (golly-2.7-src.tar.gz) = TuhuQuFsCeQaqEkvZuWkoep6EwxavEPZYuLx1WBL2XE=
+SIZE (golly-2.7-src.tar.gz) = 3805524



UPDATE: games/golly (MAINTAINER)

2013-12-24 Thread Donovan Watteau
Hi,

Here's an update for golly-2.6.  Tested on loongson and amd64.

Merry Christmas!

Index: Makefile
===
RCS file: /cvs/ports/games/golly/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile9 Sep 2013 15:43:25 -   1.2
+++ Makefile24 Dec 2013 16:27:30 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  game of life simulator
 
-PKGNAME =  golly-2.5
+PKGNAME =  golly-2.6
 DISTNAME = ${PKGNAME}-src
 WRKSRC =   ${WRKDIST}/gui-wx/configure
 CATEGORIES =   games math
Index: distinfo
===
RCS file: /cvs/ports/games/golly/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo9 Sep 2013 15:43:25 -   1.2
+++ distinfo24 Dec 2013 16:27:30 -
@@ -1,2 +1,2 @@
-SHA256 (golly-2.5-src.tar.gz) = t0HAsz/M3HLNYC+1/KsJnEYR0akta92Jsk10EMKLvqw=
-SIZE (golly-2.5-src.tar.gz) = 3381010
+SHA256 (golly-2.6-src.tar.gz) = H+L5gxRLyJXqoSQvlcW7STRMwBObXDMJ5rT6IZwfM9g=
+SIZE (golly-2.6-src.tar.gz) = 3545388
Index: patches/patch-gui-wx_configure_configure
===
RCS file: /cvs/ports/games/golly/patches/patch-gui-wx_configure_configure,v
retrieving revision 1.1
diff -u -p -r1.1 patch-gui-wx_configure_configure
--- patches/patch-gui-wx_configure_configure9 Sep 2013 15:43:25 -   
1.1
+++ patches/patch-gui-wx_configure_configure24 Dec 2013 16:27:30 -
@@ -2,9 +2,9 @@ $OpenBSD: patch-gui-wx_configure_configu
 
 Don't force -O2.
 
 gui-wx/configure/configure.origWed Jun 12 21:27:20 2013
-+++ gui-wx/configure/configure Sun Aug 25 11:21:14 2013
-@@ -3820,17 +3820,9 @@ $as_echo $ac_cv_prog_cc_g 6; }
+--- gui-wx/configure/configure.origSun Dec  8 21:36:26 2013
 gui-wx/configure/configure Tue Dec 24 16:44:52 2013
+@@ -3769,17 +3769,9 @@ $as_echo $ac_cv_prog_cc_g 6; }
  if test $ac_test_CFLAGS = set; then
CFLAGS=$ac_save_CFLAGS
  elif test $ac_cv_prog_cc_g = yes; then
@@ -24,7 +24,7 @@ Don't force -O2.
  fi
  { $as_echo $as_me:${as_lineno-$LINENO}: checking for $CC option to accept 
ISO C89 5
  $as_echo_n checking for $CC option to accept ISO C89...  6; }
-@@ -4747,17 +4739,9 @@ $as_echo $ac_cv_prog_cxx_g 6; }
+@@ -4696,17 +4688,9 @@ $as_echo $ac_cv_prog_cxx_g 6; }
  if test $ac_test_CXXFLAGS = set; then
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
@@ -44,7 +44,7 @@ Don't force -O2.
  fi
  ac_ext=c
  ac_cpp='$CPP $CPPFLAGS'
-@@ -6430,9 +6414,6 @@ $as_echo $WX_PORT 6; }
+@@ -6379,9 +6363,6 @@ $as_echo $WX_PORT 6; }
  if test $DEBUG = 1; then
  CXXFLAGS=$CXXFLAGS -g -O0
  CFLAGS=$CFLAGS -g -O0
Index: pkg/PLIST
===
RCS file: /cvs/ports/games/golly/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   9 Sep 2013 15:43:25 -   1.2
+++ pkg/PLIST   24 Dec 2013 16:27:30 -
@@ -112,6 +112,7 @@ share/golly/Patterns/Generations/Steeple
 share/golly/Patterns/Generations/Transers.mcl
 share/golly/Patterns/Generations/What-a-mess.mcl
 share/golly/Patterns/HashLife/
+share/golly/Patterns/HashLife/Replicator-p237228340.mc.gz
 share/golly/Patterns/HashLife/broken-lines.mc
 share/golly/Patterns/HashLife/catacryst.mc
 share/golly/Patterns/HashLife/gotts-dots.mc
@@ -120,6 +121,7 @@ share/golly/Patterns/HashLife/hashlife-o
 share/golly/Patterns/HashLife/hexadecimal.mc.gz
 share/golly/Patterns/HashLife/jagged.mc
 share/golly/Patterns/HashLife/jagged2.mc
+share/golly/Patterns/HashLife/loafer-gun-p8388608-linear.mc.gz
 share/golly/Patterns/HashLife/logarithmic-width.mc
 share/golly/Patterns/HashLife/metacatacryst.mc
 share/golly/Patterns/HashLife/metapixel-galaxy.mc.gz
@@ -197,6 +199,8 @@ share/golly/Patterns/Life/Guns/7-in-a-ro
 share/golly/Patterns/Life/Guns/Cordership-gun-p784.rle
 share/golly/Patterns/Life/Guns/golly-ticker.rle
 share/golly/Patterns/Life/Guns/gun-p165mwss.rle
+share/golly/Patterns/Life/Guns/loafer-gun-p210.rle
+share/golly/Patterns/Life/Guns/p59-gun-with-Snark-reflectors.rle
 share/golly/Patterns/Life/Guns/p690-PT-Cordership-gun.rle
 share/golly/Patterns/Life/Guns/pseudo-p34-gun.rle
 share/golly/Patterns/Life/Guns/vacuum-cleaner.rle