Date: Tue, 10 Oct 2023 21:45:41 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44534cba84a6 - main - net/ntpsec: update 1_2_1-52 =?utf-8?Q?=E2=86=92?= 1_2_2a Message-ID: <202310102145.39ALjfrY019006@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310102145.39ALjfrY019006>