[38347] trunk/dports/security/libprelude/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Wed Jul 16 13:34:16 PDT 2008
Revision: 38347
http://trac.macosforge.org/projects/macports/changeset/38347
Author: macsforever2000 at macports.org
Date: 2008-07-16 13:34:15 -0700 (Wed, 16 Jul 2008)
Log Message:
-----------
Updated libprelude to version 0.9.17.2. Added variants for python24, python25 and perl. Changes by usx303 at googlemail.com.
Modified Paths:
--------------
trunk/dports/security/libprelude/Portfile
Modified: trunk/dports/security/libprelude/Portfile
===================================================================
--- trunk/dports/security/libprelude/Portfile 2008-07-16 19:51:59 UTC (rev 38346)
+++ trunk/dports/security/libprelude/Portfile 2008-07-16 20:34:15 UTC (rev 38347)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libprelude
-version 0.9.16
+version 0.9.17.2
categories security
maintainers nomaintainer
@@ -16,16 +16,37 @@
by performing automatic correlation between events.
homepage http://www.prelude-ids.org/
-master_sites http://www.prelude-ids.org/download/releases/ \
- http://www.prelude-ids.org/download/releases/old/
+master_sites http://www.prelude-ids.org/download/releases/libprelude/
platforms darwin
build.type gnu
-checksums md5 d2fa3e77d9104d8ae02e7730e1180f99
+checksums md5 7c769293b4d79be2667993b8a88d42ac \
+ sha1 c21ce3deb3d2294901f9451adae18829b72cb3bd \
+ rmd160 710430d97cd90b54a0f70d6500bfacd88faeeea4
-depends_lib port:gettext port:gnutls port:libgcrypt port:libgpg-error \
- port:libiconv port:libtasn1 port:zlib
+depends_lib port:gettext port:gnutls port:libgcrypt port:libgpg-error \
+ port:libiconv port:libtasn1 port:zlib
configure.args --mandir=${prefix}/share/man \
--with-html-dir=${prefix}/share/doc \
- --enable-openssl \
- --localstatedir=${prefix}/var
+ --localstatedir=${prefix}/var \
+ --without-perl \
+ --without-python
+
+variant python24 conflicts python25 description {python2.4 bindings} {
+ configure.args-delete --without-python
+ configure.args-append --with-python=${prefix}/bin/python2.4
+ depends_lib-append port:python24
+}
+
+variant python25 conflicts python24 description {python2.5 bindings} {
+ configure.args-delete --without-python
+ configure.args-append --with-python=${prefix}/bin/python2.5
+ depends_lib-append port:python25
+}
+
+variant perl description {perl bindings} {
+ configure.args-delete --without-perl
+ configure.args-append --with-perl=${prefix}/bin/perl5.8
+ depends_lib-append port:perl5.8
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080716/bf54f92a/attachment.html
More information about the macports-changes
mailing list