summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ntpsec/Makefile3
-rw-r--r--net/ntpsec/distinfo6
-rw-r--r--net/ntpsec/files/patch-wscript10
3 files changed, 4 insertions, 15 deletions
diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile
index 5a7c285f2688..456dfeda0b87 100644
--- a/net/ntpsec/Makefile
+++ b/net/ntpsec/Makefile
@@ -2,8 +2,7 @@
PORTNAME= ntpsec
DISTVERSIONPREFIX= NTPsec_
-DISTVERSION= 1_1_8
-PORTREVISION= 2
+DISTVERSION= 1_1_9
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/ntpsec/distinfo b/net/ntpsec/distinfo
index d56d8c89a319..ec7f9a962502 100644
--- a/net/ntpsec/distinfo
+++ b/net/ntpsec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578632226
-SHA256 (ntpsec-ntpsec-NTPsec_1_1_8_GH0.tar.gz) = 1becbdeeadb83e06893d049fae8e7ced7e34bf2ef4e0617fb9e04f1a711f6d1d
-SIZE (ntpsec-ntpsec-NTPsec_1_1_8_GH0.tar.gz) = 2534248
+TIMESTAMP = 1592349920
+SHA256 (ntpsec-ntpsec-NTPsec_1_1_9_GH0.tar.gz) = e1885d2745af1b62a9107d212e06a688c7efc303025209f65388640c7faf1c48
+SIZE (ntpsec-ntpsec-NTPsec_1_1_9_GH0.tar.gz) = 2550821
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