Received: by mail.netbsd.org (Postfix, from userid 605) id 064BF84DAC; Sun, 2 Jul 2017 00:58:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BBF184D7F for ; Sun, 2 Jul 2017 00:58:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G7Z9Npxa1cks for ; Sun, 2 Jul 2017 00:58:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 127D684C86 for ; Sun, 2 Jul 2017 00:58:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DD08FAE8; Sun, 2 Jul 2017 00:58:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498957098280450" MIME-Version: 1.0 Date: Sun, 2 Jul 2017 00:58:18 +0000 From: "Stoned Elipot" Subject: CVS commit: pkgsrc/games/xpuyopuyo To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20170702005818.0DD08FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1498957098280450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1498957098280450 Content-Disposition: inline Content-Length: 2633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1498957098280450--