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.dev119



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Sun Apr 5 18:44:59 2026 +0000
Changeset:	d58b8a8fef1676a236552b33c6ac2198670f5686

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

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

- syncd handles multiple queued actions now.
- Installed git-cvsmirror error messages now match tests.
- Added missing git-perlscripts dependency for git-cvsexportcommit.
- New withlogin utility for scoped setlogin(), mainly for testing.

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

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

diffstat:
 tnfrepo-dev/Makefile | 7 ++++---
 tnfrepo-dev/PLIST    | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/tnfrepo-dev/Makefile b/tnfrepo-dev/Makefile
index 5f92fee7c7..66a435c504 100644
--- a/tnfrepo-dev/Makefile
+++ b/tnfrepo-dev/Makefile
@@ -1,10 +1,10 @@
 #	$NetBSD$
 
-DISTNAME=	tnfrepo-0.0a20250823.dev112
+DISTNAME=	tnfrepo-0.0a20250823.dev119
 PKGNAME=	${DISTNAME}
 CATEGORIES=	sysutils
 HG_REPO=	https://hg.mumble.net/campbell/tnfrepo
-HG_TAG=		b8ee702da5753ffc996a6e655f21b9977884f4c5
+HG_TAG=		bef20795413db8818b53436246febf9a3630dbb4
 
 MAINTAINER=	riastradh%NetBSD.org@localhost
 HOMEPAGE=	https://hg.mumble.net/campbell/tnfrepo
@@ -17,11 +17,12 @@ DEPENDS+=	${PYPKGPREFIX}-hg-evolve>=11.1.4:../../devel/py-hg-evolve
 DEPENDS+=	${PYPKGPREFIX}-mercurial>=6.8.1:../../devel/py-mercurial
 DEPENDS+=	git-base>=2.47.1:../../devel/git-base
 DEPENDS+=	git-cinnabar>=0.7.0beta1:../../devel/git-cinnabar
+DEPENDS+=	git-perlscripts>=2.47.1:../../devel/git-perlscripts
 DEPENDS+=	rsync>0:../../net/rsync
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cram>=0.7:../../devel/py-cram
 
-USE_LANGUAGES=	# none
+USE_LANGUAGES=	c
 
 PYTHON_SELF_CONFLICT=		yes
 PYTHON_VERSIONS_INCOMPATIBLE=	27
diff --git a/tnfrepo-dev/PLIST b/tnfrepo-dev/PLIST
index 9b3a5feee2..bf6903fd48 100644
--- a/tnfrepo-dev/PLIST
+++ b/tnfrepo-dev/PLIST
@@ -45,6 +45,7 @@ bin/build-clonebundles
 bin/cvsmirror
 bin/git-cvsmirror
 bin/syncd
+bin/withlogin
 share/tnfrepo/gitconfig/anongit
 share/tnfrepo/gitconfig/config
 share/tnfrepo/githooks/post-update


Home | Main Index | Thread Index | Old Index