diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-08 23:21:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-08 23:21:07 +0800 |
commit | 52ba1fb4f0311efa7fd262ef97e119092acc1b9a (patch) | |
tree | da97b0d1f5ea243eb2007b3e97d7f54de309b98b /security/libpreludedb | |
parent | c2e8348d8d573ba450e5436909c942989a548b21 (diff) | |
download | freebsd-ports-gnome-52ba1fb4f0311efa7fd262ef97e119092acc1b9a.tar.gz freebsd-ports-gnome-52ba1fb4f0311efa7fd262ef97e119092acc1b9a.tar.zst freebsd-ports-gnome-52ba1fb4f0311efa7fd262ef97e119092acc1b9a.zip |
- Update to 0.9.11.2
Changelog libpreludedb:
- Prevent binding generation error when using old SWIG version.
- Generate bindings for the error handling API.
- Small Perl/Python detection improvement. Fix #182.
- Fix bindings compilation when using make -j.
- New configure --with-perl-installdirs flags: might be used to override
default site perl installation.
- Various bug fixes.
- Fix make installation error when Perl bindings are disabled.
PR: ports/107678
Submitted by: maintainer (Robin Gruyters)
Diffstat (limited to 'security/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 2 | ||||
-rw-r--r-- | security/libpreludedb/distinfo | 6 | ||||
-rw-r--r-- | security/libpreludedb/files/patch-bindings_Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 118fb712eddb..3911af9a6820 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= libpreludedb -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.11.2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo index 19b0db7a7fb3..f02a503b70f9 100644 --- a/security/libpreludedb/distinfo +++ b/security/libpreludedb/distinfo @@ -1,3 +1,3 @@ -MD5 (libpreludedb-0.9.11.tar.gz) = f0b2a1229784419be1f9602f3f06d539 -SHA256 (libpreludedb-0.9.11.tar.gz) = 046b07096e48aa259d236bcb275f3a948c711f67960d6ec2895923a477151343 -SIZE (libpreludedb-0.9.11.tar.gz) = 636984 +MD5 (libpreludedb-0.9.11.2.tar.gz) = 36c4a676f8b5e30c0b7cbe9a26535ba0 +SHA256 (libpreludedb-0.9.11.2.tar.gz) = 118fbdc3ee309ebb9db76919430ce712414c0f095f32386c43dc97f486b17c61 +SIZE (libpreludedb-0.9.11.2.tar.gz) = 639106 diff --git a/security/libpreludedb/files/patch-bindings_Makefile.in b/security/libpreludedb/files/patch-bindings_Makefile.in deleted file mode 100644 index a0b68f85ad62..000000000000 --- a/security/libpreludedb/files/patch-bindings_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/Makefile.in.orig Wed Jun 7 10:02:49 2006 -+++ bindings/Makefile.in Wed Jun 7 10:03:02 2006 -@@ -446,7 +446,7 @@ - # - # Workaround for invalid Makefile generated by MakeMaker when UTF-8 is enabled. - # --@HAVE_PERL_TRUE@ cd perl && DESTDIR=$(DESTDIR) LANG="" $(PERL) Makefile.PL && $(MAKE) LD_RUN_PATH="" install -+@HAVE_PERL_TRUE@ cd perl && DESTDIR=$(DESTDIR) LANG="" $(PERL) Makefile.PL && $(MAKE) LD_RUN_PATH="" pure_install - - @HAVE_PYTHON_TRUE@ cd python && $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` - |