Mon Dec 15 00:49:21 2014 UTC ()
Correction on PKGVERSION{,-> _NOREV} on MASTER_SITES


(mef)
diff -r1.3 -r1.4 pkgsrc/benchmarks/dnsperf/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/benchmarks/dnsperf/Makefile (expand / switch to unified diff)

--- pkgsrc/benchmarks/dnsperf/Makefile 2014/02/12 23:17:35 1.3
+++ pkgsrc/benchmarks/dnsperf/Makefile 2014/12/15 00:49:21 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2014/02/12 23:17:35 tron Exp $ 1# $NetBSD: Makefile,v 1.4 2014/12/15 00:49:21 mef Exp $
2 2
3DISTNAME= dnsperf-src-2.0.0.0-1 3DISTNAME= dnsperf-src-2.0.0.0-1
4PKGNAME= dnsperf-2.0.0.0 4PKGNAME= dnsperf-2.0.0.0
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= benchmarks net 6CATEGORIES= benchmarks net
7MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PKGBASE}/${PKGVERSION}/ 7MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PKGBASE}/${PKGVERSION_NOREV}/
8 8
9MAINTAINER= tron@NetBSD.org 9MAINTAINER= tron@NetBSD.org
10HOMEPAGE= http://www.nominum.com/support/measurement-tools/ 10HOMEPAGE= http://www.nominum.com/support/measurement-tools/
11COMMENT= DNS server performance measurement tools 11COMMENT= DNS server performance measurement tools
12LICENSE= mit 12LICENSE= mit
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= sh:run 15USE_TOOLS+= sh:run
16 16
17# This package needs "isc" include files and "isc-config.sh" to build. 17# This package needs "isc" include files and "isc-config.sh" to build.
18# The built-in check only considers "libbind". 18# The built-in check only considers "libbind".
19USE_BUILTIN.bind= no 19USE_BUILTIN.bind= no
20 20