pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/nudoku nudoku: update to 2.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0321e9b7173
branches:  trunk
changeset: 442485:e0321e9b7173
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue Nov 24 21:00:02 2020 +0000

description:
nudoku: update to 2.1.0.

ChangeLog:

2.0.0 to 2.1.0 (2020-11-20)
  * Use actual terminal background color (instead of black) as background
  color (pr #31)
  * Define minimum gettext version instead of exact one (pr #32)
  * Require gettext 0.20
  * Add Japanese translation (pr #40)
  * Minor code change

diffstat:

 games/nudoku/Makefile |   9 ++++++---
 games/nudoku/PLIST    |   3 ++-
 games/nudoku/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r e30eaa0908f0 -r e0321e9b7173 games/nudoku/Makefile
--- a/games/nudoku/Makefile     Tue Nov 24 20:11:19 2020 +0000
+++ b/games/nudoku/Makefile     Tue Nov 24 21:00:02 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/04/27 05:14:41 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/24 21:00:02 fcambus Exp $
 
-DISTNAME=      nudoku-2.0.0
+DISTNAME=      nudoku-2.1.0
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jubalh/}
-GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    fcambus%NetBSD.org@localhost
 HOMEPAGE=      https://jubalh.github.io/nudoku/
@@ -17,11 +16,15 @@
 SUBST_FILES.includes+= src/sudoku.c
 SUBST_SED.includes+=   -e 's,"gettext.h",<libintl.h>,'
 
+USE_TOOLS+=            autoreconf automake autoconf gettext
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 
 FAKE_NCURSES=          yes
 
+pre-configure:
+       cd ${WRKSRC} && autoreconf -i
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e30eaa0908f0 -r e0321e9b7173 games/nudoku/PLIST
--- a/games/nudoku/PLIST        Tue Nov 24 20:11:19 2020 +0000
+++ b/games/nudoku/PLIST        Tue Nov 24 21:00:02 2020 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/16 12:59:02 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/11/24 21:00:02 fcambus Exp $
 bin/nudoku
 man/man6/nudoku.6
 share/locale/de/LC_MESSAGES/nudoku.mo
 share/locale/es/LC_MESSAGES/nudoku.mo
 share/locale/fr/LC_MESSAGES/nudoku.mo
+share/locale/ja/LC_MESSAGES/nudoku.mo
 share/locale/ru/LC_MESSAGES/nudoku.mo
diff -r e30eaa0908f0 -r e0321e9b7173 games/nudoku/distinfo
--- a/games/nudoku/distinfo     Tue Nov 24 20:11:19 2020 +0000
+++ b/games/nudoku/distinfo     Tue Nov 24 21:00:02 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/03/16 12:59:02 fcambus Exp $
+$NetBSD: distinfo,v 1.2 2020/11/24 21:00:02 fcambus Exp $
 
-SHA1 (nudoku-2.0.0.tar.gz) = 4eb056fa5d58551d7b57a2698428ddfcc521a9c5
-RMD160 (nudoku-2.0.0.tar.gz) = ebe12ecf0a2f51a322d512e312e969c44cace8d4
-SHA512 (nudoku-2.0.0.tar.gz) = acf0a5714fc767bb580c97d5ceb586db5390ce7a1428e56c1e7413af653cd784939dc5ae3681c4ad19fde0a3ee5e941f1a4466bc35eac4bdf802f0b9ba6b025f
-Size (nudoku-2.0.0.tar.gz) = 203292 bytes
+SHA1 (nudoku-2.1.0.tar.gz) = fd28945728bc47ec60f8e10efc6a150bb83f5ee2
+RMD160 (nudoku-2.1.0.tar.gz) = 4628a78cf1aba04d73a0308e415c812e3e4afc40
+SHA512 (nudoku-2.1.0.tar.gz) = dde16d1dccc1cae8d156f57fccf8b112f3fee7d23b912b5cd7ecc092ecbf04a8e85f469e53fa02e6bd2d0b9498e4a65a219e1aad8091f82638dceab32f320670
+Size (nudoku-2.1.0.tar.gz) = 31592 bytes
 SHA1 (patch-src_main.c) = 3e8d32d3830c839727fda4bb74a4c6346553efa9



Home | Main Index | Thread Index | Old Index