diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-05-15 07:21:10 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-05-15 07:21:10 +0000 |
commit | 5c1774b557b5b7a2b9f24b875a57fb6d15810966 (patch) | |
tree | 98ea6d50c6504196c41fa10409c15e2eefeb5858 | |
parent | c210d2ab69b612d5b7974a34d267be027039b827 (diff) | |
download | ports-5c1774b557b5b7a2b9f24b875a57fb6d15810966.tar.gz ports-5c1774b557b5b7a2b9f24b875a57fb6d15810966.zip |
net/chrony: update to 4.1
-rw-r--r-- | net/chrony/Makefile | 11 | ||||
-rw-r--r-- | 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@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 |