pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

restoHack: update to latest git commit



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 11 11:06:55 2025 +0200
Changeset:	0a943434b4462097d60135d92990f1104d980aad

Modified Files:
	restoHack/Makefile
	restoHack/PLIST
	restoHack/TODO
	restoHack/distinfo

Log Message:
restoHack: update to latest git commit

Fix man page installation path.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a943434b4462097d60135d92990f1104d980aad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 restoHack/Makefile | 8 +++++++-
 restoHack/PLIST    | 2 +-
 restoHack/TODO     | 2 --
 restoHack/distinfo | 6 +++---
 4 files changed, 11 insertions(+), 7 deletions(-)

diffs:
diff --git a/restoHack/Makefile b/restoHack/Makefile
index 546a195b8f..c411c39140 100644
--- a/restoHack/Makefile
+++ b/restoHack/Makefile
@@ -4,13 +4,19 @@ DISTNAME=	restoHack-1.0.3
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Critlist/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-GITHUB_TAG=	32f1df6327e4f27a711d92f305a43405e03cafd2
+GITHUB_TAG=	7dd3106cc4c4b63e0ee4d9b477ecebb9a1f63781
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Critlist/restoHack/
 COMMENT=	Modern version of the original Hack
 LICENSE=	public-domain AND modified-bsd
 
+SUBST_CLASSES+=		man
+SUBST_SED.man+=		-e "s,share/man/man6,${PKGMANDIR}/man6,"
+SUBST_FILES.man+=	CMakeLists.txt
+SUBST_STAGE.man=	pre-configure
+SUBST_MESSAGE.man=	Fixing man page installation path.
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/restoHack/PLIST b/restoHack/PLIST
index 8172ced507..d61a47d973 100644
--- a/restoHack/PLIST
+++ b/restoHack/PLIST
@@ -1,7 +1,7 @@
 @comment $NetBSD$
 bin/hack
+man/man6/hack.6
 share/hack/data
 share/hack/help
 share/hack/hh
 share/hack/rumors
-share/man/man6/hack.6
diff --git a/restoHack/TODO b/restoHack/TODO
index 97448292c6..c7949be92c 100644
--- a/restoHack/TODO
+++ b/restoHack/TODO
@@ -1,3 +1 @@
 Untested.
-
-Man pages need to be installed in proper location.
diff --git a/restoHack/distinfo b/restoHack/distinfo
index 7ecc18597c..63b9c1891e 100644
--- a/restoHack/distinfo
+++ b/restoHack/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = a633498645d027485380af5a651a313111458b9b422e0c876c4dafcfd73e86f2
-SHA512 (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = eb12a5c56873538e1f3ebec270df8a795a08d97d45ee19254d41693762b47839000c58b01ce43a9727ebdd90d378627c3411595a24c1315da4a53b83f9b3055b
-Size (restoHack-1.0.3-32f1df6327e4f27a711d92f305a43405e03cafd2.tar.gz) = 291587 bytes
+BLAKE2s (restoHack-1.0.3-7dd3106cc4c4b63e0ee4d9b477ecebb9a1f63781.tar.gz) = 2573cf90f2686735a1eac9c4a55228e9d8e4706a14cf1ead312508522827c37c
+SHA512 (restoHack-1.0.3-7dd3106cc4c4b63e0ee4d9b477ecebb9a1f63781.tar.gz) = 1a9871e18967eeadbfd71540bec022c4971458433048eb968d356d791fa964615d170faf2005135e615f31816660585e2d9ab6eb7d4fb6520262c73b82f54302
+Size (restoHack-1.0.3-7dd3106cc4c4b63e0ee4d9b477ecebb9a1f63781.tar.gz) = 293262 bytes


Home | Main Index | Thread Index | Old Index