diff options
author | edwin <edwin@FreeBSD.org> | 2005-09-14 23:36:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-09-14 23:36:48 +0000 |
commit | 963c6a41dbf29fd214f0b93d0ba31c27117d9414 (patch) | |
tree | 4b409427c6362a679a8fcf4fe3d47b760c3af07a | |
parent | 6c99bcaf6e9f99f7034a8ef60be5190b7a1ac2b7 (diff) | |
download | FreeBSD-ports-963c6a41dbf29fd214f0b93d0ba31c27117d9414.zip FreeBSD-ports-963c6a41dbf29fd214f0b93d0ba31c27117d9414.tar.gz |
Upgrade to the Nominum 2.1 version with support for more record
types (for example)
-rw-r--r-- | dns/queryperf/Makefile | 10 | ||||
-rw-r--r-- | dns/queryperf/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/dns/queryperf/Makefile b/dns/queryperf/Makefile index 20d83dd..bea378f 100644 --- a/dns/queryperf/Makefile +++ b/dns/queryperf/Makefile @@ -6,20 +6,18 @@ # PORTNAME= queryperf -PORTVERSION= 1.1.1.2.2.5.4.3 +PORTVERSION= 2.1 CATEGORIES= dns net benchmarks -MASTER_SITES= ${MASTER_SITE_ISC} +MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/ MASTER_SITE_SUBDIR= bind9/${BINDVERSION} -DISTNAME= bind-${BINDVERSION} +DISTNAME= ${PORTNAME}-nominum-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= DNS Query Performance Testing Tool -BINDVERSION= 9.3.1 -WRKSRC= ${WRKDIR}/bind-${BINDVERSION}/contrib/queryperf/ HAS_CONFIGURE= yes -USE_PYTHON_RUN= yes PORTDOCS= queryperf.txt +USE_PYTHON_RUN= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/queryperf ${PREFIX}/bin diff --git a/dns/queryperf/distinfo b/dns/queryperf/distinfo index 531f36b..d17a5fc 100644 --- a/dns/queryperf/distinfo +++ b/dns/queryperf/distinfo @@ -1,2 +1,2 @@ -MD5 (bind-9.3.1.tar.gz) = 9ff3204eea27184ea0722f37e43fc95d -SIZE (bind-9.3.1.tar.gz) = 4673603 +MD5 (queryperf-nominum-2.1.tar.gz) = e1a0cf35f37c9fbee85fbb951f9901fd +SIZE (queryperf-nominum-2.1.tar.gz) = 49798 |