View | Details | Raw Unified | Return to bug 199508
Collapse All | Expand All

(-)net/chrony/Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	chrony
4
PORTNAME=	chrony
5
PORTVERSION=	1.31
5
PORTVERSION=	1.31.1
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://download.tuxfamily.org/chrony/
7
MASTER_SITES=	http://download.tuxfamily.org/chrony/
8
8
Lines 34-39 Link Here
34
IPV6_CATEGORIES=	ipv6
34
IPV6_CATEGORIES=	ipv6
35
IPV6_CONFIGURE_OFF=	--disable-ipv6
35
IPV6_CONFIGURE_OFF=	--disable-ipv6
36
36
37
post-stage:
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc
39
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd
40
37
post-install:
41
post-install:
38
.for f in chrony.conf.example chrony.conf.example2 chrony.keys.example
42
.for f in chrony.conf.example chrony.conf.example2 chrony.keys.example
39
	${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${PREFIX}/etc
43
	${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${PREFIX}/etc
(-)net/chrony/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (chrony-1.31.tar.gz) = a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d
1
SHA256 (chrony-1.31.1.tar.gz) = 0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348
2
SIZE (chrony-1.31.tar.gz) = 395742
2
SIZE (chrony-1.31.1.tar.gz) = 395797
(-)net/chrony/files/patch-examples-chrony.conf.example (-3 / +3 lines)
Lines 1-4 Link Here
1
--- examples/chrony.conf.example.orig	2014-01-31 20:12:59 +0800
1
--- examples/chrony.conf.example.orig	2015-04-07 14:35:16 UTC
2
+++ examples/chrony.conf.example
2
+++ examples/chrony.conf.example
3
@@ -42,6 +42,13 @@
3
@@ -42,6 +42,13 @@
4
 # Failing that, there are a lot of public NTP servers.  There is a list
4
 # Failing that, there are a lot of public NTP servers.  There is a list
Lines 23-29 Link Here
23
 
23
 
24
 # Tell chronyd which numbered key in the file is used as the password
24
 # Tell chronyd which numbered key in the file is used as the password
25
 # for chronyc. (You can pick any integer up to 2**32-1.  '1' is just a
25
 # for chronyc. (You can pick any integer up to 2**32-1.  '1' is just a
26
@@ -129,7 +136,7 @@ commandkey 1
26
@@ -132,7 +139,7 @@ generatecommandkey
27
 # still running and bail out.  If you want to change the path to the PID
27
 # still running and bail out.  If you want to change the path to the PID
28
 # file, uncomment this line and edit it.  The default path is shown.
28
 # file, uncomment this line and edit it.  The default path is shown.
29
 
29
 
Lines 32-38 Link Here
32
 
32
 
33
 #######################################################################
33
 #######################################################################
34
 ### INITIAL CLOCK CORRECTION
34
 ### INITIAL CLOCK CORRECTION
35
@@ -152,8 +159,8 @@ commandkey 1
35
@@ -155,8 +162,8 @@ generatecommandkey
36
 # produce some graphs of your system's timekeeping performance, or you
36
 # produce some graphs of your system's timekeeping performance, or you
37
 # need help in debugging a problem.
37
 # need help in debugging a problem.
38
 
38
 
(-)net/chrony/files/patch-examples-chrony.conf.example2 (-1 / +1 lines)
Lines 1-4 Link Here
1
--- examples/chrony.conf.example2.orig	2014-01-31 20:12:59 +0800
1
--- examples/chrony.conf.example2.orig	2015-04-07 14:35:16 UTC
2
+++ examples/chrony.conf.example2
2
+++ examples/chrony.conf.example2
3
@@ -1,9 +1,17 @@
3
@@ -1,9 +1,17 @@
4
 # Use public servers from the pool.ntp.org project.
4
 # Use public servers from the pool.ntp.org project.

Return to bug 199508