aboutsummaryrefslogtreecommitdiff
path: root/security/libpreludedb
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-21 19:14:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-21 19:14:31 +0000
commitd996bbed9cb6ba08c8f4883b6cef0ca4756d8b6b (patch)
treef917092fc4b97de80555ce983be9228fd56b4f5c /security/libpreludedb
parentb4fac9c9f8278dc61fad507547ffd1f034da076e (diff)
downloadports-d996bbed9cb6ba08c8f4883b6cef0ca4756d8b6b.tar.gz
ports-d996bbed9cb6ba08c8f4883b6cef0ca4756d8b6b.zip
- Update to 0.9.11
Changelog libpreludedb-0.9.11: - Avoid using GNU sed extension when generating postgresql/sqlite schema. - Fix a Python binding memory leak upon alert list deletion. - Compile and run on OS X. - Various bugfixes. - Various portability fixes. PR: ports/107008 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=180360
Diffstat (limited to 'security/libpreludedb')
-rw-r--r--security/libpreludedb/Makefile13
-rw-r--r--security/libpreludedb/distinfo6
2 files changed, 11 insertions, 8 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index cca365efb0d3..118fb712eddb 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= libpreludedb
-PORTVERSION= 0.9.10
+PORTVERSION= 0.9.11
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -12,15 +12,15 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Framework library for access to Prelude NIDS database
-LIB_DEPENDS= prelude.10:${PORTSDIR}/security/libprelude
+LIB_DEPENDS= prelude.11:${PORTSDIR}/security/libprelude
USE_GPG= yes
SIG_SUFFIX= .sig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib \
%%PREFIX%%/lib/libpreludedb/plugins/formats
+USE_LDCONFIG= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
OPTIONS= PERL "Include Perl bindings" off \
@@ -29,6 +29,8 @@ OPTIONS= PERL "Include Perl bindings" off \
PGSQL "Use PostgreSQL backend" off \
SQLITE "Use SQLite backend" off
+.include <bsd.port.pre.mk>
+
.if defined(WITH_PERL)
USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl
@@ -39,7 +41,8 @@ PLIST_SUB+= WITH_PERL="@comment "
.endif
.if defined(WITH_PYTHON)
-USE_PYTHON= yes
+USE_PYTHON= 2.3+
+# Need to manually include bsd.python.mk, because USE_PYTHON is defined
.include "${PORTSDIR}/Mk/bsd.python.mk"
CONFIGURE_ARGS+= --with-python
PLIST_SUB+= WITH_PYTHON=""
@@ -87,4 +90,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo
index 205fcbcedebe..19b0db7a7fb3 100644
--- a/security/libpreludedb/distinfo
+++ b/security/libpreludedb/distinfo
@@ -1,3 +1,3 @@
-MD5 (libpreludedb-0.9.10.tar.gz) = 50131972b9e84446f636c2e6d383d692
-SHA256 (libpreludedb-0.9.10.tar.gz) = 30f4f881858980e5dfc6a592e3d16d638bf1f1bff1bc64bd2abe5ac4701093cc
-SIZE (libpreludedb-0.9.10.tar.gz) = 747841
+MD5 (libpreludedb-0.9.11.tar.gz) = f0b2a1229784419be1f9602f3f06d539
+SHA256 (libpreludedb-0.9.11.tar.gz) = 046b07096e48aa259d236bcb275f3a948c711f67960d6ec2895923a477151343
+SIZE (libpreludedb-0.9.11.tar.gz) = 636984