pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xpuyopuyo



Module Name:    pkgsrc
Committed By:   seb
Date:           Sun Jul  2 00:58:17 UTC 2017

Modified Files:
        pkgsrc/games/xpuyopuyo: Makefile distinfo
        pkgsrc/games/xpuyopuyo/patches: patch-aa

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/games/xpuyopuyo/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/xpuyopuyo/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/xpuyopuyo/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/xpuyopuyo/Makefile
diff -u pkgsrc/games/xpuyopuyo/Makefile:1.46 pkgsrc/games/xpuyopuyo/Makefile:1.47
--- pkgsrc/games/xpuyopuyo/Makefile:1.46        Thu Jan 19 18:52:11 2017
+++ pkgsrc/games/xpuyopuyo/Makefile     Sun Jul  2 00:58:17 2017
@@ -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/

Index: pkgsrc/games/xpuyopuyo/distinfo
diff -u pkgsrc/games/xpuyopuyo/distinfo:1.6 pkgsrc/games/xpuyopuyo/distinfo:1.7
--- pkgsrc/games/xpuyopuyo/distinfo:1.6 Tue Nov  3 20:57:09 2015
+++ pkgsrc/games/xpuyopuyo/distinfo     Sun Jul  2 00:58:17 2017
@@ -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

Index: pkgsrc/games/xpuyopuyo/patches/patch-aa
diff -u pkgsrc/games/xpuyopuyo/patches/patch-aa:1.5 pkgsrc/games/xpuyopuyo/patches/patch-aa:1.6
--- pkgsrc/games/xpuyopuyo/patches/patch-aa:1.5 Sat Jan 26 22:18:20 2013
+++ pkgsrc/games/xpuyopuyo/patches/patch-aa     Sun Jul  2 00:58:17 2017
@@ -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
     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