aboutsummaryrefslogtreecommitdiff
path: root/security/libprelude
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-02 09:52:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-02 09:52:03 +0000
commite888c2e3a04a9c0e364de20abb02604f0f3b5a8c (patch)
tree44da4904c791f04642cbbc090bc74c757d6ef23c /security/libprelude
parent8bc5d9e765f22d86b97acbce9aad9956d3d035f3 (diff)
downloadports-e888c2e3a04a9c0e364de20abb02604f0f3b5a8c.tar.gz
ports-e888c2e3a04a9c0e364de20abb02604f0f3b5a8c.zip
Notes
Diffstat (limited to 'security/libprelude')
-rw-r--r--security/libprelude/Makefile2
-rw-r--r--security/libprelude/distinfo6
-rw-r--r--security/libprelude/files/patch-Makefile.in16
3 files changed, 12 insertions, 12 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index a2467425677c..58c45c721bcb 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= libprelude
-PORTVERSION= 0.9.13.1
+PORTVERSION= 0.9.13.2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
diff --git a/security/libprelude/distinfo b/security/libprelude/distinfo
index 9f8fa9a27863..776bf8b03bba 100644
--- a/security/libprelude/distinfo
+++ b/security/libprelude/distinfo
@@ -1,3 +1,3 @@
-MD5 (libprelude-0.9.13.1.tar.gz) = 6eb7266faa2ba18d9cd438f09acc6d81
-SHA256 (libprelude-0.9.13.1.tar.gz) = 1b940bd7b59717bb017ba814aa4f0419b7dff8298f48842cebdbd42f73a3197d
-SIZE (libprelude-0.9.13.1.tar.gz) = 1903669
+MD5 (libprelude-0.9.13.2.tar.gz) = 6028d6e30782478c9e0a7ed5bc68f3f0
+SHA256 (libprelude-0.9.13.2.tar.gz) = 391c444b96cabee54ec00430be3a8033ad341a0389b5b096d2a090f192f9bbd7
+SIZE (libprelude-0.9.13.2.tar.gz) = 1903098
diff --git a/security/libprelude/files/patch-Makefile.in b/security/libprelude/files/patch-Makefile.in
index 9abd95397585..f62a52f10bc9 100644
--- a/security/libprelude/files/patch-Makefile.in
+++ b/security/libprelude/files/patch-Makefile.in
@@ -1,17 +1,17 @@
---- Makefile.in.orig Tue Feb 20 14:15:56 2007
-+++ Makefile.in Thu Feb 22 13:47:30 2007
-@@ -430,8 +430,8 @@
+--- Makefile.in.orig Fri Mar 30 16:17:46 2007
++++ Makefile.in Mon Apr 2 10:39:02 2007
+@@ -462,8 +462,8 @@
target_vendor = @target_vendor@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --without-system-ltdl
ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
--@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libmissing m4 src prelude-adduser bindings docs
--@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings docs
-+@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libmissing m4 src prelude-adduser bindings
-+@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings
+-@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings docs
+-@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libmissing m4 src prelude-adduser bindings docs
++@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings
++@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libmissing m4 src prelude-adduser bindings
EXTRA_DIST = HACKING.README LICENSE.README client.conf global.conf idmef-client.conf tls.conf
bin_SCRIPTS = $(top_builddir)/libprelude-config
distuninstallcheck_listfiles = find . -type f -print | grep -v 'perl' | grep -v '3pm'
-@@ -953,61 +953,10 @@
+@@ -985,61 +985,10 @@
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir);
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/default;
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/profile;