[78355] trunk/dports/sysutils/nut/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 4 02:41:57 PDT 2011


Revision: 78355
          http://trac.macports.org/changeset/78355
Author:   ryandesign at macports.org
Date:     2011-05-04 02:41:57 -0700 (Wed, 04 May 2011)
Log Message:
-----------
nut: modeline and whitespace changes

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

Modified: trunk/dports/sysutils/nut/Portfile
===================================================================
--- trunk/dports/sysutils/nut/Portfile	2011-05-04 09:40:42 UTC (rev 78354)
+++ trunk/dports/sysutils/nut/Portfile	2011-05-04 09:41:57 UTC (rev 78355)
@@ -1,19 +1,21 @@
+# -*- 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
+PortSystem          1.0
 
 name                nut
 version             2.6.0
 categories          sysutils
+platforms           darwin
 maintainers         nomaintainer
+
 description         Network based UPS monitoring tool
-homepage            http://www.networkupstools.org/
-platforms           darwin
 
 long_description    Network UPS Tools is a collection of programs \
                     which provide a common interface for monitoring \
                     and administering UPS hardware.
 
+homepage            http://www.networkupstools.org/
 master_sites        ${homepage}source/[join [lrange [split ${version} .] 0 1] .]/
 
 checksums           sha1    4ab7b220f50a088a65e59831c217a7be714a198c \
@@ -27,17 +29,16 @@
 set userName        _nut
 set groupName       _nut
 set stateDir        ${prefix}/var/db/ups
-destroot.keepdirs       ${destroot}${stateDir}
+destroot.keepdirs   ${destroot}${stateDir}
 
-configure.args      \
-                    --with-serial=no  \
-                    --with-usb=auto   \
-                    --with-snmp=no    \
-                    --with-hal=auto   \
-                    --with-cgi=no     \
+configure.args      --with-serial=no \
+                    --with-usb=auto \
+                    --with-snmp=no \
+                    --with-hal=auto \
+                    --with-cgi=no \
                     --with-neonxml=no \
-                    --with-ssl=yes    \
-                    --with-ipv6=no    \
+                    --with-ssl=yes \
+                    --with-ipv6=no \
                     --with-statepath=${stateDir} \
                     --with-pidpath=${prefix}/var/run \
                     --with-hotplug-dir=${prefix}/etc/nut/hotplug \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110504/1c3b4d08/attachment.html>


More information about the macports-changes mailing list