pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xpuyopuyo Update xpuyopuyo to 0.9.1nb10 (bump PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/099d9705f62c
branches:  trunk
changeset: 364625:099d9705f62c
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 02 00:58:17 2017 +0000

description:
Update xpuyopuyo to 0.9.1nb10 (bump PKGREVISION): fix runtime

And thus allow one to actually enjoy a game of xpuyopuyo ;-)

diffstat:

 games/xpuyopuyo/Makefile         |   4 ++--
 games/xpuyopuyo/distinfo         |   4 ++--
 games/xpuyopuyo/patches/patch-aa |  10 ++++++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r e043ae8cdb1e -r 099d9705f62c games/xpuyopuyo/Makefile
--- a/games/xpuyopuyo/Makefile  Sun Jul 02 00:49:45 2017 +0000
+++ b/games/xpuyopuyo/Makefile  Sun Jul 02 00:58:17 2017 +0000
@@ -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 -r e043ae8cdb1e -r 099d9705f62c games/xpuyopuyo/distinfo
--- a/games/xpuyopuyo/distinfo  Sun Jul 02 00:49:45 2017 +0000
+++ b/games/xpuyopuyo/distinfo  Sun Jul 02 00:58:17 2017 +0000
@@ -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 -r e043ae8cdb1e -r 099d9705f62c games/xpuyopuyo/patches/patch-aa
--- a/games/xpuyopuyo/patches/patch-aa  Sun Jul 02 00:49:45 2017 +0000
+++ b/games/xpuyopuyo/patches/patch-aa  Sun Jul 02 00:58:17 2017 +0000
@@ -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 @@
     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"



Home | Main Index | Thread Index | Old Index