[125062] trunk/dports/sysutils/ntp/Portfile

cal at macports.org cal at macports.org
Wed Sep 3 22:24:16 PDT 2014


Revision: 125062
          https://trac.macports.org/changeset/125062
Author:   cal at macports.org
Date:     2014-09-03 22:24:16 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
ntp: add modeline, whitespace only, in preparation for #44874, ignoring maintainer due to security issue

Modified Paths:
--------------
    trunk/dports/sysutils/ntp/Portfile

Modified: trunk/dports/sysutils/ntp/Portfile
===================================================================
--- trunk/dports/sysutils/ntp/Portfile	2014-09-04 04:32:25 UTC (rev 125061)
+++ trunk/dports/sysutils/ntp/Portfile	2014-09-04 05:24:16 UTC (rev 125062)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,45 +5,45 @@
 
 name            ntp
 version         4.2.6p5
-revision	1
+revision        1
 categories      sysutils net
 maintainers     geeklair.net:dluke
 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
+#license        NTP (http://www.eecis.udel.edu/~mills/ntp/html/copyright.html), see http://opensource.org/licenses/NTP
+license         Permissive
 
-long_description	NTP is an implementation of RFC-5905. It is widely \
-			used to synchronize a computer to Internet time \
-			servers or other sources.
+long_description        NTP is an implementation of RFC-5905. It is widely \
+                        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/
 
-checksums	md5	00df80a84ec9528fcfb09498075525bc \
-		sha1	4a5353a4791b6f4315a66c28d504ec6c7926b192 \
-		rmd160	aa1caffe697328b5c3e29dfa50b6074138646d20
+checksums       md5     00df80a84ec9528fcfb09498075525bc \
+                sha1    4a5353a4791b6f4315a66c28d504ec6c7926b192 \
+                rmd160  aa1caffe697328b5c3e29dfa50b6074138646d20
 
 platforms       darwin
 
-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
+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
 
-post-destroot	{
-			xinstall -o root -m 644 ${filespath}/ntp.conf \
-				${destroot}${prefix}/etc/ntp.conf.dist
+post-destroot   {
+            xinstall -o root -m 644 ${filespath}/ntp.conf \
+                ${destroot}${prefix}/etc/ntp.conf.dist
 
-			xinstall -m 755 -d ${destroot}${prefix}/var/run \
-				${destroot}${prefix}/var/db		
+            xinstall -m 755 -d ${destroot}${prefix}/var/run \
+                ${destroot}${prefix}/var/db
 
-			destroot.keepdirs ${destroot}${prefix}/var/run \
-				${destroot}${prefix}/var/db
-		}
+            destroot.keepdirs ${destroot}${prefix}/var/run \
+                ${destroot}${prefix}/var/db
+        }
 
-post-activate	{
-			if {![file exists ${prefix}/etc/ntp.conf]} {
-				file copy ${prefix}/etc/ntp.conf.dist ${prefix}/etc/ntp.conf
-			}
-		}
+post-activate   {
+            if {![file exists ${prefix}/etc/ntp.conf]} {
+                file copy ${prefix}/etc/ntp.conf.dist ${prefix}/etc/ntp.conf
+            }
+        }
 
 livecheck.type regex
 livecheck.url http://support.ntp.org/rss/releases.xml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140903/1d51ef4b/attachment.html>


More information about the macports-changes mailing list