diff -ruN libprelude.old/Makefile libprelude/Makefile --- libprelude.old/Makefile 2008-12-01 02:00:11.000000000 +0500 +++ libprelude/Makefile 2009-02-02 14:38:02.000000000 +0500 @@ -4,7 +4,7 @@ # $FreeBSD: ports/security/libprelude/Makefile,v 1.58 2008/11/30 21:00:11 remko Exp $ PORTNAME= libprelude -PORTVERSION= 0.9.20.2 +PORTVERSION= 0.9.21.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ diff -ruN libprelude.old/distinfo libprelude/distinfo --- libprelude.old/distinfo 2008-09-30 05:44:51.000000000 +0600 +++ libprelude/distinfo 2009-02-02 14:38:17.000000000 +0500 @@ -1,3 +1,3 @@ -MD5 (libprelude-0.9.20.2.tar.gz) = 4980065cc9fc7f8d6f0ca25e902b745d -SHA256 (libprelude-0.9.20.2.tar.gz) = e6df8831fe9b8f12bd12cac92ac2a891b4dfaefedbb4e8c703a696272e188e06 -SIZE (libprelude-0.9.20.2.tar.gz) = 2407849 +MD5 (libprelude-0.9.21.2.tar.gz) = 767ea378580caab14ebb4df0ee5e4129 +SHA256 (libprelude-0.9.21.2.tar.gz) = cc8c05f0855bfea1e02bb938547a7be4d81465bfe2d89f180e3a17325978bf19 +SIZE (libprelude-0.9.21.2.tar.gz) = 2484552 diff -ruN libprelude.old/files/patch-Makefile.in libprelude/files/patch-Makefile.in --- libprelude.old/files/patch-Makefile.in 2008-09-30 05:44:51.000000000 +0600 +++ libprelude/files/patch-Makefile.in 1970-01-01 05:00:00.000000000 +0500 @@ -1,68 +0,0 @@ ---- Makefile.in.orig 2008-09-09 04:55:27.000000000 -0400 -+++ Makefile.in 2008-09-09 04:55:27.000000000 -0400 -@@ -1174,61 +1174,10 @@ - $(INSTALL) -d -m 755 $(DESTDIR)$(PRELUDE_CONFIG_DIR); - $(INSTALL) -d -m 755 $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default; - $(INSTALL) -d -m 711 $(DESTDIR)$(PRELUDE_CONFIG_DIR)/profile; -- @if test -f $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf; then \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- echo "$(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf already exist..."; \ -- echo "Installing default configuration in $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf-dist"; \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- $(INSTALL) -m 644 $(top_builddir)/client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf-dist; \ -- else \ -- $(INSTALL) -m 644 $(top_builddir)/client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default; \ -- fi -- -- @if test -f $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/global.conf; then \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- echo "$(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/global.conf already exist..."; \ -- echo "Installing default configuration in $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/global.conf-dist"; \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- $(INSTALL) -m 644 $(top_builddir)/global.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/global.conf-dist; \ -- else \ -- $(INSTALL) -m 644 $(top_builddir)/global.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default; \ -- fi -- -- @if test -f $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/idmef-client.conf; then \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- echo "$(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/idmef-client.conf already exist..."; \ -- echo "Installing default configuration in $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/idmef-client.conf-dist"; \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- $(INSTALL) -m 644 $(top_builddir)/idmef-client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/idmef-client.conf-dist;\ -- else \ -- $(INSTALL) -m 644 $(top_builddir)/idmef-client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default; \ -- fi -- -- @if test -f $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/tls.conf; then \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- echo "$(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/tls.conf already exist..."; \ -- echo "Installing default configuration in $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/tls.conf-dist"; \ -- echo; \ -- echo "********************************************************************************"; \ -- echo; \ -- $(INSTALL) -m 644 $(top_srcdir)/tls.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/tls.conf-dist; \ -- else \ -- $(INSTALL) -m 644 $(top_srcdir)/tls.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default; \ -- fi -+ $(INSTALL) -m 644 $(top_srcdir)/client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf-dist; -+ $(INSTALL) -m 644 $(top_srcdir)/global.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/global.conf-dist; -+ $(INSTALL) -m 644 $(top_srcdir)/idmef-client.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/idmef-client.conf-dist; -+ $(INSTALL) -m 644 $(top_srcdir)/tls.conf $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/tls.conf-dist; - - uninstall-local: - rm -f $(DESTDIR)$(PRELUDE_CONFIG_DIR)/default/client.conf diff -ruN libprelude.old/files/patch-libmissing_Makefile.in libprelude/files/patch-libmissing_Makefile.in --- libprelude.old/files/patch-libmissing_Makefile.in 2008-09-30 05:44:51.000000000 +0600 +++ libprelude/files/patch-libmissing_Makefile.in 1970-01-01 05:00:00.000000000 +0500 @@ -1,65 +0,0 @@ ---- libmissing/Makefile.in.orig 2008-09-09 04:55:25.000000000 -0400 -+++ libmissing/Makefile.in 2008-09-09 04:55:25.000000000 -0400 -@@ -686,7 +686,7 @@ - sys/time.h-t time.h time.h-t unistd.h unistd.h-t wchar.h \ - wchar.h-t wctype.h wctype.h-t - MOSTLYCLEANDIRS = arpa netinet sys sys --CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \ -+CLEANFILES = configmake.h configmake.h-t ref-add.sed \ - ref-del.sed - DISTCLEANFILES = - MAINTAINERCLEANFILES = -@@ -709,8 +709,6 @@ - vsnprintf.c - libmissing_la_LDFLAGS = $(AM_LDFLAGS) - LINK_WARNING_H = $(top_srcdir)/./link-warning.h --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -@@ -1247,44 +1245,6 @@ - } > $@-t - mv $@-t $@ - --# We need the following in order to install a simple file in $(libdir) --# which is shared with other installed packages. We use a list of referencing --# packages so that "make uninstall" will remove the file if and only if it --# is not used by another installed package. --# On systems with glibc-2.1 or newer, the file is redundant, therefore we --# avoid installing it. -- --all-local: charset.alias ref-add.sed ref-del.sed --install-exec-local: all-local -- test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir) -- if test -f $(charset_alias); then \ -- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ -- rm -f $(charset_tmp) ; \ -- else \ -- if test $(GLIBC21) = no; then \ -- sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ -- rm -f $(charset_tmp) ; \ -- fi ; \ -- fi -- --uninstall-local: all-local -- if test -f $(charset_alias); then \ -- sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ -- if grep '^# Packages using this file: $$' $(charset_tmp) \ -- > /dev/null; then \ -- rm -f $(charset_alias); \ -- else \ -- $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ -- fi; \ -- rm -f $(charset_tmp); \ -- fi -- --charset.alias: config.charset -- rm -f t-$@ $@ -- $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ -- mv t-$@ $@ - .sin.sed: - rm -f t-$@ $@ - sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@