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:   rillig
Date:           Fri May 22 15:53:05 UTC 2020

Modified Files:
        pkgsrc/benchmarks/dnsperf: Makefile

Log Message:
benchmarks/dnsperf: re-add resperf-report to REPLACE_SH

It had been removed accidentally since it didn't appear to exist.  It
still exists, it just has been moved to src/.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/benchmarks/dnsperf/Makefile:1.15
--- pkgsrc/benchmarks/dnsperf/Makefile:1.14     Fri May 22 05:49:18 2020
+++ pkgsrc/benchmarks/dnsperf/Makefile  Fri May 22 15:53:05 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/05/22 05:49:18 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/22 15:53:05 rillig Exp $
 
 DISTNAME=      dnsperf-2.3.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    benchmarks net
 MASTER_SITES=  https://www.dns-oarc.net/files/dnsperf/
 
@@ -17,6 +17,8 @@ USE_TOOLS+=   sh:run pkg-config
 # The built-in check only considers "libbind".
 USE_BUILTIN.bind=      no
 
+REPLACE_SH+=   src/resperf-report
+
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index