Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 12:26:38 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96761: [MAINTAINER] security/libprelude: update to 0.9.8
Message-ID:  <200605041026.k44AQcbJ059776@server.yirdis.net>
Resent-Message-ID: <200605041030.k44AUHus048957@freefall.freebsd.org>

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

>Number:         96761
>Category:       ports
>Synopsis:       [MAINTAINER] security/libprelude: update to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 10:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #0: Thu Feb  2 17:02:52 CET
>Description:
- Update to 0.9.8
  Changed --(en|dis)able to --with[out]

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libprelude-0.9.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libprelude/Makefile /data2/FreeBSD/custom_ports/security/libprelude/Makefile
--- /usr/ports/security/libprelude/Makefile	Wed Apr 26 10:50:09 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/Makefile	Wed May  3 16:18:20 2006
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/security/libprelude/Makefile,v 1.27 2006/04/25 15:57:33 garga Exp $
 
 PORTNAME=	libprelude
-PORTVERSION=	0.9.7.2
+PORTVERSION=	0.9.8
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
@@ -24,19 +24,19 @@
 
 .if defined(WITH_PERL)
 USE_PERL5=		yes
-CONFIGURE_ARGS+=	--enable-perl
+CONFIGURE_ARGS+=	--with-perl
 PLIST_SUB+=		WITH_PERL=""
 .else
-CONFIGURE_ARGS+=	--disable-perl
+CONFIGURE_ARGS+=	--without-perl
 PLIST_SUB+=		WITH_PERL="@comment "
 .endif
 
 .if defined(WITH_PYTHON)
 USE_PYTHON=		yes
-CONFIGURE_ARGS+=	--enable-python
+CONFIGURE_ARGS+=	--with-python
 PLIST_SUB+=		WITH_PYTHON=""
 .else
-CONFIGURE_ARGS+=	--disable-python
+CONFIGURE_ARGS+=	--without-python
 PLIST_SUB+=		WITH_PYTHON="@comment "
 .endif
 
diff -ruN --exclude=CVS /usr/ports/security/libprelude/distinfo /data2/FreeBSD/custom_ports/security/libprelude/distinfo
--- /usr/ports/security/libprelude/distinfo	Wed Apr 26 10:50:09 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/distinfo	Wed May  3 14:01:18 2006
@@ -1,3 +1,3 @@
-MD5 (libprelude-0.9.7.2.tar.gz) = 03be67cb83d8b6a3fe265222805a9c50
-SHA256 (libprelude-0.9.7.2.tar.gz) = fd27c66f53dc454facbf45ce91cf7a43b15bc8ccf6d0f7233b53ab4da4fdf6c4
-SIZE (libprelude-0.9.7.2.tar.gz) = 1754249
+MD5 (libprelude-0.9.8.tar.gz) = d46527e7b036d20c3cc72c887486d773
+SHA256 (libprelude-0.9.8.tar.gz) = e4d9e54ba6a55881c33f9e008eb9e70862d17e7fa3210a8a6476aafa09053ee8
+SIZE (libprelude-0.9.8.tar.gz) = 1759203
diff -ruN --exclude=CVS /usr/ports/security/libprelude/pkg-plist /data2/FreeBSD/custom_ports/security/libprelude/pkg-plist
--- /usr/ports/security/libprelude/pkg-plist	Wed Apr 26 10:50:09 2006
+++ /data2/FreeBSD/custom_ports/security/libprelude/pkg-plist	Wed May  3 16:13:43 2006
@@ -52,7 +52,7 @@
 include/libprelude/variable.h
 lib/libprelude.la
 lib/libprelude.so
-lib/libprelude.so.7
+lib/libprelude.so.8
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Prelude.pm
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/.packlist
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Prelude/Prelude.bs
--- libprelude-0.9.8.patch ends here ---

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



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