[103060] trunk/dports/sysutils/cfengine3/Portfile

larryv at macports.org larryv at macports.org
Tue Feb 12 15:48:57 PST 2013


Revision: 103060
          https://trac.macports.org/changeset/103060
Author:   larryv at macports.org
Date:     2013-02-12 15:48:57 -0800 (Tue, 12 Feb 2013)
Log Message:
-----------
cfengine3: Tweak whitespace and formatting (#38045).

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

Modified: trunk/dports/sysutils/cfengine3/Portfile
===================================================================
--- trunk/dports/sysutils/cfengine3/Portfile	2013-02-12 22:27:28 UTC (rev 103059)
+++ trunk/dports/sysutils/cfengine3/Portfile	2013-02-12 23:48:57 UTC (rev 103060)
@@ -1,52 +1,51 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 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
+PortSystem          1.0
 
-name				cfengine3
-conflicts			cfengine
-version				3.1.2
-revision			7
-categories			sysutils
-maintainers			nomaintainer
-description			network configuration-management tool
-long_description	a suite of programs for integrated autonomic \
-					management of either individual or networked \
-					computers. Cfengine 3 is a significant rewrite \
-					of underlying cfengine technology which \
-					preserves the core principles and methodology \
-					of cfengine2’s approach.
-homepage			http://cfengine.com/
-distname			cfengine-${version}
-master_sites		${homepage}source-code/download?file=${distfiles}&dummy=
+name                cfengine3
+conflicts           cfengine
+version             3.1.2
+revision            7
+categories          sysutils
+license             GPL-3
+maintainers         nomaintainer
+description         network configuration-management tool
+long_description    a suite of programs for integrated autonomic \
+                    management of either individual or networked \
+                    computers. Cfengine 3 is a significant rewrite \
+                    of underlying cfengine technology which \
+                    preserves the core principles and methodology \
+                    of cfengine2’s approach.
+homepage            http://cfengine.com/
+distname            cfengine-${version}
+master_sites        ${homepage}source-code/download?file=${distfiles}&dummy=
 checksums           md5     497c05e59118332e34dbf8965217613b \
                     sha1    70b6fa569ba4fb0c314ab6256c11596d8c138321 \
                     rmd160  5df871993ea77107bfc617ec8dc2e183d76ed7b5
-platforms			darwin
+platforms           darwin
                     
-depends_lib			port:db46 \
-					port:openssl \
-					port:pcre
+depends_lib         port:db46 \
+                    port:openssl \
+                    port:pcre
 
 patchfiles          patch-src-files_operators.c.diff
 
 post-patch {
-	foreach manfile [glob ${worksrcpath}/docs/*.8] {
-		reinplace "s|/usr/local|${prefix}|g" $manfile
-		reinplace "s|/var/cfengine|${prefix}&|g" $manfile
-	}
+    foreach manfile [glob ${worksrcpath}/docs/*.8] {
+        reinplace "s|/usr/local|${prefix}|g" $manfile
+        reinplace "s|/var/cfengine|${prefix}&|g" $manfile
+    }
 }
 
-set cfworkdir		${prefix}/var/cfengine
+set cfworkdir       ${prefix}/var/cfengine
 
-configure.cflags	-I${prefix}/include/db46 -I${prefix}/include
-configure.ldflags	-L${prefix}/lib/db46 -L${prefix}/lib
-configure.args		--mandir='\${prefix}/share/man' \
-					--infodir='\${prefix}/share/info' \
-					--with-workdir="${cfworkdir}" \
-					--with-berkeleydb=default \
-					--with-openssl=${prefix} \
-					--with-pcre=${prefix} \
-					--without-gd
-
-# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+configure.cflags    -I${prefix}/include/db46 -I${prefix}/include
+configure.ldflags   -L${prefix}/lib/db46 -L${prefix}/lib
+configure.args      --mandir='\${prefix}/share/man' \
+                    --infodir='\${prefix}/share/info' \
+                    --with-workdir="${cfworkdir}" \
+                    --with-berkeleydb=default \
+                    --with-openssl=${prefix} \
+                    --with-pcre=${prefix} \
+                    --without-gd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130212/ec2c6a43/attachment.html>


More information about the macports-changes mailing list