pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/flatzebra



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.

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@localhost
-#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



Home | Main Index | Thread Index | Old Index