summaryrefslogtreecommitdiff
path: root/net/ntpsec/files/patch-wscript
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:48:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:48:33 +0000
commit69ad700f1e2afd6380406f10462b4311ee87eee3 (patch)
treea6d6b77dfb85ff96df17f409db41f25e88ad59d9 /net/ntpsec/files/patch-wscript
parentUpdate to 6.8.1 (diff)
Update textproc/asciidoc to 9.0.0rc2
Changes: https://github.com/asciidoc/asciidoc-py3/releases https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt PR: 245723 Submitted by: antoine
Notes
Notes: svn path=/head/; revision=532404
Diffstat (limited to 'net/ntpsec/files/patch-wscript')
-rw-r--r--net/ntpsec/files/patch-wscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ntpsec/files/patch-wscript b/net/ntpsec/files/patch-wscript
new file mode 100644
index 000000000000..d9488f527e7f
--- /dev/null
+++ b/net/ntpsec/files/patch-wscript
@@ -0,0 +1,10 @@
+--- 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