1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 2.9.2:

Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE
- Switch to OptionsNG
This commit is contained in:
Christian Weisgerber 2012-12-18 15:44:54 +00:00
parent 562b1fc181
commit 47620ff907
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309191
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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