ports/96760: [MAINTAINER] security/prelude-manager: Changes in lib dependencies

Robin Gruyters r.gruyters at yirdis.nl
Thu May 4 10:30:18 UTC 2006


>Number:         96760
>Category:       ports
>Synopsis:       [MAINTAINER] security/prelude-manager: Changes in lib dependencies
>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:16 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:

--- prelude-manager-0.9.4.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/prelude-manager/Makefile /data2/FreeBSD/custom_ports/security/prelude-manager/Makefile
--- /usr/ports/security/prelude-manager/Makefile	Wed Apr 12 08:56:00 2006
+++ /data2/FreeBSD/custom_ports/security/prelude-manager/Makefile	Thu May  4 12:22:05 2006
@@ -13,8 +13,9 @@
 MAINTAINER=	r.gruyters at yirdis.nl
 COMMENT=	Prelude Network Intrusion Detection System central logging point
 
-LIB_DEPENDS+=	prelude.7:${PORTSDIR}/security/libprelude \
-		xml2.5:${PORTSDIR}/textproc/libxml2
+BUILD_DEPENDS=	libprelude>=0.9.6:${PORTSDIR}/security/libprelude
+RUN_DEPENDS=	${BUILD_DEPENDS}
+LIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_GPG=	yes
 SIG_SUFFIX=	.sig
--- prelude-manager-0.9.4.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list