Hi ports --
Attached is an update to devel/flatzebra and all its dependent games
(afternoonstalker, batrachians, burgerspace, cosmosmash, and
quadrupleback). One big diff to avoid cluttering mailboxes. All the
updates are very straightforward.
Switches all the HOMEPAGEs and MASTER_SITES to https.
All the games work well on amd64. Since they're SDL games especially,
big endian testing would be appreciated.
OK?
~Brian
Index: devel/flatzebra/Makefile
===================================================================
RCS file: /cvs/ports/devel/flatzebra/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- devel/flatzebra/Makefile 12 Jul 2019 20:44:08 -0000 1.21
+++ devel/flatzebra/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,15 +2,14 @@
COMMENT= generic game engine library
-VERSION = 0.1.6
+VERSION = 0.1.7
DISTNAME= flatzebra-${VERSION}
-REVISION= 2
SHARED_LIBS += flatzebra-0.1 2.0 # .2.0
CATEGORIES= devel games
-HOMEPAGE= http://sarrazip.com/dev/afternoonstalker.html
+HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
# GPLv2+
PERMIT_PACKAGE= Yes
@@ -21,7 +20,7 @@ WANTLIB += pthread webp
COMPILER = base-clang ports-gcc base-gcc
-MASTER_SITES= http://sarrazip.com/dev/
+MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
LIB_DEPENDS= converters/libiconv \
devel/sdl-image \
Index: devel/flatzebra/distinfo
===================================================================
RCS file: /cvs/ports/devel/flatzebra/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- devel/flatzebra/distinfo 31 May 2013 22:42:12 -0000 1.5
+++ devel/flatzebra/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (flatzebra-0.1.6.tar.gz) = Tnuwp3E27DuB4Pc8HQjoKNOO8BEJXVznBoqU87sh1no=
-SIZE (flatzebra-0.1.6.tar.gz) = 359098
+SHA256 (flatzebra-0.1.7.tar.gz) = iAmmVc2FslcB3jxifNrPpJ9ZrxNoDWCXMDhvxALxTfQ=
+SIZE (flatzebra-0.1.7.tar.gz) = 375938
Index: devel/flatzebra/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/flatzebra/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile_in
--- devel/flatzebra/patches/patch-Makefile_in 10 Apr 2018 17:27:03 -0000 1.5
+++ devel/flatzebra/patches/patch-Makefile_in 6 Dec 2019 15:47:17 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-Makefile_in,v 1.5 2018/0
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -763,7 +763,7 @@ info: info-recursive
+@@ -849,7 +849,7 @@ info: info-recursive
info-am:
Index: devel/flatzebra/patches/patch-src_flatzebra_GameEngine_h
===================================================================
RCS file: devel/flatzebra/patches/patch-src_flatzebra_GameEngine_h
diff -N devel/flatzebra/patches/patch-src_flatzebra_GameEngine_h
--- devel/flatzebra/patches/patch-src_flatzebra_GameEngine_h 10 Apr 2018 17:27:03 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_flatzebra_GameEngine_h,v 1.1 2018/04/10 17:27:03 naddy Exp $
-
-Index: src/flatzebra/GameEngine.h
---- src/flatzebra/GameEngine.h.orig
-+++ src/flatzebra/GameEngine.h
-@@ -409,7 +409,7 @@ inline
- void
- GameEngine::fillRect(int x, int y, int width, int height, Uint32 color)
- {
-- SDL_Rect rect = { x, y, width, height };
-+ SDL_Rect rect = { Sint16(x), Sint16(y), Uint16(width), Uint16(height) };
- (void) SDL_FillRect(theSDLScreen, &rect, color);
- }
-
Index: devel/flatzebra/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/flatzebra/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- devel/flatzebra/pkg/PLIST 22 May 2015 11:31:12 -0000 1.4
+++ devel/flatzebra/pkg/PLIST 6 Dec 2019 15:47:17 -0000
@@ -11,7 +11,7 @@ include/flatzebra-0.1/flatzebra/RCouple.
include/flatzebra-0.1/flatzebra/RSprite.h
include/flatzebra-0.1/flatzebra/SoundMixer.h
include/flatzebra-0.1/flatzebra/Sprite.h
-lib/libflatzebra-0.1.a
+@static-lib lib/libflatzebra-0.1.a
lib/libflatzebra-0.1.la
@lib lib/libflatzebra-0.1.so.${LIBflatzebra-0.1_VERSION}
lib/pkgconfig/flatzebra-0.1.pc
Index: games/afternoonstalker/Makefile
===================================================================
RCS file: /cvs/ports/games/afternoonstalker/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- games/afternoonstalker/Makefile 12 Jul 2019 21:02:19 -0000 1.30
+++ games/afternoonstalker/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,12 +2,11 @@
COMMENT= Night Stalker clone for X
-DISTNAME= afternoonstalker-1.1.5
-REVISION= 2
+DISTNAME= afternoonstalker-1.1.6
CATEGORIES= games
-HOMEPAGE= http://sarrazip.com/dev/afternoonstalker.html
+HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html
# GPLv2+
PERMIT_PACKAGE= Yes
@@ -16,9 +15,9 @@ WANTLIB += SDL SDL_image SDL_mixer c fla
COMPILER = base-clang ports-gcc base-gcc
-MASTER_SITES= http://sarrazip.com/dev/
+MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
-LIB_DEPENDS = devel/flatzebra>=0.1.6
+LIB_DEPENDS = devel/flatzebra>=0.1.7
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
Index: games/afternoonstalker/distinfo
===================================================================
RCS file: /cvs/ports/games/afternoonstalker/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- games/afternoonstalker/distinfo 31 May 2013 22:42:33 -0000 1.9
+++ games/afternoonstalker/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (afternoonstalker-1.1.5.tar.gz) = y5iW4AZUBX7cHviEPGx/W7zAtTE+BiJ65uc9DB1okJc=
-SIZE (afternoonstalker-1.1.5.tar.gz) = 202663
+SHA256 (afternoonstalker-1.1.6.tar.gz) = BN6yAPG2PEETECIHzFZq6CWuetpTzLDYqMEo4d5BREA=
+SIZE (afternoonstalker-1.1.6.tar.gz) = 186724
Index: games/afternoonstalker/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/games/afternoonstalker/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile_in
--- games/afternoonstalker/patches/patch-Makefile_in 8 Jul 2011 22:39:38 -0000 1.5
+++ games/afternoonstalker/patches/patch-Makefile_in 6 Dec 2019 15:47:17 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-Makefile_in,v 1.5 2011/07/08 22:39:38 ajacoutot Exp $
---- Makefile.in.orig Mon May 17 03:54:54 2010
-+++ Makefile.in Sat Jul 9 00:35:32 2011
-@@ -755,7 +755,7 @@ info: info-recursive
+Index: Makefile.in
+--- Makefile.in.orig
++++ Makefile.in
+@@ -829,7 +829,7 @@ info: info-recursive
info-am:
Index: games/afternoonstalker/patches/patch-src_Makefile_in
===================================================================
RCS file: games/afternoonstalker/patches/patch-src_Makefile_in
diff -N games/afternoonstalker/patches/patch-src_Makefile_in
--- games/afternoonstalker/patches/patch-src_Makefile_in 8 Jul 2011 22:39:38 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_Makefile_in,v 1.4 2011/07/08 22:39:38 ajacoutot Exp $
---- src/Makefile.in.orig Mon May 17 03:54:54 2010
-+++ src/Makefile.in Sat Jul 9 00:35:32 2011
-@@ -781,8 +781,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
-
- check: all
- @HAVE_GETOPT_LONG_TRUE@ test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
--@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version >& /dev/null
--@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help >& /dev/null
-+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version > /dev/null
-+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help > /dev/null
-
- run: check
- PKGDATADIR=$(srcdir)/data PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)
Index: games/batrachians/Makefile
===================================================================
RCS file: /cvs/ports/games/batrachians/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- games/batrachians/Makefile 12 Jul 2019 20:46:14 -0000 1.19
+++ games/batrachians/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,23 +2,22 @@
COMMENT= clone of the classic Frog Bog game
-DISTNAME = batrachians-0.1.6
+DISTNAME = batrachians-0.1.7
CATEGORIES= games
-REVISION = 2
-HOMEPAGE= http://sarrazip.com/dev/batrachians.html
+HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html
# GPLv2+
PERMIT_PACKAGE= Yes
-MASTER_SITES= http://sarrazip.com/dev/
+MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
WANTLIB= SDL SDL_image SDL_mixer c m pthread ${COMPILER_LIBCXX} flatzebra-0.1>=1
COMPILER = base-clang ports-gcc base-gcc
RUN_DEPENDS= devel/desktop-file-utils
-LIB_DEPENDS= devel/flatzebra>=0.1.5
+LIB_DEPENDS= devel/flatzebra>=0.1.7
CONFIGURE_STYLE=gnu
Index: games/batrachians/distinfo
===================================================================
RCS file: /cvs/ports/games/batrachians/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- games/batrachians/distinfo 31 May 2013 22:42:54 -0000 1.5
+++ games/batrachians/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (batrachians-0.1.6.tar.gz) = ZRGpOemz4MXQaD8qMzieban/TZwV4dJ+vMTiulWGjhg=
-SIZE (batrachians-0.1.6.tar.gz) = 198088
+SHA256 (batrachians-0.1.7.tar.gz) = BRuhV/FoJxCfxsFvDEZM2hGoPP/dJzNO3FS4KUT9dco=
+SIZE (batrachians-0.1.7.tar.gz) = 206981
Index: games/batrachians/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/games/batrachians/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- games/batrachians/patches/patch-Makefile_in 8 Jul 2011 22:38:31 -0000 1.3
+++ games/batrachians/patches/patch-Makefile_in 6 Dec 2019 15:47:17 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-Makefile_in,v 1.3 2011/07/08 22:38:31 ajacoutot Exp $
---- Makefile.in.orig Sat Apr 16 17:09:47 2011
-+++ Makefile.in Sat Jul 9 00:06:16 2011
-@@ -741,7 +741,7 @@ info: info-recursive
+Index: Makefile.in
+--- Makefile.in.orig
++++ Makefile.in
+@@ -826,7 +826,7 @@ info: info-recursive
info-am:
Index: games/batrachians/patches/patch-src_Makefile_in
===================================================================
RCS file: games/batrachians/patches/patch-src_Makefile_in
diff -N games/batrachians/patches/patch-src_Makefile_in
--- games/batrachians/patches/patch-src_Makefile_in 8 Jul 2011 22:38:31 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_Makefile_in,v 1.4 2011/07/08 22:38:31 ajacoutot Exp $
---- src/Makefile.in.orig Sat Apr 16 17:09:47 2011
-+++ src/Makefile.in Sat Jul 9 00:06:16 2011
-@@ -686,8 +686,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
-
- check: all
- @HAVE_GETOPT_LONG_TRUE@ test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
--@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version >& /dev/null
--@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help >& /dev/null
-+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version > /dev/null
-+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help > /dev/null
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
Index: games/burgerspace/Makefile
===================================================================
RCS file: /cvs/ports/games/burgerspace/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- games/burgerspace/Makefile 12 Jul 2019 21:02:20 -0000 1.35
+++ games/burgerspace/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,12 +2,11 @@
COMMENT= burgertime clone for X
-DISTNAME = burgerspace-1.9.2
-REVISION = 2
+DISTNAME = burgerspace-1.9.3
CATEGORIES= games
-HOMEPAGE= http://sarrazip.com/dev/burgerspace.html
+HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
# GPLv2+
PERMIT_PACKAGE= Yes
@@ -18,10 +17,10 @@ WANTLIB += usbhid vorbis vorbisfile z we
COMPILER = base-clang ports-gcc base-gcc
-MASTER_SITES= http://sarrazip.com/dev/
+MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
LIB_DEPENDS= converters/libiconv \
- devel/flatzebra>=0.1.6
+ devel/flatzebra>=0.1.7
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
Index: games/burgerspace/distinfo
===================================================================
RCS file: /cvs/ports/games/burgerspace/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- games/burgerspace/distinfo 31 May 2013 22:43:15 -0000 1.10
+++ games/burgerspace/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (burgerspace-1.9.2.tar.gz) = NLD+zPVDsR+fmhgiA9Z81FNnUlX+1LdF5OdMEhshG/I=
-SIZE (burgerspace-1.9.2.tar.gz) = 505314
+SHA256 (burgerspace-1.9.3.tar.gz) = e8lpFFI0dt1wg1hUN0yUylUxSRoVPHez/JTYlQlQBYA=
+SIZE (burgerspace-1.9.3.tar.gz) = 517492
Index: games/burgerspace/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/games/burgerspace/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile_in
--- games/burgerspace/patches/patch-Makefile_in 11 Apr 2018 20:50:42 -0000 1.7
+++ games/burgerspace/patches/patch-Makefile_in 6 Dec 2019 15:47:17 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-Makefile_in,v 1.7 2018/0
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -800,7 +800,7 @@ info: info-recursive
+@@ -882,7 +882,7 @@ info: info-recursive
info-am:
Index: games/burgerspace/patches/patch-src_server_cpp
===================================================================
RCS file: games/burgerspace/patches/patch-src_server_cpp
diff -N games/burgerspace/patches/patch-src_server_cpp
--- games/burgerspace/patches/patch-src_server_cpp 11 Apr 2018 20:50:42 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_server_cpp,v 1.1 2018/04/11 20:50:42 naddy Exp $
-
-Index: src/server.cpp
---- src/server.cpp.orig
-+++ src/server.cpp
-@@ -892,7 +892,7 @@ main(int argc, char *argv[])
- server.sin_family = AF_INET;
- server.sin_addr.s_addr = INADDR_ANY;
- server.sin_port = htons(port);
-- if (bind(sock, (sockaddr *) &server, sizeof(server)) < 0)
-+ if (::bind(sock, (sockaddr *) &server, sizeof(server)) < 0)
- {
- int e = errno;
- cout << PROGRAM << ": failed to bind to server port " << port << ": " << strerror(e) << endl;
Index: games/cosmosmash/Makefile
===================================================================
RCS file: /cvs/ports/games/cosmosmash/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- games/cosmosmash/Makefile 12 Jul 2019 21:02:20 -0000 1.31
+++ games/cosmosmash/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,12 +2,11 @@
COMMENT= astrosmash clone for X
-DISTNAME = cosmosmash-1.4.7
-REVISION = 2
+DISTNAME = cosmosmash-1.4.8
CATEGORIES= games
-HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
+HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html
# GPLv2+
PERMIT_PACKAGE= Yes
@@ -18,10 +17,10 @@ WANTLIB += vorbis vorbisfile webp z
COMPILER = base-clang ports-gcc base-gcc
-MASTER_SITES= http://sarrazip.com/dev/
+MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
LIB_DEPENDS = converters/libiconv \
- devel/flatzebra>=0.1.6
+ devel/flatzebra>=0.1.7
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
Index: games/cosmosmash/distinfo
===================================================================
RCS file: /cvs/ports/games/cosmosmash/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- games/cosmosmash/distinfo 23 Aug 2013 07:49:29 -0000 1.10
+++ games/cosmosmash/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (cosmosmash-1.4.7.tar.gz) = PwrzNV4x/vlBPTwxjwK2StbEJ/AEjW4Vho5RpawisUs=
-SIZE (cosmosmash-1.4.7.tar.gz) = 906213
+SHA256 (cosmosmash-1.4.8.tar.gz) = db2j5WEekzCsTE89fUtFaTPeCj9ZNWlXghRQeXxAchc=
+SIZE (cosmosmash-1.4.8.tar.gz) = 921859
Index: games/cosmosmash/patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/games/cosmosmash/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile_in
--- games/cosmosmash/patches/patch-Makefile_in 23 Aug 2013 07:49:29 -0000 1.5
+++ games/cosmosmash/patches/patch-Makefile_in 6 Dec 2019 15:47:17 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-Makefile_in,v 1.5 2013/08/23 07:49:29 zhuk Exp $
---- Makefile.in.orig Wed Apr 17 08:12:57 2013
-+++ Makefile.in Wed Aug 21 20:08:39 2013
-@@ -786,7 +786,7 @@ info: info-recursive
+Index: Makefile.in
+--- Makefile.in.orig
++++ Makefile.in
+@@ -872,7 +872,7 @@ info: info-recursive
info-am:
Index: games/quadrupleback/Makefile
===================================================================
RCS file: /cvs/ports/games/quadrupleback/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- games/quadrupleback/Makefile 12 Jul 2019 20:46:23 -0000 1.10
+++ games/quadrupleback/Makefile 6 Dec 2019 15:47:17 -0000
@@ -2,12 +2,11 @@
COMMENT = clone of Doubleback, an intruder circling game
-DISTNAME = quadrupleback-0.1.0
-REVISION = 3
+DISTNAME = quadrupleback-0.1.1
CATEGORIES = games
-HOMEPAGE = http://sarrazip.com/dev/quadrupleback.html
+HOMEPAGE = https://perso.b2b2c.ca/~sarrazip/dev/quadrupleback.html
# GPLv2+
PERMIT_PACKAGE = Yes
@@ -18,11 +17,11 @@ WANTLIB += usbhid vorbis vorbisfile webp
COMPILER = base-clang ports-gcc base-gcc
-MASTER_SITES = http://sarrazip.com/dev/
+MASTER_SITES = https://perso.b2b2c.ca/~sarrazip/dev/
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = converters/libiconv \
- devel/flatzebra \
+ devel/flatzebra>=0.1.7 \
devel/sdl-gfx
FAKE_FLAGS = docdir=${PREFIX}/share/doc/quadrupleback
Index: games/quadrupleback/distinfo
===================================================================
RCS file: /cvs/ports/games/quadrupleback/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- games/quadrupleback/distinfo 23 Aug 2014 02:57:43 -0000 1.1.1.1
+++ games/quadrupleback/distinfo 6 Dec 2019 15:47:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (quadrupleback-0.1.0.tar.gz) = cs+i0gWW/lx4ZqtD9VmpnFjBnEpQqTA8/6qjbrMxRIE=
-SIZE (quadrupleback-0.1.0.tar.gz) = 398503
+SHA256 (quadrupleback-0.1.1.tar.gz) = IIGUw6vGfX17XFxmnsQk/ZBk+nS5v7pPxaB5c/zFUpk=
+SIZE (quadrupleback-0.1.1.tar.gz) = 416008
Index: games/quadrupleback/patches/patch-src_Makefile_in
===================================================================
RCS file: games/quadrupleback/patches/patch-src_Makefile_in
diff -N games/quadrupleback/patches/patch-src_Makefile_in
--- games/quadrupleback/patches/patch-src_Makefile_in 23 Aug 2014 02:57:43 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2014/08/23 02:57:43 bentley Exp $
---- src/Makefile.in.orig Thu Mar 14 11:07:38 2013
-+++ src/Makefile.in Thu Mar 14 11:07:46 2013
-@@ -934,8 +934,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
-
- check: all
- test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
-- ./$(PACKAGE) --version >& /dev/null
-- ./$(PACKAGE) --help >& /dev/null
-+ ./$(PACKAGE) --version >/dev/null 2>&1
-+ ./$(PACKAGE) --help >/dev/null 2>&1
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
Index: games/quadrupleback/pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/quadrupleback/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- games/quadrupleback/pkg/PLIST 27 Jun 2018 21:03:49 -0000 1.2
+++ games/quadrupleback/pkg/PLIST 6 Dec 2019 15:47:17 -0000
@@ -4,11 +4,9 @@ share/applications/quadrupleback.desktop
share/doc/quadrupleback/
share/doc/quadrupleback/AUTHORS
share/doc/quadrupleback/COPYING
-share/doc/quadrupleback/INSTALL
share/doc/quadrupleback/NEWS
share/doc/quadrupleback/README
share/doc/quadrupleback/THANKS
-share/doc/quadrupleback/TODO
share/pixmaps/
share/pixmaps/quadrupleback.png
share/quadrupleback/