[128366] trunk/dports/security/base/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Nov 19 18:28:41 PST 2014


Revision: 128366
          https://trac.macports.org/changeset/128366
Author:   khindenburg at macports.org
Date:     2014-11-19 18:28:41 -0800 (Wed, 19 Nov 2014)
Log Message:
-----------
base (port): add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/security/base/Portfile

Modified: trunk/dports/security/base/Portfile
===================================================================
--- trunk/dports/security/base/Portfile	2014-11-19 22:05:22 UTC (rev 128365)
+++ trunk/dports/security/base/Portfile	2014-11-20 02:28:41 UTC (rev 128366)
@@ -1,24 +1,25 @@
+# -*- 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              base
-version           1.3.9
-categories        security
-maintainers       nomaintainer
-description       Basic Analysis and Security Engine - Snort web frontend
-long_description  Basic Analysis and Security Engine - based on the ACID \
-                  project. It provides a web front-end to query and analyze \
-                  the alerts from SNORT.
-platforms         darwin
-homepage          http://secureideas.sourceforge.net/
-master_sites      sourceforge:secureideas
-checksums         md5 66e50f45c6bbf6b0cb2913b8c67f50d6
-depends_run       port:gd2 \
-                  port:adodb
+name                base
+version             1.3.9
+categories          security
+maintainers         nomaintainer
+description         Basic Analysis and Security Engine - Snort web frontend
+long_description    Basic Analysis and Security Engine - based on the ACID \
+                    project. It provides a web front-end to query and analyze \
+                    the alerts from SNORT.
+platforms           darwin
+homepage            http://secureideas.sourceforge.net/
+master_sites        sourceforge:secureideas
+checksums           md5 66e50f45c6bbf6b0cb2913b8c67f50d6
+depends_run         port:gd2 \
+                    port:adodb
 
-use_configure     no
-build             {}
+use_configure       no
+build               {}
 
 set basedir ${prefix}/share/${name}
 set docsdir ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141119/acec6927/attachment.html>


More information about the macports-changes mailing list