Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2009 05:29:14 GMT
From:      Vladimir Korkodinov <viper@perm.raid.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139003: [UPDATE]  security/libpreludedb to 0.9.15.3
Message-ID:  <200909210529.n8L5TEUm046816@www.freebsd.org>
Resent-Message-ID: <200909210530.n8L5U2ob053607@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139003
>Category:       ports
>Synopsis:       [UPDATE]  security/libpreludedb to 0.9.15.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 21 05:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Korkodinov
>Release:        6.4-RELEASE
>Organization:
>Environment:
FreeBSD xxx 6.4-RELEASE FreeBSD 6.4-RELEASE #2: Thu Dec  4 11:29:00 YEKT 2008     root@xxxx:/usr/obj/usr/src/sys/kernel  i386

>Description:
Update security/libpreludedb to 0.9.15.3
>How-To-Repeat:

>Fix:
apply patch

Patch attached with submission follows:

diff -ruN libpreludedb.old/Makefile libpreludedb/Makefile
--- libpreludedb.old/Makefile	2009-09-20 03:12:55.000000000 +0600
+++ libpreludedb/Makefile	2009-09-04 11:24:43.000000000 +0600
@@ -1,11 +1,11 @@
 # New ports collection makefile for:	libpreludedb
 # Date created:			2005-10-14
 # Whom:				Sergei Kolobov <sergei@FreeBSD.org>
-# $FreeBSD: ports/security/libpreludedb/Makefile,v 1.35 2009/09/19 21:12:55 pav Exp $
+# $FreeBSD: ports/security/libpreludedb/Makefile,v 1.34 2009/02/18 23:39:00 amdmi3 Exp $
 
 PORTNAME=	libpreludedb
-PORTVERSION=	0.9.15.1
-PORTREVISION=	2
+PORTVERSION=	0.9.15.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.com/download/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME} ${PORTNAME}/old
@@ -42,7 +42,8 @@
 .endif
 
 .if defined(WITH_PYTHON)
-USE_PYTHON=		2.3+
+USE_PYTHON=     yes
+.include "${PORTSDIR}/Mk/bsd.python.mk"
 CONFIGURE_ARGS+=	--with-python
 PLIST_SUB+=		WITH_PYTHON="" PYTHON_VER=${PYTHON_VER}
 .else
@@ -61,10 +62,10 @@
 
 .if defined(WITH_PGSQL) || exists(${LOCALBASE}/bin/pg_config)
 USE_PGSQL=		yes
-CONFIGURE_ARGS+=	--with-pgsql
+CONFIGURE_ARGS+=	--with-postgresql
 PLIST_SUB+=		WITH_PGSQL=""
 .else
-CONFIGURE_ARGS+=	--without-pgsql
+CONFIGURE_ARGS+=	--without-postgresql
 PLIST_SUB+=		WITH_PGSQL="@comment "
 .endif
 
diff -ruN libpreludedb.old/distinfo libpreludedb/distinfo
--- libpreludedb.old/distinfo	2008-09-30 10:32:13.000000000 +0600
+++ libpreludedb/distinfo	2009-09-04 10:49:54.000000000 +0600
@@ -1,3 +1,3 @@
-MD5 (libpreludedb-0.9.15.1.tar.gz) = 792b6ce058e4b9db44279409dbc662a3
-SHA256 (libpreludedb-0.9.15.1.tar.gz) = 711b453b3528944bed1baa6c4f7fac823c141f0777a8c9c58437b1eb4e11756c
-SIZE (libpreludedb-0.9.15.1.tar.gz) = 810742
+MD5 (libpreludedb-0.9.15.3.tar.gz) = 70a78a092b32449e326ae3b28e57e9b3
+SHA256 (libpreludedb-0.9.15.3.tar.gz) = de72e86a4e6514998e0760e55024ed3c673d7a4d1e23d84c486ece0643ec2694
+SIZE (libpreludedb-0.9.15.3.tar.gz) = 935457
diff -ruN libpreludedb.old/files/patch-Makefile.in libpreludedb/files/patch-Makefile.in
--- libpreludedb.old/files/patch-Makefile.in	2008-09-30 10:32:14.000000000 +0600
+++ libpreludedb/files/patch-Makefile.in	2009-09-04 10:56:11.000000000 +0600
@@ -1,13 +1,13 @@
---- Makefile.in.orig	2008-09-09 04:18:38.000000000 -0800
-+++ Makefile.in	2008-09-29 20:14:33.000000000 -0800
-@@ -517,9 +517,8 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
+--- Makefile.in.orig	2009-07-15 13:49:18.000000000 +0600
++++ Makefile.in	2009-09-04 10:56:03.000000000 +0600
+@@ -645,9 +645,8 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
  EXTRA_DIST = LICENSE.README HACKING.README
 -SUBDIRS = m4 libmissing src plugins bindings docs
 +SUBDIRS = m4 libmissing src plugins bindings
- bin_SCRIPTS = $(top_builddir)/libpreludedb-config
- distuninstallcheck_listfiles = find . -type f -print | grep -v 'perl' | grep -v '3pm'
- AM_CPPFLAGS = @PCFLAGS@ -I$(top_srcdir)/src/include -I$(top_srcdir)/libmissing @LIBPRELUDE_CFLAGS@
+ MAINTAINERCLEANFILES = \
+ 	$(srcdir)/INSTALL \
+ 	$(srcdir)/aclocal.m4 \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909210529.n8L5TEUm046816>