pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gnome-sudoku



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Sep  2 10:32:20 UTC 2017

Modified Files:
        pkgsrc/games/gnome-sudoku: Makefile distinfo

Log Message:
Update gnome-sudoku to 3.24.0

Highlights:
* When pause is clicked, the game field should be hidden (Tom Pollok)
* Seed RNG for qqwing (Michael Catanzaro)
* Switch to C++ 11 (Michael Catanzaro)
* Fix window size growing out of control with GTK+ 3.20 (Michael Catanzaro)
* Always set header bar as the title bar (Michael Catanzaro)
* Updated translations


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/gnome-sudoku/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/gnome-sudoku/distinfo

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

Modified files:

Index: pkgsrc/games/gnome-sudoku/Makefile
diff -u pkgsrc/games/gnome-sudoku/Makefile:1.14 pkgsrc/games/gnome-sudoku/Makefile:1.15
--- pkgsrc/games/gnome-sudoku/Makefile:1.14     Mon May 29 12:20:24 2017
+++ pkgsrc/games/gnome-sudoku/Makefile  Sat Sep  2 10:32:20 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/05/29 12:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/02 10:32:20 prlw1 Exp $
 
-DISTNAME=      gnome-sudoku-3.20.4
-PKGREVISION=   3
+DISTNAME=      gnome-sudoku-3.24.0
 CATEGORIES=    games gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-sudoku/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +12,9 @@ LICENSE=      gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
+USE_TOOLS+=            gmake pkg-config
 
 BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 

Index: pkgsrc/games/gnome-sudoku/distinfo
diff -u pkgsrc/games/gnome-sudoku/distinfo:1.6 pkgsrc/games/gnome-sudoku/distinfo:1.7
--- pkgsrc/games/gnome-sudoku/distinfo:1.6      Wed Aug 10 09:26:01 2016
+++ pkgsrc/games/gnome-sudoku/distinfo  Sat Sep  2 10:32:20 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/10 09:26:01 prlw1 Exp $
+$NetBSD: distinfo,v 1.7 2017/09/02 10:32:20 prlw1 Exp $
 
-SHA1 (gnome-sudoku-3.20.4.tar.xz) = 295d46649f38b9023ee729628b5c873f542cab80
-RMD160 (gnome-sudoku-3.20.4.tar.xz) = 83c170e3f0a8fc20a3a59f6a7de6e29d5b27c07a
-SHA512 (gnome-sudoku-3.20.4.tar.xz) = 393fbad1c57d06eb5191155f0e7c57fa8e8a136be026074d16eaefb6d9b778ec0f2d0a2853d965a18a96d29be2be67be61685b4f4b064253978a442c09c63464
-Size (gnome-sudoku-3.20.4.tar.xz) = 2409948 bytes
+SHA1 (gnome-sudoku-3.24.0.tar.xz) = 12e32cde53321fc91a05e1927a94611495623d9e
+RMD160 (gnome-sudoku-3.24.0.tar.xz) = a20ca2ba22b2fe83fd2ab0bc3bd42fb4b82c9c56
+SHA512 (gnome-sudoku-3.24.0.tar.xz) = 3e00726be6ceebe6107f0e7c1100e1072f815dcaf0f4d5f2ce5cf75ae0393457aead001fe8b43420d20ef6e09bc8a7d6fd79d8aaa72a87c21e7c9f8d18ee0809
+Size (gnome-sudoku-3.24.0.tar.xz) = 2890256 bytes



Home | Main Index | Thread Index | Old Index