diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-18 01:37:21 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-18 01:37:21 +0800 |
commit | 21fb028a380c758c7a655d82e6521eb5e4acb3e8 (patch) | |
tree | 426bd2633ae1c7d46a4e65a33b685599061915d5 /net/chrony | |
parent | e9df2e49a05c570383fc4a0a79d3c385a0265444 (diff) | |
download | freebsd-ports-gnome-21fb028a380c758c7a655d82e6521eb5e4acb3e8.tar.gz freebsd-ports-gnome-21fb028a380c758c7a655d82e6521eb5e4acb3e8.tar.zst freebsd-ports-gnome-21fb028a380c758c7a655d82e6521eb5e4acb3e8.zip |
- Update to 3.0
- While here, add LICENSE_FILE and remove unneeded @dir
PR: 216184
Submitted by: yonas@fizk.net (maintainer)
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 3 | ||||
-rw-r--r-- | net/chrony/distinfo | 6 | ||||
-rw-r--r-- | net/chrony/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index e8535d865865..1fc9a25758aa 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chrony -PORTVERSION= 2.4.1 +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ @@ -10,6 +10,7 @@ MAINTAINER= yonas@fizk.net COMMENT= System clock synchronization client and server LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rubygem-asciidoctor>=0:textproc/rubygem-asciidoctor diff --git a/net/chrony/distinfo b/net/chrony/distinfo index 1ba0560bfbf8..79cf4a79212e 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479833642 -SHA256 (chrony-2.4.1.tar.gz) = 0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0 -SIZE (chrony-2.4.1.tar.gz) = 390641 +TIMESTAMP = 1484669147 +SHA256 (chrony-3.0.tar.gz) = a0387b91a20f047856a56d6541a1cf920c91b53b32f74c123bcb70f1a5d2cd6d +SIZE (chrony-3.0.tar.gz) = 421433 diff --git a/net/chrony/pkg-plist b/net/chrony/pkg-plist index c201b1a10c8c..47cda48b5875 100644 --- a/net/chrony/pkg-plist +++ b/net/chrony/pkg-plist @@ -5,4 +5,3 @@ man/man5/chrony.conf.5.gz man/man8/chronyd.8.gz sbin/chronyd @dir /var/db/chrony -@dir /var/db |