FreeBSD Bugzilla – Attachment 257178 Details for
Bug 284517
games/gtypist: update 2.10 → 2.10.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] games/gtypist: update 2.10 → 2.10.1
0001-games-gtypist-update-2.10-2.10.1.patch (text/plain), 4.02 KB, created by
Älven
on 2025-02-01 23:21:42 UTC
(
hide
)
Description:
[PATCH] games/gtypist: update 2.10 → 2.10.1
Filename:
MIME Type:
Creator:
Älven
Created:
2025-02-01 23:21:42 UTC
Size:
4.02 KB
patch
obsolete
>From 536f6d8ec1afab8042bb76fb93a20bc71e7f71fa Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Sun, 2 Feb 2025 03:16:12 +0400 >Subject: [PATCH] games/gtypist: update 2.10 â 2.10.1 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >+ Add LICENSE_FILE >* Correct LICENSE to GPLv3+ as in source code files' headers >* Some linting >* Use %%DATADIR%% instead of hardcoded paths in pkg-plist >--- > 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..0bdfcbf3a085 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 = 1738451154 >+SHA256 (gtypist-2.10.1.tar.xz) = 6b734c307e6d0a69af1d3b1ca3c97282ddbce7359b6b816f0f120460c6795ffb >+SIZE (gtypist-2.10.1.tar.xz) = 820280 >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 >-- >2.48.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
naddy
)
Actions:
View
|
Diff
Attachments on
bug 284517
: 257178