Received: by mail.netbsd.org (Postfix, from userid 605) id 3B67684DED; Tue, 26 Nov 2019 18:51:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B887A84DD7 for ; Tue, 26 Nov 2019 18:51:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BhgEBUOoI-lz for ; Tue, 26 Nov 2019 18:51:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FFE184C8B for ; Tue, 26 Nov 2019 18:51:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DC23FA97; Tue, 26 Nov 2019 18:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157479427939910" MIME-Version: 1.0 Date: Tue, 26 Nov 2019 18:51:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/flatzebra To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191126185119.1DC23FA97@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. --_----------=_157479427939910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Nov 26 18:51:19 UTC 2019 Modified Files: pkgsrc/devel/flatzebra: Makefile PLIST distinfo Log Message: flatzebra: Update to 0.1.7 201?-??-??: Version 0.1.7 released Fixed g++ 4.7.2 and g++ 7.2.0 compilation warnings (re: narrowing conversion, dynamic exception specifications). Fixed compilation issues with clang 6.0 re: SDL_Rect. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/flatzebra/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/flatzebra/PLIST \ pkgsrc/devel/flatzebra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157479427939910 Content-Disposition: inline Content-Length: 2873 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/flatzebra/Makefile diff -u pkgsrc/devel/flatzebra/Makefile:1.3 pkgsrc/devel/flatzebra/Makefile:1.4 --- pkgsrc/devel/flatzebra/Makefile:1.3 Wed Jul 18 00:06:12 2018 +++ pkgsrc/devel/flatzebra/Makefile Tue Nov 26 18:51:18 2019 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2018/07/18 00:06:12 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2019/11/26 18:51:18 nia Exp $ -DISTNAME= flatzebra-0.1.6 +DISTNAME= flatzebra-0.1.7 CATEGORIES= devel MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html +HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html COMMENT= Generic game engine for 2D double-buffering animation LICENSE= gnu-gpl-v2 @@ -14,6 +14,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++03 +CONFIGURE_ARGS+= --disable-sdltest + PKGCONFIG_OVERRIDE+= flatzebra-0.1.pc.in .include "../../audio/SDL_mixer/buildlink3.mk" Index: pkgsrc/devel/flatzebra/PLIST diff -u pkgsrc/devel/flatzebra/PLIST:1.1 pkgsrc/devel/flatzebra/PLIST:1.2 --- pkgsrc/devel/flatzebra/PLIST:1.1 Thu Jul 28 20:26:46 2016 +++ pkgsrc/devel/flatzebra/PLIST Tue Nov 26 18:51:18 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/07/28 20:26:46 kamil Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/11/26 18:51:18 nia Exp $ include/flatzebra-0.1/flatzebra/Couple.h include/flatzebra-0.1/flatzebra/GameEngine.h include/flatzebra-0.1/flatzebra/Joystick.h @@ -13,8 +13,6 @@ lib/libflatzebra-0.1.la lib/pkgconfig/flatzebra-0.1.pc share/doc/${PKGNAME}/AUTHORS share/doc/${PKGNAME}/COPYING -share/doc/${PKGNAME}/INSTALL share/doc/${PKGNAME}/NEWS share/doc/${PKGNAME}/README share/doc/${PKGNAME}/THANKS -share/doc/${PKGNAME}/TODO Index: pkgsrc/devel/flatzebra/distinfo diff -u pkgsrc/devel/flatzebra/distinfo:1.1 pkgsrc/devel/flatzebra/distinfo:1.2 --- pkgsrc/devel/flatzebra/distinfo:1.1 Thu Jul 28 20:26:46 2016 +++ pkgsrc/devel/flatzebra/distinfo Tue Nov 26 18:51:18 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/07/28 20:26:46 kamil Exp $ +$NetBSD: distinfo,v 1.2 2019/11/26 18:51:18 nia Exp $ -SHA1 (flatzebra-0.1.6.tar.gz) = 03e42e5f80a96a27c61522ff4a86f30968d57214 -RMD160 (flatzebra-0.1.6.tar.gz) = 02c720c9f60cc157712f02f786a08c903e3c4c37 -SHA512 (flatzebra-0.1.6.tar.gz) = 500df95ee23bd2decf1e11be76725733d9219ef06a844f2de337fc11494eeea57e5ab6298cb4235c394216dd75bfb64a4e9f732362ca5ee95c43086b2ca38f75 -Size (flatzebra-0.1.6.tar.gz) = 359098 bytes +SHA1 (flatzebra-0.1.7.tar.gz) = 5013416c669fade5f4766a6e42093d3814d53d25 +RMD160 (flatzebra-0.1.7.tar.gz) = d96f469ca5568953465824eadc26a1563f6aab60 +SHA512 (flatzebra-0.1.7.tar.gz) = 12afbb0ef00dfac21654961da8d2101e9b7b0e6550b9e66bfb4da4faf77cc1dfb7f3da15c8b84c19379eb1ff8bac09324acc694f9282b74ae73a7379686f2374 +Size (flatzebra-0.1.7.tar.gz) = 375938 bytes --_----------=_157479427939910--