[80539] trunk/dports/www/mod_chroot/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 14 04:11:20 PDT 2011


Revision: 80539
          http://trac.macports.org/changeset/80539
Author:   ryandesign at macports.org
Date:     2011-07-14 04:11:19 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
mod_chroot: whitespace changes and reformatting only; see #30173

Modified Paths:
--------------
    trunk/dports/www/mod_chroot/Portfile

Modified: trunk/dports/www/mod_chroot/Portfile
===================================================================
--- trunk/dports/www/mod_chroot/Portfile	2011-07-14 10:57:48 UTC (rev 80538)
+++ trunk/dports/www/mod_chroot/Portfile	2011-07-14 11:11:19 UTC (rev 80539)
@@ -1,38 +1,41 @@
+# -*- 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			mod_chroot
-version			0.5
-categories		www security
-platforms		darwin
-maintainers		freebsd.org:miwi
-description		module for running apache2 in a secure chroot environment
-long_description	mod_chroot makes running apache2 in a secure chroot \
-				environment easy. You don't need to create a special \
-				directory hierarchy containing /dev, /lib, /etc...
+name                mod_chroot
+version             0.5
+categories          www security
+platforms           darwin
+maintainers         freebsd.org:miwi
 
-homepage		http://core.segfault.pl/~hobbit/mod_chroot
-master_sites	${homepage}/dist/ \
-				freebsd
+description         module for running apache2 in a secure chroot environment
 
-checksums		sha1    42935c37fb163ff519651ddd0b0fd6982a978015 \
-				rmd160  baba1cac0f05953dac5ab7f483bbc49417eaf8ff
+long_description    mod_chroot makes running apache2 in a secure chroot \
+                    environment easy. You don't need to create a special \
+                    directory hierarchy containing /dev, /lib, /etc...
 
-depends_lib		path:apache2/bin/apxs:apache2
+homepage            http://core.segfault.pl/~hobbit/mod_chroot
+master_sites        {homepage}/dist/ \
+                    freebsd
 
-use_configure	no
+checksums           sha1    42935c37fb163ff519651ddd0b0fd6982a978015 \
+                    rmd160  baba1cac0f05953dac5ab7f483bbc49417eaf8ff
 
-build.cmd		${prefix}/apache2/bin/apxs
-build.args		-c mod_chroot.c
+depends_lib         path:apache2/bin/apxs:apache2
+
+use_configure       no
+
+build.cmd           ${prefix}/apache2/bin/apxs
+build.args          -c mod_chroot.c
 build.target
 
 destroot {
-	set mdir ${destroot}${prefix}/apache2/modules/
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir}
-	xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir}
-	xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \
-		README README.Apache20 ${destroot}${prefix}/share/doc/${name}
+    set mdir ${destroot}${prefix}/apache2/modules/
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir}
+    xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir}
+    xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \
+    README README.Apache20 ${destroot}${prefix}/share/doc/${name}
 }
 
 destroot.violate_mtree yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110714/f1f95922/attachment.html>


More information about the macports-changes mailing list