diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-09 09:51:12 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-09 09:51:12 +0000 |
commit | 03b4a853af6669faebeefbec3b7174cd0310c3b0 (patch) | |
tree | 9bdd168268bc5b59e80d1c9c898cd1ac09e7cc54 /security/libpreludedb | |
parent | 38038d34de076bdc7a59630781092339e99ddd5d (diff) | |
download | ports-03b4a853af6669faebeefbec3b7174cd0310c3b0.tar.gz ports-03b4a853af6669faebeefbec3b7174cd0310c3b0.zip |
- Update to 0.9.10
libpreludedb Changelog:
- Fix PostgreSQL schema update version 5.
- Only export symbol starting with preludedb_.
- Verbose error reporting in case of libpreludedb initialization failure.
PR: ports/104201
Submitted by: maintainer (Robin Gruyters)
Notes
Notes:
svn path=/head/; revision=175059
Diffstat (limited to 'security/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 8 | ||||
-rw-r--r-- | security/libpreludedb/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 5408e94fe031..51b4f5984e83 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= libpreludedb -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -12,7 +12,7 @@ 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.[8-9]:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.9:${PORTSDIR}/security/libprelude USE_GPG= yes SIG_SUFFIX= .sig @@ -29,8 +29,6 @@ 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 @@ -89,4 +87,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo index ae887c3d79a4..205fcbcedebe 100644 --- a/security/libpreludedb/distinfo +++ b/security/libpreludedb/distinfo @@ -1,3 +1,3 @@ -MD5 (libpreludedb-0.9.9.tar.gz) = 93a895f1e1556b2fb2b92014fde9990d -SHA256 (libpreludedb-0.9.9.tar.gz) = c144ceed3e4de3f3e75b09dd849e3b50c7e0e9e60ce1752844852b9471a3e77d -SIZE (libpreludedb-0.9.9.tar.gz) = 729705 +MD5 (libpreludedb-0.9.10.tar.gz) = 50131972b9e84446f636c2e6d383d692 +SHA256 (libpreludedb-0.9.10.tar.gz) = 30f4f881858980e5dfc6a592e3d16d638bf1f1bff1bc64bd2abe5ac4701093cc +SIZE (libpreludedb-0.9.10.tar.gz) = 747841 |