git: 44534cba84a6 - main - net/ntpsec: update 1_2_1-52 → 1_2_2a

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 10 Oct 2023 21:45:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44534cba84a60538773c64c6b11c891bc29d0f56

commit 44534cba84a60538773c64c6b11c891bc29d0f56
Author:     Herbert J. Skuhra <herbert@gojira.at>
AuthorDate: 2023-10-10 21:45:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-10 21:45:39 +0000

    net/ntpsec: update 1_2_1-52 → 1_2_2a
---
 net/ntpsec/Makefile            |  4 +---
 net/ntpsec/distinfo            |  6 +++---
 net/ntpsec/files/patch-wscript | 14 --------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile
index 7054858db711..6a9c91c5e07c 100644
--- a/net/ntpsec/Makefile
+++ b/net/ntpsec/Makefile
@@ -1,8 +1,6 @@
 PORTNAME=	ntpsec
 DISTVERSIONPREFIX=	NTPsec_
-DISTVERSION=	1_2_1-52
-PORTREVISION=	1
-DISTVERSIONSUFFIX=	-g5943108da
+DISTVERSION=	1_2_2a
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/ntpsec/distinfo b/net/ntpsec/distinfo
index b4833e67be56..99057f1bbe95 100644
--- a/net/ntpsec/distinfo
+++ b/net/ntpsec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644550133
-SHA256 (ntpsec-ntpsec-NTPsec_1_2_1-52-g5943108da_GH0.tar.gz) = 4d3bfaff1628ae3cd95ed48cc957e07fd9ec522fa0611873e64aa9970e27b1f6
-SIZE (ntpsec-ntpsec-NTPsec_1_2_1-52-g5943108da_GH0.tar.gz) = 2635476
+TIMESTAMP = 1696971390
+SHA256 (ntpsec-ntpsec-NTPsec_1_2_2a_GH0.tar.gz) = dab7065103ef2434fcad374b9e6f097a396891e6ae292f054c0bac9069c95c46
+SIZE (ntpsec-ntpsec-NTPsec_1_2_2a_GH0.tar.gz) = 2651042
diff --git a/net/ntpsec/files/patch-wscript b/net/ntpsec/files/patch-wscript
deleted file mode 100644
index 01d383a3468d..000000000000
--- a/net/ntpsec/files/patch-wscript
+++ /dev/null
@@ -1,14 +0,0 @@
-- disable tests as part of run
-- tests fail with clang-13. nntpsec upstream claims that this is a bug in clang-13: https://gitlab.com/NTPsec/ntpsec/-/issues/714#note_842530858
-
---- wscript.orig	2022-02-14 21:20:57 UTC
-+++ wscript
-@@ -1115,7 +1115,7 @@ def build(ctx):
-     ctx.manpage(8, "ntpclients/ntpsnmpd-man.adoc")
- 
-     # Skip running unit tests on a cross compile build
--    if not ctx.env.ENABLE_CROSS:
-+    if False and not ctx.env.ENABLE_CROSS:
-         # Force re-running of tests.  Same as 'waf --alltests'
-         if ctx.cmd == "check":
-             ctx.options.all_tests = True