Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 12:17:16 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96758: [MAINTAINER] security/libpreludedb: [SUMMARIZE CHANGES]
Message-ID:  <200605041017.k44AHG8u083885@server.yirdis.net>
Resent-Message-ID: <200605041020.k44AKL0N048567@freefall.freebsd.org>

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

>Number:         96758
>Category:       ports
>Synopsis:       [MAINTAINER] security/libpreludedb: [SUMMARIZE CHANGES]
>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:20:20 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:
Changed LIB_DEPENDS to (BUILD|RUN)_DEPENDS, due that this package only
requires libprelude version 0.9.6 or higher.

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

--- libpreludedb-0.9.7.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libpreludedb/Makefile /data2/FreeBSD/custom_ports/security/libpreludedb/Makefile
--- /usr/ports/security/libpreludedb/Makefile	Thu May  4 02:27:04 2006
+++ /data2/FreeBSD/custom_ports/security/libpreludedb/Makefile	Thu May  4 12:04:32 2006
@@ -12,7 +12,8 @@
 MAINTAINER=	r.gruyters@yirdis.nl
 COMMENT=	Framework library for access to Prelude NIDS database
 
-LIB_DEPENDS=	prelude.7:${PORTSDIR}/security/libprelude
+BUILD_DEPENDS=	libprelude>=0.9.6:${PORTSDIR}/security/libprelude
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_GPG=		yes
 SIG_SUFFIX=		.sig
--- libpreludedb-0.9.7.1.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?200605041017.k44AHG8u083885>