git: ac9e18c53c36 - main - games/gtypist: update 2.10 → 2.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Mar 2025 19:23:27 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9e18c53c36d942e7bbd891367d5404cdd8f3ee
commit ac9e18c53c36d942e7bbd891367d5404cdd8f3ee
Author: Älven <alster@vinterdalen.se>
AuthorDate: 2025-02-01 23:16:12 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2025-03-02 19:22:52 +0000
games/gtypist: update 2.10 → 2.10.1
+ Add LICENSE_FILE
* Correct LICENSE to GPLv3+ as in source code files' headers
* Some linting
* Use %%DATADIR%% instead of hardcoded paths in pkg-plist
PR: 257178
---
games/gtypist/Makefile | 12 ++++----
games/gtypist/distinfo | 6 ++--
games/gtypist/pkg-plist | 80 ++++++++++++++++++++++++-------------------------
3 files changed, 50 insertions(+), 48 deletions(-)
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile
index 20e84f34cc4f..b005f1cd695e 100644
--- a/games/gtypist/Makefile
+++ b/games/gtypist/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gtypist
-PORTVERSION= 2.10
-PORTREVISION= 1
+DISTVERSION= 2.10.1
CATEGORIES= games education
MASTER_SITES= GNU
@@ -8,17 +7,20 @@ MAINTAINER= naddy@FreeBSD.org
COMMENT= Interactive typing tutor
WWW= https://www.gnu.org/software/gtypist/
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv localbase ncurses shebangfix tar:xz
+
+SHEBANG_FILES= typefortune
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS=no
+
CPPFLAGS+= -I${NCURSESINC}
INFO= gtypist gtypist.cs gtypist.es
-SHEBANG_FILES= typefortune
-
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo
index 23c23fecfab5..8dce2f6f4b5e 100644
--- a/games/gtypist/distinfo
+++ b/games/gtypist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736265199
-SHA256 (gtypist-2.10.tar.xz) = 2800883f08a79aa372da126e5d27ab5b3f0bc82236c9075a2516b1117c373b44
-SIZE (gtypist-2.10.tar.xz) = 818820
+TIMESTAMP = 1738611868
+SHA256 (gtypist-2.10.1.tar.xz) = ca618054e91f1ed5ef043fcc43500bbad701c959c31844d4688ff22849ac252d
+SIZE (gtypist-2.10.1.tar.xz) = 820488
diff --git a/games/gtypist/pkg-plist b/games/gtypist/pkg-plist
index 501920194e50..cffa40fd88b4 100644
--- a/games/gtypist/pkg-plist
+++ b/games/gtypist/pkg-plist
@@ -1,45 +1,45 @@
bin/gtypist
bin/typefortune
-share/gtypist/c.typ
-share/gtypist/cs.typ
-share/gtypist/d.typ
-share/gtypist/demo.typ
-share/gtypist/esp.typ
-share/gtypist/gtypist.typ
-share/gtypist/ktbg.typ
-share/gtypist/ktbr.typ
-share/gtypist/ktcz.typ
-share/gtypist/ktde.typ
-share/gtypist/ktdvorak.typ
-share/gtypist/kten_gb.typ
-share/gtypist/kten_us.typ
-share/gtypist/ktes1.typ
-share/gtypist/ktes2.typ
-share/gtypist/ktes3.typ
-share/gtypist/ktes_cat.typ
-share/gtypist/ktfi.typ
-share/gtypist/ktfr.typ
-share/gtypist/ktgr.typ
-share/gtypist/ktit.typ
-share/gtypist/ktnl.typ
-share/gtypist/ktnl_junior.typ
-share/gtypist/ktno.typ
-share/gtypist/ktru.typ
-share/gtypist/ktru_long.typ
-share/gtypist/kttr.typ
-share/gtypist/m.typ
-share/gtypist/n.typ
-share/gtypist/p.typ
-share/gtypist/q.typ
-share/gtypist/r.typ
-share/gtypist/ro_special.typ
-share/gtypist/ru.typ
-share/gtypist/s.typ
-share/gtypist/symq.typ
-share/gtypist/symt.typ
-share/gtypist/t.typ
-share/gtypist/u.typ
-share/gtypist/v.typ
+%%DATADIR%%/c.typ
+%%DATADIR%%/cs.typ
+%%DATADIR%%/d.typ
+%%DATADIR%%/demo.typ
+%%DATADIR%%/esp.typ
+%%DATADIR%%/gtypist.typ
+%%DATADIR%%/ktbg.typ
+%%DATADIR%%/ktbr.typ
+%%DATADIR%%/ktcz.typ
+%%DATADIR%%/ktde.typ
+%%DATADIR%%/ktdvorak.typ
+%%DATADIR%%/kten_gb.typ
+%%DATADIR%%/kten_us.typ
+%%DATADIR%%/ktes1.typ
+%%DATADIR%%/ktes2.typ
+%%DATADIR%%/ktes3.typ
+%%DATADIR%%/ktes_cat.typ
+%%DATADIR%%/ktfi.typ
+%%DATADIR%%/ktfr.typ
+%%DATADIR%%/ktgr.typ
+%%DATADIR%%/ktit.typ
+%%DATADIR%%/ktnl.typ
+%%DATADIR%%/ktnl_junior.typ
+%%DATADIR%%/ktno.typ
+%%DATADIR%%/ktru.typ
+%%DATADIR%%/ktru_long.typ
+%%DATADIR%%/kttr.typ
+%%DATADIR%%/m.typ
+%%DATADIR%%/n.typ
+%%DATADIR%%/p.typ
+%%DATADIR%%/q.typ
+%%DATADIR%%/r.typ
+%%DATADIR%%/ro_special.typ
+%%DATADIR%%/ru.typ
+%%DATADIR%%/s.typ
+%%DATADIR%%/symq.typ
+%%DATADIR%%/symt.typ
+%%DATADIR%%/t.typ
+%%DATADIR%%/u.typ
+%%DATADIR%%/v.typ
%%NLS%%share/locale/cs/LC_MESSAGES/gtypist.mo
%%NLS%%share/locale/de/LC_MESSAGES/gtypist.mo
%%NLS%%share/locale/es/LC_MESSAGES/gtypist.mo