Skip to content

Commit

Permalink
nudoku: update to 2.1.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fcambus committed Nov 24, 2020
1 parent 254baae commit d87b999
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
9 changes: 6 additions & 3 deletions games/nudoku/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
HOMEPAGE= https://jubalh.github.io/nudoku/
Expand All @@ -17,11 +16,15 @@ SUBST_MESSAGE.includes= Fix gettext includes
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"
3 changes: 2 additions & 1 deletion games/nudoku/PLIST
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions games/nudoku/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d87b999

Please sign in to comment.