pkgsrc-WIP-changes archive

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

tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev17.



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Tue Sep 2 03:42:24 2025 +0000
Changeset:	d7da506aa5a1ab78391340da1695cf74f48923b2

Modified Files:
	tnfrepo-dev/Makefile
	tnfrepo-dev/PLIST

Log Message:
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev17.

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

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

diffstat:
 tnfrepo-dev/Makefile | 10 ++++++++--
 tnfrepo-dev/PLIST    |  4 ++++
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs:
diff --git a/tnfrepo-dev/Makefile b/tnfrepo-dev/Makefile
index 11f16fec49..3cd781fec2 100644
--- a/tnfrepo-dev/Makefile
+++ b/tnfrepo-dev/Makefile
@@ -1,10 +1,11 @@
 #	$NetBSD$
 
-DISTNAME=	tnfrepo-0.0a20250704.dev6
+DISTNAME=	tnfrepo-0.0a20250823.dev17
+PKGREVISION=	2
 PKGNAME=	${DISTNAME}
 CATEGORIES=	sysutils
 HG_REPO=	https://hg.mumble.net/campbell/tnfrepo
-HG_TAG=		ede88ba6608480522bf7ffcf78abc3b3fac69197
+HG_TAG=		2bf5e66553c82e4384a4f10a8c7988e359eb11f8
 
 MAINTAINER=	riastradh%NetBSD.org@localhost
 HOMEPAGE=	https://hg.mumble.net/campbell/tnfrepo
@@ -28,7 +29,11 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 PYSETUPSUBDIR=	hghooks
 USE_PYTEST=	no
 
+REPLACE_PYTHON=	bin/syncd.py
+
 INSTALL_MAKE_FLAGS+=	prefix=${PREFIX:Q}
+INSTALLATION_DIRS+=	bin
+INSTALLATION_DIRS+=	share
 
 pre-build:
 	${RUN}cd ${WRKSRC} && ${BUILD_MAKE_CMD}
@@ -48,6 +53,7 @@ do-test:
 	${RUN}cd ${WRKSRC} && \
 	cram-${PYVERSSUFFIX} --verbose tests/
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../wip/mk/hg-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/tnfrepo-dev/PLIST b/tnfrepo-dev/PLIST
index fddbda7727..eab5e0637b 100644
--- a/tnfrepo-dev/PLIST
+++ b/tnfrepo-dev/PLIST
@@ -8,6 +8,9 @@ ${PYSITELIB}/netbsd_hghooks/__init__.pyo
 ${PYSITELIB}/netbsd_hghooks/_version.py
 ${PYSITELIB}/netbsd_hghooks/_version.pyc
 ${PYSITELIB}/netbsd_hghooks/_version.pyo
+${PYSITELIB}/netbsd_hghooks/gitmirror.py
+${PYSITELIB}/netbsd_hghooks/gitmirror.pyc
+${PYSITELIB}/netbsd_hghooks/gitmirror.pyo
 ${PYSITELIB}/netbsd_hghooks/reject_bookmarks.py
 ${PYSITELIB}/netbsd_hghooks/reject_bookmarks.pyc
 ${PYSITELIB}/netbsd_hghooks/reject_bookmarks.pyo
@@ -20,6 +23,7 @@ ${PYSITELIB}/netbsd_hghooks/reject_normcasecollision.pyo
 ${PYSITELIB}/netbsd_hghooks/require_user_login.py
 ${PYSITELIB}/netbsd_hghooks/require_user_login.pyc
 ${PYSITELIB}/netbsd_hghooks/require_user_login.pyo
+bin/syncd
 share/tnfrepo/githooks/pre-receive.sh
 share/tnfrepo/githooks/reference-transaction.sh
 share/tnfrepo/githooks/update.sh


Home | Main Index | Thread Index | Old Index