pkgsrc-WIP-changes archive

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

collectd-unbound: a few more tweaks:



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Nov 29 08:31:06 2025 +0000
Changeset:	7e3bf01e15fe38110b71dc3f10a568231b359953

Modified Files:
	collectd-unbound/Makefile
	collectd-unbound/distinfo

Log Message:
collectd-unbound: a few more tweaks:

 * Use the full github tag to match extracted build directory
 * Use go-module.mk instead of go-package.mk.  Should have read
   the "PLEASE NOTE" in the latter.
 * The go-collectd package may not be required, but a commented-out
   reference is still here.

However, "make print-go-modules" fails with
   go: no modules specified (see 'go help mod download')
which I have no ready solution for.

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

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

diffstat:
 collectd-unbound/Makefile | 7 ++++---
 collectd-unbound/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/collectd-unbound/Makefile b/collectd-unbound/Makefile
index f024d5fab0..91b814e4b2 100644
--- a/collectd-unbound/Makefile
+++ b/collectd-unbound/Makefile
@@ -5,7 +5,8 @@ PKGNAME=		${DISTNAME}-20150830
 CATEGORIES=		sysutils
 MASTER_SITES=		${MASTER_SITE_GITHUB:=falzm/}
 GITHUB_PROJECT=		${DISTNAME}
-GITHUB_TAG=		e751f86301
+#GITHUB_TAG=		e751f86301
+GITHUB_TAG=		e751f863013753578f47d6528cea1b4f91a5f6c6
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=		https://github.com/falzm/collectd-unbound
@@ -18,6 +19,6 @@ GO_DIST_BASE=		${DISTNAME}-${GITHUB_TAG}*
 DEPENDS+=		go-collectd-[0-9]*:../../wip/go-collectd
 DEPENDS+=		collectd-[0-9]*:../../sysutils/collectd
 
-.include "../../wip/go-collectd/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
+#.include "../../wip/go-collectd/buildlink3.mk"
+.include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/collectd-unbound/distinfo b/collectd-unbound/distinfo
index 0f141aa560..264a04c7bd 100644
--- a/collectd-unbound/distinfo
+++ b/collectd-unbound/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-RMD160 (collectd-unbound-e751f86301.tar.gz) = ecb3b6e4e858de57c7913dba3617bf468611ddf1
-SHA512 (collectd-unbound-e751f86301.tar.gz) = 83fb4fce2a299049d7e63ff6b06d148ffcb00e5dcf1a515ecfdfd902c8a8960a8c4fee20ae81befb908df4a0f0151648ca49169020af8289bdaa213e3c42cd59
-Size (collectd-unbound-e751f86301.tar.gz) = 2639 bytes
+BLAKE2s (collectd-unbound-e751f863013753578f47d6528cea1b4f91a5f6c6.tar.gz) = 873899a8f03688cc933e695bd6ff63bebdc2af9d214cdce8cf0864e8a0b90bfc
+SHA512 (collectd-unbound-e751f863013753578f47d6528cea1b4f91a5f6c6.tar.gz) = 83fb4fce2a299049d7e63ff6b06d148ffcb00e5dcf1a515ecfdfd902c8a8960a8c4fee20ae81befb908df4a0f0151648ca49169020af8289bdaa213e3c42cd59
+Size (collectd-unbound-e751f863013753578f47d6528cea1b4f91a5f6c6.tar.gz) = 2639 bytes
 SHA1 (patch-collectd-unbound.go) = 8c9b7aee55b78897fe49bdec46a28020ee409071


Home | Main Index | Thread Index | Old Index