[22179] trunk/dports/security/base
source_changes at macosforge.org
source_changes at macosforge.org
Tue Feb 20 14:30:58 PST 2007
Revision: 22179
http://trac.macosforge.org/projects/macports/changeset/22179
Author: mgrimes at macports.org
Date: 2007-02-20 14:30:58 -0800 (Tue, 20 Feb 2007)
Log Message:
-----------
Update to base-1.3.5.
Modified Paths:
--------------
trunk/dports/security/base/Portfile
Property Changed:
----------------
trunk/dports/security/base/
Property changes on: trunk/dports/security/base
___________________________________________________________________
Name: svk:merge
+ d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk/dports/security/base:22194
Modified: trunk/dports/security/base/Portfile
===================================================================
--- trunk/dports/security/base/Portfile 2007-02-20 22:30:02 UTC (rev 22178)
+++ trunk/dports/security/base/Portfile 2007-02-20 22:30:58 UTC (rev 22179)
@@ -1,38 +1,37 @@
# $Id$
-PortSystem 1.0
-name base
-version 1.2.7
-categories security
-maintainers nomaintainer at macports.org
-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 bb61fa3f694dff1ea938ea52e50a02be
-depends_run port:snort \
- port:gd2 \
- port:adodb
+PortSystem 1.0
+name base
+version 1.3.5
+categories security
+maintainers nomaintainer at macports.org
+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 7599b9a7259bfc20d1aa1cfd2245ecdb
+depends_run port:snort \
+ port:gd2 \
+ port:adodb
-use_configure no
-build {}
+use_configure no
+build {}
set basedir ${prefix}/share/${name}
set docsdir ${prefix}/share/doc/${name}
destroot {
- xinstall -m 755 -d ${destroot}${basedir}
- xinstall -m 755 -d ${destroot}${docsdir}
- system "cd ${worksrcpath} && cp -R . ${destroot}${basedir}"
- system "cp ${worksrcpath}/docs/* ${destroot}${docsdir}"
+ xinstall -m 755 -d ${destroot}${basedir}
+ xinstall -m 755 -d ${destroot}${docsdir}
+ system "cd ${worksrcpath} && cp -R . ${destroot}${basedir}"
+ system "cp ${worksrcpath}/docs/* ${destroot}${docsdir}"
}
post-activate {
-
ui_msg "\n
-Make sure to customize ${prefix}/share/base/base_conf.php
+Make sure to customize ${prefix}/share/base/base_conf.php.dist
\n"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070220/5946474e/attachment.html
More information about the macports-changes
mailing list