pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/bastet bastet: Update to 0.43.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/addd5b1b0cc6
branches: trunk
changeset: 416967:addd5b1b0cc6
user: nia <nia%pkgsrc.org@localhost>
date: Sat Nov 02 14:58:34 2019 +0000
description:
bastet: Update to 0.43.2
Changes:
Minor fixes (appstream file, reset level on new game, OSX compilation error).
diffstat:
games/bastet/Makefile | 24 +++++++++++-------------
games/bastet/distinfo | 11 +++++------
games/bastet/patches/patch-Well.hpp | 25 -------------------------
3 files changed, 16 insertions(+), 44 deletions(-)
diffs (87 lines):
diff -r fda9a082ba4c -r addd5b1b0cc6 games/bastet/Makefile
--- a/games/bastet/Makefile Sat Nov 02 14:54:08 2019 +0000
+++ b/games/bastet/Makefile Sat Nov 02 14:58:34 2019 +0000
@@ -1,24 +1,22 @@
-# $NetBSD: Makefile,v 1.19 2019/08/22 12:23:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/02 14:58:34 nia Exp $
-DISTNAME= bastet-0.43.1
-PKGREVISION= 10
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_GITHUB:=fph/}
+DISTNAME= bastet-0.43.2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fph/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://fph.altervista.org/prog/bastet.html
-COMMENT= Bastard Tetris
-LICENSE= gnu-gpl-v3
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://fph.altervista.org/prog/bastet.html
+COMMENT= Bastard Tetris
+LICENSE= gnu-gpl-v3
-USE_TOOLS+= gmake
-BUILD_DEFS+= VARBASE
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+BUILD_DEFS+= VARBASE
USE_GAMESGROUP= yes
SPECIAL_PERMS= bin/bastet ${SETGID_GAMES_PERMS}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
-USE_LANGUAGES= c++
-
SUBST_CLASSES+= vardir
SUBST_STAGE.vardir= pre-configure
SUBST_FILES.vardir= Config.cpp
diff -r fda9a082ba4c -r addd5b1b0cc6 games/bastet/distinfo
--- a/games/bastet/distinfo Sat Nov 02 14:54:08 2019 +0000
+++ b/games/bastet/distinfo Sat Nov 02 14:58:34 2019 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.8 2017/09/25 22:32:16 joerg Exp $
+$NetBSD: distinfo,v 1.9 2019/11/02 14:58:34 nia Exp $
-SHA1 (bastet-0.43.1.tar.gz) = 003e342df526211a9a811c2235a02b2d8288e020
-RMD160 (bastet-0.43.1.tar.gz) = dde16fd74747bbd9dcc3a9762c0e681b7c9318ce
-SHA512 (bastet-0.43.1.tar.gz) = b2b67cd5bcc015629bd679b2bce696bd9e944cd233c78a9d49f91d340cd57f36f17181ffee5637c5883d5d28d4a1e3378697c5015dfd1cdac55e4a893c025e6f
-Size (bastet-0.43.1.tar.gz) = 82802 bytes
+SHA1 (bastet-0.43.2.tar.gz) = 75b1f154e4d60599959198d3cb3a5d06a21cfc90
+RMD160 (bastet-0.43.2.tar.gz) = 41c22ef7daebfa37c9d2aad5a13a8db5d80aaded
+SHA512 (bastet-0.43.2.tar.gz) = e81ca8bf674b537b539b7f6b35b1233a714f03750ce1b3947f84e70ca5f98ed4583902e7b4800c5bdde66ee95a4ef8ed0f5854675c2d149cd26d2498dc187a41
+Size (bastet-0.43.2.tar.gz) = 87496 bytes
SHA1 (patch-BastetBlockChooser.hpp) = 95aa010f8862facc6062f9be968e0975524aeed7
SHA1 (patch-Makefile) = e372e9c19166dbfb4b432e720a0c56990792297e
SHA1 (patch-Ui.cpp) = 8f8add5b848faf96f97723e0839fdf457b20eb9a
-SHA1 (patch-Well.hpp) = d4f84a24f39aae1a84d62ad3e33fb9466dc2bbbe
diff -r fda9a082ba4c -r addd5b1b0cc6 games/bastet/patches/patch-Well.hpp
--- a/games/bastet/patches/patch-Well.hpp Sat Nov 02 14:54:08 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-Well.hpp,v 1.1 2016/12/22 11:36:35 joerg Exp $
-
-friend declaration should not contain default arguments.
-
---- Well.hpp.orig 2016-12-22 10:46:03.217308267 +0000
-+++ Well.hpp
-@@ -30,7 +30,8 @@
- #include <iostream>
-
- namespace Bastet{
--
-+ long Evaluate(const Well *w, int extralines = 0);
-+
- class GameOver{}; //used as an exception
-
- class WellLine: public std::bitset<WellWidth>{
-@@ -66,7 +67,7 @@ namespace Bastet{
- LinesCompleted Lock(BlockType t, const BlockPosition &p); //permanently adds a tetromino to the well; returns a bitset of 4 bits where return[i]==1 iff line (start of fb)+i is complete
- void ClearLines(const LinesCompleted &lc); //removes the given lines from the well (whether they are completed or not)
- int LockAndClearLines(BlockType t, const BlockPosition &p); //locks, clear lines, returns number of lines cleared
-- friend long Evaluate(const Well *w, int extralines=0); //for BastetBlockChooser
-+ friend long Evaluate(const Well *w, int extralines); //for BastetBlockChooser
- std::string PrettyPrint() const;
- };
-
Home |
Main Index |
Thread Index |
Old Index