[127455] trunk/dports/sysutils/ntp/Portfile
dluke at macports.org
dluke at macports.org
Tue Oct 28 10:45:45 PDT 2014
Revision: 127455
https://trac.macports.org/changeset/127455
Author: dluke at macports.org
Date: 2014-10-28 10:45:45 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
ntp: enable ipv6 and update to ntp-dev 4.2.7p476 because the upstream stable versions ipv6 support is broken
Modified Paths:
--------------
trunk/dports/sysutils/ntp/Portfile
Modified: trunk/dports/sysutils/ntp/Portfile
===================================================================
--- trunk/dports/sysutils/ntp/Portfile 2014-10-28 16:49:49 UTC (rev 127454)
+++ trunk/dports/sysutils/ntp/Portfile 2014-10-28 17:45:45 UTC (rev 127455)
@@ -3,12 +3,11 @@
PortSystem 1.0
name ntp
-version 4.2.6p5
-revision 1
+version 4.2.7p476
epoch 1
categories sysutils net
maintainers geeklair.net:dluke
-description NTP is a protocol designed to synchronize the clocks of computers over a network
+description NTP is a protocol designed to synchronize the clocks of computers over a network.
#license NTP (http://www.eecis.udel.edu/~mills/ntp/html/copyright.html), see http://opensource.org/licenses/NTP
license Permissive
@@ -16,14 +15,18 @@
used to synchronize a computer to Internet time \
servers or other sources.
homepage http://www.ntp.org/
-master_sites http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
+master_sites http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/
-checksums md5 00df80a84ec9528fcfb09498075525bc \
- sha1 4a5353a4791b6f4315a66c28d504ec6c7926b192 \
- rmd160 aa1caffe697328b5c3e29dfa50b6074138646d20
+distname ${name}-dev-${version}
+checksums md5 24b0ff5ddbd2245af00eb528cc779c24 \
+ sha1 9f6eacbea4bf335339815cb766e5fbf96b6ead96 \
+ rmd160 a387b78f7a6a6dac7dd61cf9d2ebabe76d52e193
+
platforms darwin
+configure.args --enable-ipv6
+
startupitem.create yes
startupitem.netchange yes
startupitem.executable ${prefix}/bin/ntpd -n -g -p ${prefix}/var/run/ntpd.pid -f ${prefix}/var/db/ntp.drift -c ${prefix}/etc/ntp.conf
@@ -48,4 +51,4 @@
livecheck.type regex
livecheck.url http://support.ntp.org/rss/releases.xml
-livecheck.regex (\\d+\.\\d+.\\d+p\\d+)\.\*Stable
+livecheck.regex (\\d+\.\\d+.\\d+p\\d+)\.\*Development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/2b2db2ba/attachment-0001.html>
More information about the macports-changes
mailing list