mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- 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)
This commit is contained in:
parent
38038d34de
commit
03b4a853af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175059
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user