- unbreak fetch [1]

- update WWW site
- regen patch (pet portlint)

Reported by:	jswhitejrusa@gmail.com [1]
This commit is contained in:
Jason Helfman 2016-11-04 16:41:39 +00:00
parent d750f8a119
commit d2de35330d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425341
4 changed files with 15 additions and 5 deletions

View file

@ -5,8 +5,8 @@ PORTNAME= namebench
PORTVERSION= 1.3.1 PORTVERSION= 1.3.1
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= dns python benchmarks CATEGORIES= dns python benchmarks
MASTER_SITES= GOOGLE_CODE \ MASTER_SITES= SF/bsdsrc/${PORTDIRNAME}/ \
LOCAL/jgh/dns/ https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@ -15,8 +15,6 @@ COMMENT= Open Source DNS benchmark utility
LICENSE= APACHE20 LICENSE= APACHE20
BROKEN= Unfetchable (google code has gone away)
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:devel/py-Jinja2 \ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:devel/py-Jinja2 \
${PYTHON_PKGNAMEPREFIX}graphy>=1.0:graphics/py-graphy \ ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:graphics/py-graphy \
${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython \

View file

@ -1,2 +1,3 @@
TIMESTAMP = 1478214460
SHA256 (namebench-1.3.1-source.tgz) = 30ccf9e870c1174c6bf02fca488f62bba280203a0b1e8e4d26f3756e1a5b9425 SHA256 (namebench-1.3.1-source.tgz) = 30ccf9e870c1174c6bf02fca488f62bba280203a0b1e8e4d26f3756e1a5b9425
SIZE (namebench-1.3.1-source.tgz) = 1118505 SIZE (namebench-1.3.1-source.tgz) = 1118505

View file

@ -0,0 +1,11 @@
--- libnamebench/util.py.orig 2016-11-04 16:13:39 UTC
+++ libnamebench/util.py
@@ -85,7 +85,7 @@ def FindDataFile(filename):
os.path.join(os.getcwd(), 'namebench.app', 'Contents', 'Resources'),
os.path.join(os.getcwd(), '..'),
os.path.join(sys.prefix, 'namebench'),
- '/usr/local/share/namebench'
+ '/usr/local/share/namebench',
'/usr/local/etc/namebench',
'/usr/local/namebench',
'/etc/namebench',

View file

@ -2,4 +2,4 @@ An experiment in benchmarking DNS name services. This tool
is designed to help you as a user determine what name services is designed to help you as a user determine what name services
are the best to use for an individual machine. are the best to use for an individual machine.
WWW: http://namebench.googlecode.com/ WWW: https://code.google.com/archive/p/namebench/