Date: Sun, 12 Jun 2016 10:41:45 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416792 - head/net/chrony Message-ID: <201606121041.u5CAfjHq022480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Jun 12 10:41:45 2016 New Revision: 416792 URL: https://svnweb.freebsd.org/changeset/ports/416792 Log: net/chrony: 2.3 -> 2.4 Changes: http://chrony.tuxfamily.org/news.html PR: 210190 Submitted by: Yonas Yanfa <yonas@fizk.net> (maintainer) Modified: head/net/chrony/Makefile head/net/chrony/distinfo Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Sun Jun 12 10:21:43 2016 (r416791) +++ head/net/chrony/Makefile Sun Jun 12 10:41:45 2016 (r416792) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chrony -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ @@ -11,6 +11,8 @@ COMMENT= System clock synchronization cl LICENSE= GPLv2 +BUILD_DEPENDS= rubygem-asciidoctor>=0:textproc/rubygem-asciidoctor + USES= cpe gmake makeinfo readline CPE_VENDOR= tuxfamily HAS_CONFIGURE= yes @@ -23,11 +25,11 @@ USE_RC_SUBR= chronyd ALL_TARGET= all docs INSTALL_TARGET= install install-docs -INFO= chrony EXTRAPORTDOCS= FAQ NEWS README -PORTDOCS= chrony.html chrony.txt ${EXTRAPORTDOCS} +PORTDOCS= chrony.conf.html chronyc.html chronyd.html faq.html \ + installation.html ${EXTRAPORTDOCS} PORTEXAMPLES= chrony.conf.example1 chrony.conf.example2 \ - chrony.conf.example3 chrony.keys.example + chrony.conf.example3 chrony.keys.example # XXX: there are also other potentially useful options worth looking into: # --without-nss Don't use NSS even if it is available Modified: head/net/chrony/distinfo ============================================================================== --- head/net/chrony/distinfo Sun Jun 12 10:21:43 2016 (r416791) +++ head/net/chrony/distinfo Sun Jun 12 10:41:45 2016 (r416792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463905958 -SHA256 (chrony-2.3.tar.gz) = 58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2 -SIZE (chrony-2.3.tar.gz) = 355113 +TIMESTAMP = 1465554985 +SHA256 (chrony-2.4.tar.gz) = 8d04e7cda2333289c2104b731d39c3c1db94816e43bae35d7ee4e7ae8af6391f +SIZE (chrony-2.4.tar.gz) = 390077
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606121041.u5CAfjHq022480>