[128947] trunk/dports/www/mod_security/Portfile

ionic at macports.org ionic at macports.org
Sun Nov 30 17:54:29 PST 2014


Revision: 128947
          https://trac.macports.org/changeset/128947
Author:   ionic at macports.org
Date:     2014-11-30 17:54:29 -0800 (Sun, 30 Nov 2014)
Log Message:
-----------
mod_security: whitespace and comment changes only. Add modeline.

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

Modified: trunk/dports/www/mod_security/Portfile
===================================================================
--- trunk/dports/www/mod_security/Portfile	2014-12-01 00:20:21 UTC (rev 128946)
+++ trunk/dports/www/mod_security/Portfile	2014-12-01 01:54:29 UTC (rev 128947)
@@ -1,45 +1,48 @@
+# -*- 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
-name		mod_security
-version		1.8.6
-categories	www security
-maintainers	touche.fr.st:julien.touche
-description	intrusion detection and prevention engine for web applications
-long_description	ModSecurity is an open source intrusion detection and \
-			prevention engine for web applications. It operates \
-			embedded into the web server, acting as a powerful \
-			umbrella - shielding applications from attacks. \
-			It supports both branches of the Apache web server.
-homepage	http://www.modsecurity.org/
-master_sites	sourceforge:macports
-platforms	darwin 
-checksums	md5 f6bf4724dd0db3d37586b64bc0ee160d \
-		sha1 9b6df25f3e5cf97b7c18caba79f90dca54800368
 
-use_configure	no
+PortSystem          1.0
 
+name                mod_security
+version             1.8.6
+categories          www security
+maintainers         touche.fr.st:julien.touche
+description         intrusion detection and prevention engine for web applications
+long_description    ModSecurity is an open source intrusion detection and \
+                    prevention engine for web applications. It operates \
+                    embedded into the web server, acting as a powerful \
+                    umbrella - shielding applications from attacks. \
+                    It supports both branches of the Apache web server.
+homepage            http://www.modsecurity.org/
+master_sites        sourceforge:macports
+platforms           darwin
+checksums           md5 f6bf4724dd0db3d37586b64bc0ee160d \
+                    sha1 9b6df25f3e5cf97b7c18caba79f90dca54800368
+
+use_configure       no
+
 #variant apache1 {
-	depends_lib port:apache
-	build.cmd	${prefix}/sbin/apxs
-	set apachedir	apache
-	set apachever	apache1
+    depends_lib port:apache
+    build.cmd   ${prefix}/sbin/apxs
+    set apachedir   apache
+    set apachever   apache1
 #}
 
-#variant apache2	{
-#	depends_lib	port:apache2
-#	build.cmd	${prefix}/apache2/bin/apxs
-#	set apachedir	apache2
-#	set apachever	apache2
+#variant apache2    {
+#   depends_lib port:apache2
+#   build.cmd   ${prefix}/apache2/bin/apxs
+#   set apachedir   apache2
+#   set apachever   apache2
 #}
 
-build.args	-c -o ${name}.so ${apachever}/${name}.c
+build.args      -c -o ${name}.so ${apachever}/${name}.c
 build.target
 
 destroot {
-	xinstall -d -m 755 ${destroot}${prefix}/libexec/${apachedir} \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 ${worksrcpath}/${name}.so \
-		${destroot}${prefix}/libexec/${apachedir}/
-	xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/libexec/${apachedir} \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/${name}.so \
+        ${destroot}${prefix}/libexec/${apachedir}/
+    xinstall -m 644 -W ${worksrcpath} CHANGES INSTALL LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141130/d4065cd3/attachment.html>


More information about the macports-changes mailing list