pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nudoku



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue Nov 24 21:00:02 UTC 2020

Modified Files:
        pkgsrc/games/nudoku: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/nudoku/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/nudoku/PLIST \
    pkgsrc/games/nudoku/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/nudoku/Makefile
diff -u pkgsrc/games/nudoku/Makefile:1.2 pkgsrc/games/nudoku/Makefile:1.3
--- pkgsrc/games/nudoku/Makefile:1.2    Mon Apr 27 05:14:41 2020
+++ pkgsrc/games/nudoku/Makefile        Tue Nov 24 21:00:02 2020
@@ -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_MESSAGE.includes=     Fix gettext incl
 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"

Index: pkgsrc/games/nudoku/PLIST
diff -u pkgsrc/games/nudoku/PLIST:1.1 pkgsrc/games/nudoku/PLIST:1.2
--- pkgsrc/games/nudoku/PLIST:1.1       Mon Mar 16 12:59:02 2020
+++ pkgsrc/games/nudoku/PLIST   Tue Nov 24 21:00:02 2020
@@ -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
Index: pkgsrc/games/nudoku/distinfo
diff -u pkgsrc/games/nudoku/distinfo:1.1 pkgsrc/games/nudoku/distinfo:1.2
--- pkgsrc/games/nudoku/distinfo:1.1    Mon Mar 16 12:59:02 2020
+++ pkgsrc/games/nudoku/distinfo        Tue Nov 24 21:00:02 2020
@@ -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