summaryrefslogtreecommitdiff
path: root/net/ntpsec/files/patch-wscript
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-06-16 23:29:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-06-16 23:29:16 +0000
commitdf7bcb5068561ed277a31cb39dd5bd6459459c48 (patch)
tree6c6444499414635a67abc363dba13e89c0514b33 /net/ntpsec/files/patch-wscript
parentaudio/rhvoice: Update 1.0.0 -> 1.2.2-7 (diff)
net/ntpsec: Update 1.1.8 -> 1.1.9
Diffstat (limited to 'net/ntpsec/files/patch-wscript')
-rw-r--r--net/ntpsec/files/patch-wscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/ntpsec/files/patch-wscript b/net/ntpsec/files/patch-wscript
deleted file mode 100644
index d9488f527e7f..000000000000
--- a/net/ntpsec/files/patch-wscript
+++ /dev/null
@@ -1,10 +0,0 @@
---- wscript.orig 2019-11-18 00:23:32 UTC
-+++ wscript
-@@ -161,6 +161,7 @@ def configure(ctx):
- lines = ctx.cmd_and_log(cmd).split()[1].split(".")
- assert len(lines) == 3, "found %r lines, expected 3: %r" \
- % (len(lines), lines)
-+ lines[2] = '0'
- asciidocver_tuple = (int(lines[0]), int(lines[1]), int(lines[2]))
-
- # Compare asciidoc version with the minimum required