summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2017-07-02 00:58:17 +0000
committerseb <seb@pkgsrc.org>2017-07-02 00:58:17 +0000
commit9dd3cd60b2f66a186e67e6527b5f1108d7e6987a (patch)
tree2cf279c91380b77fe6933ec4078760b5cf2b0c1a
parentcb62e1373ff9566f86b1af012cbc7cf31bd20015 (diff)
downloadpkgsrc-9dd3cd60b2f66a186e67e6527b5f1108d7e6987a.tar.gz
Update xpuyopuyo to 0.9.1nb10 (bump PKGREVISION): fix runtime
And thus allow one to actually enjoy a game of xpuyopuyo ;-)
-rw-r--r--games/xpuyopuyo/Makefile4
-rw-r--r--games/xpuyopuyo/distinfo4
-rw-r--r--games/xpuyopuyo/patches/patch-aa10
3 files changed, 12 insertions, 6 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 38722fa74a6..a76860dce5a 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2017/01/19 18:52:11 agc Exp $
+# $NetBSD: Makefile,v 1.47 2017/07/02 00:58:17 seb Exp $
DISTNAME= xpuyopuyo-0.9.1
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= games x11
MASTER_SITES= http://chaos2.org/xpuyopuyo/
MASTER_SITES+= http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/
diff --git a/games/xpuyopuyo/distinfo b/games/xpuyopuyo/distinfo
index bf86415cff6..d044759c7bc 100644
--- a/games/xpuyopuyo/distinfo
+++ b/games/xpuyopuyo/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 20:57:09 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/07/02 00:58:17 seb Exp $
SHA1 (xpuyopuyo-0.9.1.tar.gz) = deadbd3171be68e5684a099a4f27cd68fd7c5bd6
RMD160 (xpuyopuyo-0.9.1.tar.gz) = 4ec08df617414f2c95d22b8c50b4499742cfffd3
SHA512 (xpuyopuyo-0.9.1.tar.gz) = ebdfcb3f0f7dfe40037fd282af450316ac22cbc40ccf2d4b2b94935fca1c3d7680a279c3c4c145d71b16039f47b5c38545754feee4ad4642b38e1af89487f820
Size (xpuyopuyo-0.9.1.tar.gz) = 577373 bytes
-SHA1 (patch-aa) = fd64333ae4f71e34f8e4907b83ba847ea22a63f8
+SHA1 (patch-aa) = 4c83a8341c72d381ebf3459b22cb15e1ce646958
SHA1 (patch-ab) = 76e9d2d3da387e49f87525bc0218cc90faffa92d
SHA1 (patch-ac) = ab7ec69a6e90bf6821e4fc5ff527b9ec025df081
SHA1 (patch-pgame_pfield.c) = e2fc58d2a680c54d7728f589ecaa227ebdd91141
diff --git a/games/xpuyopuyo/patches/patch-aa b/games/xpuyopuyo/patches/patch-aa
index b236cfd08e9..d0a16d4afff 100644
--- a/games/xpuyopuyo/patches/patch-aa
+++ b/games/xpuyopuyo/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2013/01/26 22:18:20 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2017/07/02 00:58:17 seb Exp $
--- configure.in.orig 2000-08-01 17:19:42.000000000 +0000
+++ configure.in
-@@ -2,12 +2,12 @@ dnl Process this file with autoconf to p
+@@ -2,17 +2,17 @@ dnl Process this file with autoconf to p
AC_PREREQ(2.12)
AC_INIT(xpuyopuyo.c)
AM_INIT_AUTOMAKE(xpuyopuyo, 0.9.1)
@@ -17,3 +17,9 @@ $NetBSD: patch-aa,v 1.5 2013/01/26 22:18:20 wiz Exp $
myprefix="$prefix"
else
myprefix="$ac_default_prefix"
+ fi
+-if test "x$datadir" = 'x${prefix}/share'; then
++if test "x$datadir" = 'x${datarootdir}'; then
+ mydatadir="${prefix}/share"
+ else
+ mydatadir="$datadir"