Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 18:27:30 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364131 - head/games/gnuchess
Message-ID:  <53e12212.5651.74738746@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Tue Aug  5 18:27:30 2014
New Revision: 364131
URL: http://svnweb.freebsd.org/changeset/ports/364131
QAT: https://qat.redports.org/buildarchive/r364131/

Log:
  Update GNU Chess to 6.1.2

Modified:
  head/games/gnuchess/Makefile
  head/games/gnuchess/distinfo
  head/games/gnuchess/pkg-plist

Modified: head/games/gnuchess/Makefile
==============================================================================
--- head/games/gnuchess/Makefile	Tue Aug  5 18:23:48 2014	(r364130)
+++ head/games/gnuchess/Makefile	Tue Aug  5 18:27:30 2014	(r364131)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	gnuchess
-PORTVERSION=	6.1.1
+PORTVERSION=	6.1.2
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	chess
 # The DISTFILES here is explicitly needed because it can be extended later.
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -12,13 +12,18 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	"Classic" Gnu Chess
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 INFO=		gnuchess
 USES=		shebangfix
 SHEBANG_FILES=	doc/quotes.rb
 
-OPTIONS_DEFINE=		OPENING_BOOK DOCS
+OPTIONS_DEFINE=		OPENING_BOOK DOCS NLS
 OPTIONS_DEFAULT=	OPENING_BOOK
+OPTIONS_SUB=		yes
 OPENING_BOOK_DESC=	Install opening book (25 MB download)
+NLS_USES=		gettext
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.options.mk>
 
@@ -27,17 +32,6 @@ DISTFILES+=	book_1.02.pgn.gz
 EXTRACT_ONLY+=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 .endif
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
-
 post-build:
 .if ${PORT_OPTIONS:MOPENING_BOOK}
 	zcat ${DISTDIR}/book_1.02.pgn.gz > ${WRKSRC}/src/book.pgn

Modified: head/games/gnuchess/distinfo
==============================================================================
--- head/games/gnuchess/distinfo	Tue Aug  5 18:23:48 2014	(r364130)
+++ head/games/gnuchess/distinfo	Tue Aug  5 18:27:30 2014	(r364131)
@@ -1,4 +1,4 @@
-SHA256 (gnuchess-6.1.1.tar.gz) = 76a24fb1e86cec886fa6ae0fd3e97c15d89ac78db6018defc8728788c3bb93c9
-SIZE (gnuchess-6.1.1.tar.gz) = 699439
+SHA256 (gnuchess-6.1.2.tar.gz) = 14a1128f1cfa7d76a20d4f981d7e0dfc8e9da4548c1d754134a65ce65fe26696
+SIZE (gnuchess-6.1.2.tar.gz) = 720282
 SHA256 (book_1.02.pgn.gz) = deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44
 SIZE (book_1.02.pgn.gz) = 26265281

Modified: head/games/gnuchess/pkg-plist
==============================================================================
--- head/games/gnuchess/pkg-plist	Tue Aug  5 18:23:48 2014	(r364130)
+++ head/games/gnuchess/pkg-plist	Tue Aug  5 18:27:30 2014	(r364131)
@@ -19,9 +19,12 @@ bin/gnuchessx
 %%NLS%%share/locale/de/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/eo/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/es/LC_MESSAGES/gnuchess.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/gnuchess.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/gnuchess.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/gnuchess.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/gnuchess.mo
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e12212.5651.74738746>