Date: Sat, 1 Nov 2014 16:17:49 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372019 - head/net/chrony Message-ID: <201411011617.sA1GHngV007300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sat Nov 1 16:17:48 2014 New Revision: 372019 URL: https://svnweb.freebsd.org/changeset/ports/372019 QAT: https://qat.redports.org/buildarchive/r372019/ Log: - Update to 1.31 [1] While here: - Add makeinfo and readline uses - Fix plist orphans PR: 194079 [1] Submitted by: Kevin Thompson <antiduh at csh.rit.edu> Approved by: maintainer timeout Modified: head/net/chrony/Makefile head/net/chrony/distinfo head/net/chrony/pkg-plist Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Sat Nov 1 16:13:48 2014 (r372018) +++ head/net/chrony/Makefile Sat Nov 1 16:17:48 2014 (r372019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chrony -PORTVERSION= 1.29.1 +PORTVERSION= 1.31 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ @@ -15,13 +15,13 @@ LICENSE= GPLv2 # with ``Could not open any NTP socket'' message on startup :( ONLY_FOR_ARCHS= i386 amd64 -USES= gmake +USES= gmake makeinfo readline HAS_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ --datarootdir=${DATADIR} --docdir=${DOCSDIR} USE_RC_SUBR= chronyd -PORTDOCS= README chrony.txt +PORTDOCS= COPYING README chrony.txt # 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 Sat Nov 1 16:13:48 2014 (r372018) +++ head/net/chrony/distinfo Sat Nov 1 16:17:48 2014 (r372019) @@ -1,2 +1,2 @@ -SHA256 (chrony-1.29.1.tar.gz) = 658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27 -SIZE (chrony-1.29.1.tar.gz) = 392889 +SHA256 (chrony-1.31.tar.gz) = a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d +SIZE (chrony-1.31.tar.gz) = 395742 Modified: head/net/chrony/pkg-plist ============================================================================== --- head/net/chrony/pkg-plist Sat Nov 1 16:13:48 2014 (r372018) +++ head/net/chrony/pkg-plist Sat Nov 1 16:17:48 2014 (r372019) @@ -6,5 +6,6 @@ man/man1/chrony.1.gz man/man1/chronyc.1.gz man/man5/chrony.conf.5.gz man/man8/chronyd.8.gz -@mode 4755 -sbin/chronyd +@(,,4755) sbin/chronyd +@dir /var/lib/chrony +@dir /var/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411011617.sA1GHngV007300>