pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/dnsperf



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan  5 01:55:52 UTC 2024

Modified Files:
        pkgsrc/benchmarks/dnsperf: Makefile

Log Message:
benchmarks/dnsperf: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/benchmarks/dnsperf/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/dnsperf/Makefile
diff -u pkgsrc/benchmarks/dnsperf/Makefile:1.27 pkgsrc/benchmarks/dnsperf/Makefile:1.28
--- pkgsrc/benchmarks/dnsperf/Makefile:1.27     Wed Nov  8 13:18:11 2023
+++ pkgsrc/benchmarks/dnsperf/Makefile  Fri Jan  5 01:55:52 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2023/11/08 13:18:11 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/01/05 01:55:52 taca Exp $
 
 DISTNAME=      dnsperf-2.5.1
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    benchmarks net
 MASTER_SITES=  https://www.dns-oarc.net/files/dnsperf/
 
@@ -26,7 +26,7 @@ REPLACE_SH+=  src/resperf-report
 .include "../../devel/concurrencykit/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/GeoIP/buildlink3.mk"
-.include "../../net/bind916/buildlink3.mk"
+.include "../../net/bind918/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index