git: 5c1774b557b5 - main - net/chrony: update to 4.1
Matthias Andree
mandree at FreeBSD.org
Sat May 15 07:22:43 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c1774b557b5b7a2b9f24b875a57fb6d15810966
commit 5c1774b557b5b7a2b9f24b875a57fb6d15810966
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-05-15 07:21:10 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-05-15 07:21:10 +0000
net/chrony: update to 4.1
ChangeLog: https://chrony.tuxfamily.org/news.html#_13_may_2021_chrony_4_1_released
---
net/chrony/Makefile | 11 +++++------
net/chrony/distinfo | 6 +++---
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/net/chrony/Makefile b/net/chrony/Makefile
index bf306e645ef1..0fcc7ae75235 100644
--- a/net/chrony/Makefile
+++ b/net/chrony/Makefile
@@ -1,8 +1,7 @@
# Created by: Masaki TAGAWA <masaki at club.kyutech.ac.jp>
PORTNAME= chrony
-DISTVERSION= 4.0
-PORTREVISION= 1
+DISTVERSION= 4.1
CATEGORIES= net
MASTER_SITES= https://download.tuxfamily.org/chrony/ \
LOCAL/mandree
@@ -15,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake libedit pkgconfig
-CONFLICTS_INSTALL?= chrony-lite
-
CPE_VENDOR= tuxfamily
USE_RC_SUBR= chronyd
@@ -25,18 +22,20 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --chronyvardir=/var/db/${PORTNAME} \
--datarootdir=${DATADIR} \
--docdir=${DOCSDIR} \
+ --enable-ntp-signd \
--mandir=${MANPREFIX}/man \
--prefix=${PREFIX} \
--sysconfdir=${PREFIX}/etc \
- --enable-ntp-signd \
--without-tomcrypt
ALL_TARGET= all
INSTALL_TARGET= install
-PORTDOCS= FAQ NEWS README
LDFLAGS+= -L${LOCALBASE}/lib
+CONFLICTS_INSTALL?= chrony-lite
+
+PORTDOCS= FAQ NEWS README
PORTEXAMPLES= chrony.conf.example1 chrony.conf.example2 chrony.conf.example3 \
chrony.keys.example
diff --git a/net/chrony/distinfo b/net/chrony/distinfo
index 26eafd19f37d..6b22debeb246 100644
--- a/net/chrony/distinfo
+++ b/net/chrony/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602089678
-SHA256 (chrony-4.0.tar.gz) = be27ea14c55e7a4434b2fa51d53018c7051c42fa6a3198c9aa6a1658bae0c625
-SIZE (chrony-4.0.tar.gz) = 546939
+TIMESTAMP = 1620745939
+SHA256 (chrony-4.1.tar.gz) = ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c
+SIZE (chrony-4.1.tar.gz) = 564648
More information about the dev-commits-ports-all
mailing list