Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 15:44:54 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309191 - head/games/gtypist
Message-ID:  <201212181544.qBIFisnu074842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Dec 18 15:44:54 2012
New Revision: 309191
URL: http://svnweb.freebsd.org/changeset/ports/309191

Log:
  - Update to 2.9.2:
    Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE
  - Switch to OptionsNG

Modified:
  head/games/gtypist/Makefile   (contents, props changed)
  head/games/gtypist/distinfo   (contents, props changed)

Modified: head/games/gtypist/Makefile
==============================================================================
--- head/games/gtypist/Makefile	Tue Dec 18 15:23:09 2012	(r309190)
+++ head/games/gtypist/Makefile	Tue Dec 18 15:44:54 2012	(r309191)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gtypist
-PORTVERSION=	2.9.1
+PORTVERSION=	2.9.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +17,9 @@ MAKE_JOBS_SAFE=	yes
 INFO=		gtypist gtypist.cs gtypist.es
 MAN1=		gtypist.1 typefortune.1
 
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .else

Modified: head/games/gtypist/distinfo
==============================================================================
--- head/games/gtypist/distinfo	Tue Dec 18 15:23:09 2012	(r309190)
+++ head/games/gtypist/distinfo	Tue Dec 18 15:44:54 2012	(r309191)
@@ -1,2 +1,2 @@
-SHA256 (gtypist-2.9.1.tar.gz) = a5885654aab74027999a67a9bbd7c3b6823479f89a6f1439244bf9c5536fb67d
-SIZE (gtypist-2.9.1.tar.gz) = 1564336
+SHA256 (gtypist-2.9.2.tar.gz) = f5e33744d78b3d6f6e793d0bac6d344a828949ef6dbc1fc4846891af6abd96d3
+SIZE (gtypist-2.9.2.tar.gz) = 1575158



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