diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 4b26f6ce31b5..9a326bec77dc 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,109 +1,109 @@ PORTNAME= chrony -DISTVERSION= 4.4 +DISTVERSION= 4.5 CATEGORIES= net -MASTER_SITES= https://download.tuxfamily.org/chrony/ \ +MASTER_SITES= https://chrony-project.org/releases/ \ LOCAL/mandree # overridden in net/chrony-lite MAINTAINER?= mandree@FreeBSD.org COMMENT?= System clock synchronization client and server -WWW= https://chrony.tuxfamily.org/ +WWW= https://chrony-project.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake libedit pkgconfig CPE_VENDOR= tuxfamily USE_RC_SUBR= chronyd HAS_CONFIGURE= yes CONFIGURE_ARGS= --chronyvardir=/var/db/${PORTNAME} \ --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ --enable-ntp-signd \ --mandir=${MANPREFIX}/man \ --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc \ --without-tomcrypt ALL_TARGET= all INSTALL_TARGET= install TEST_TARGET= check 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 # XXX: there are also other potentially useful options worth looking into: # --disable-pps Disable PPS API support OPTIONS_DEFINE= DOCS EXAMPLES HTMLDOCS NTS USER OPTIONS_DEFAULT= NETTLE NTS USER OPTIONS_GROUP= SECHASH OPTIONS_GROUP_SECHASH= NETTLE NSS OPTIONS_SUB= yes HTMLDOCS_DESC= Build HTML docs (IMPLIES DOCS, needs ruby, asciidoctor) NETTLE_DESC= Nettle crypto library support for secure hash and NTS NSS_DESC= NSS-based support for more hashing algorithms NTS_DESC= Support Network Time Security (NTS, uses GnuTLS & Nettle) SECHASH_DESC= Support for secure hash functions USER_DESC= Run as user/group chronyd (unset: user/group ntpd) HTMLDOCS_IMPLIES= DOCS HTMLDOCS_BUILD_DEPENDS+= asciidoctor:textproc/rubygem-asciidoctor HTMLDOCS_ALL_TARGET= docs HTMLDOCS_INSTALL_TARGET= docs NETTLE_PREVENTS= NSS NETTLE_LIB_DEPENDS= libnettle.so:security/nettle NETTLE_CONFIGURE_OFF= --without-nettle NSS_LIB_DEPENDS= libfreebl3.so:security/nss NSS_CONFIGURE_OFF= --without-nss NTS_IMPLIES= NETTLE NTS_LIB_DEPENDS= libgnutls.so:security/gnutls NTS_CONFIGURE_OFF= --without-gnutls USER_CONFIGURE_ON= --with-user=chronyd USER_CONFIGURE_OFF= --with-user=ntpd USER_VARS= GROUPS=chronyd \ USERS=chronyd .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if ${PORT_OPTIONS:MHTMLDOCS} PORTDOCS+= doc/*.html .endif post-patch: cd ${WRKSRC}/examples && \ ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' \ -e 's!/var/lib!/var/db!g' \ ${PORTEXAMPLES:M*.conf.example*} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd ${INSTALL_DATA} ${WRKSRC}/examples/chrony.conf.example3 \ ${STAGEDIR}${PREFIX}/etc/chrony.conf.sample post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${RM} doc/installation.html cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && \ ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/net/chrony/distinfo b/net/chrony/distinfo index 5ed5f0b9f960..e8081cf51804 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691779563 -SHA256 (chrony-4.4.tar.gz) = eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088 -SIZE (chrony-4.4.tar.gz) = 612094 +TIMESTAMP = 1701797984 +SHA256 (chrony-4.5.tar.gz) = 19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422 +SIZE (chrony-4.5.tar.gz) = 620287