pkgsrc-WIP-changes archive

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

tnfrepo-dev: Update to tnfrepo-0.a20250823.dev127



Module Name:	pkgsrc-wip
Committed By:	Taylor R Campbell <riastradh%NetBSD.org@localhost>
Pushed By:	riastradh
Date:		Mon Apr 6 17:19:17 2026 +0000
Changeset:	4af5819e8ace9736ca972fe443fb628b4a3b7ead

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

Log Message:
tnfrepo-dev: Update to tnfrepo-0.a20250823.dev127

- New github-mirror script.

- Add uwsgi and cgit dependencies.  Not really needed for main repo
  server, but it will be convenient for anonymous repo server.

- Various minor fixes.

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

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

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

diffs:
diff --git a/tnfrepo-dev/Makefile b/tnfrepo-dev/Makefile
index 66a435c504..b898d77628 100644
--- a/tnfrepo-dev/Makefile
+++ b/tnfrepo-dev/Makefile
@@ -1,10 +1,10 @@
 #	$NetBSD$
 
-DISTNAME=	tnfrepo-0.0a20250823.dev119
+DISTNAME=	tnfrepo-0.0a20250823.dev127
 PKGNAME=	${DISTNAME}
 CATEGORIES=	sysutils
 HG_REPO=	https://hg.mumble.net/campbell/tnfrepo
-HG_TAG=		bef20795413db8818b53436246febf9a3630dbb4
+HG_TAG=		606fbb7a64fa46237f9da78edbc27e54022c622b
 
 MAINTAINER=	riastradh%NetBSD.org@localhost
 HOMEPAGE=	https://hg.mumble.net/campbell/tnfrepo
@@ -20,6 +20,13 @@ DEPENDS+=	git-cinnabar>=0.7.0beta1:../../devel/git-cinnabar
 DEPENDS+=	git-perlscripts>=2.47.1:../../devel/git-perlscripts
 DEPENDS+=	rsync>0:../../net/rsync
 
+# For anonymous server -- consider splitting into a separate
+# (meta-)package if we don't end up using this for the authenticated
+# server.  Mainly so we don't have to bake py311-uwsgi, or py312-uwsgi,
+# or, I mean, py314-uwsgi into the image build scripts...
+DEPENDS+=	${PYPKGPREFIX}-uwsgi>=0:../../www/py-uwsgi
+DEPENDS+=	cgit>=0:../../www/cgit
+
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cram>=0.7:../../devel/py-cram
 
 USE_LANGUAGES=	c
diff --git a/tnfrepo-dev/PLIST b/tnfrepo-dev/PLIST
index bf6903fd48..f69393524a 100644
--- a/tnfrepo-dev/PLIST
+++ b/tnfrepo-dev/PLIST
@@ -44,6 +44,7 @@ ${PYSITELIB}/netbsd_hghooks/validdate.pyo
 bin/build-clonebundles
 bin/cvsmirror
 bin/git-cvsmirror
+bin/github-mirror
 bin/syncd
 bin/withlogin
 share/tnfrepo/gitconfig/anongit


Home | Main Index | Thread Index | Old Index