mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- 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
This commit is contained in:
parent
aff0381047
commit
0e3227b612
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372019
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user