svn commit: r492618 - in head/dns/dnsperf: . files
Kurt Jaeger
pi at FreeBSD.org
Sun Feb 10 16:40:04 UTC 2019
Author: pi
Date: Sun Feb 10 16:40:02 2019
New Revision: 492618
URL: https://svnweb.freebsd.org/changeset/ports/492618
Log:
dns/dnsperf: update 2.1.0 -> 2.2.1
PR: 235237
Approved by: hrs (maintainer timeout)
Relnotes: https://github.com/DNS-OARC/dnsperf/blob/master/CHANGES
Deleted:
head/dns/dnsperf/files/
Modified:
head/dns/dnsperf/Makefile
head/dns/dnsperf/distinfo
head/dns/dnsperf/pkg-descr
Modified: head/dns/dnsperf/Makefile
==============================================================================
--- head/dns/dnsperf/Makefile Sun Feb 10 16:34:42 2019 (r492617)
+++ head/dns/dnsperf/Makefile Sun Feb 10 16:40:02 2019 (r492618)
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= dnsperf
-PORTVERSION= 2.1.0.0
-PORTREVISION= 2
+PORTVERSION= 2.2.1
+DISTVERSIONPREFIX=v
CATEGORIES= dns benchmarks net
-MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
-DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1
MAINTAINER= hrs at FreeBSD.org
COMMENT= Performance measurement of Domain Name System (DNS) servers
@@ -15,10 +13,13 @@ LICENSE= ISCL
BUILD_DEPENDS= isc-config.sh:dns/bind912
LIB_DEPENDS= liblmdb.so:databases/lmdb \
- libjson-c.so:devel/json-c
+ libjson-c.so:devel/json-c \
+ libxml2.so:textproc/libxml2
-USES= iconv ssl
-USE_GNOME= libxml2
+USES= autoreconf gnome iconv libtool ssl
+USE_GITHUB= yes
+
+GH_ACCOUNT= DNS-OARC
GNU_CONFIGURE= yes
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
@@ -29,14 +30,5 @@ PLIST_FILES= bin/dnsperf \
bin/resperf-report \
man/man1/dnsperf.1.gz \
man/man1/resperf.1.gz
-PORTDOCS= caching-dns-performance.pdf \
- dnsperf.pdf \
- resperf.pdf
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/dns/dnsperf/distinfo
==============================================================================
--- head/dns/dnsperf/distinfo Sun Feb 10 16:34:42 2019 (r492617)
+++ head/dns/dnsperf/distinfo Sun Feb 10 16:40:02 2019 (r492618)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524326968
-SHA256 (dnsperf-src-2.1.0.0-1.tar.gz) = 64b5f0a680e1ad60bca5fd709f1a9a8404ac2fd85af6138bd22ca9a28b616e0e
-SIZE (dnsperf-src-2.1.0.0-1.tar.gz) = 561502
+TIMESTAMP = 1548663213
+SHA256 (DNS-OARC-dnsperf-v2.2.1_GH0.tar.gz) = 3e6d75330b44ddbf62415113014a437bfa0fab206db535c7a527785669e85e24
+SIZE (DNS-OARC-dnsperf-v2.2.1_GH0.tar.gz) = 66955
Modified: head/dns/dnsperf/pkg-descr
==============================================================================
--- head/dns/dnsperf/pkg-descr Sun Feb 10 16:34:42 2019 (r492617)
+++ head/dns/dnsperf/pkg-descr Sun Feb 10 16:40:02 2019 (r492618)
@@ -15,4 +15,4 @@ network operators to take advantage of the data.
ResPerf systematically increases the query rate and monitors the
response rate to simulate caching DNS services.
-WWW: https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp
+WWW: https://www.dns-oarc.net/tools/dnsperf
More information about the svn-ports-head
mailing list