diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2017-05-11 18:30:58 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2017-05-11 18:30:58 +0000 |
commit | 2a971878f65af2804fb4893195bb9ebd4f822062 (patch) | |
tree | 44a46668440ad8b735e23da0f0ba50788dc8415f /dns/py-namebench/files/patch-libnamebench-util-py | |
parent | Mark BROKEN: unfetchable (diff) |
- remove extra patch file causing a re-patch of same file
Reported by: pkg-fallout@
Notes
Notes:
svn path=/head/; revision=440644
Diffstat (limited to 'dns/py-namebench/files/patch-libnamebench-util-py')
-rw-r--r-- | dns/py-namebench/files/patch-libnamebench-util-py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dns/py-namebench/files/patch-libnamebench-util-py b/dns/py-namebench/files/patch-libnamebench-util-py deleted file mode 100644 index e00191ef5bdf..000000000000 --- a/dns/py-namebench/files/patch-libnamebench-util-py +++ /dev/null @@ -1,13 +0,0 @@ -Missing comma causes two strings below to be concatenated, making /usr/local/share/namebench and /usr/local/etc/namebench useless. Not great for us! - ---- libnamebench/util.py.orig 2011-08-15 19:59:22.000000000 +0100 -+++ libnamebench/util.py 2011-08-15 19:59:37.000000000 +0100 -@@ -85,7 +85,7 @@ - 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', |