ports/94407: [PATCH] security/snort: update to 2.4.4

Robin Gruyters r.gruyters at yirdis.nl
Mon Mar 13 12:50:27 UTC 2006


The following reply was made to PR ports/94407; it has been noted by GNATS.

From: Robin Gruyters <r.gruyters at yirdis.nl>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/94407: [PATCH] security/snort: update to 2.4.4
Date: Mon, 13 Mar 2006 13:44:28 +0100

 Hello,
 
 Small update on the Makefile. Forgot to update the LIB_DEPENDS when using
 WITH_PRELUDE.
 
 diff -ruN --exclude=CVS /usr/ports/security/snort/Makefile
 /data2/FreeBSD/custom_ports/security/snort/Makefile
 --- /usr/ports/security/snort/Makefile  Wed Nov 23 13:19:03 2005
 +++ /data2/FreeBSD/custom_ports/security/snort/Makefile Mon Mar 13 13:41:20 2006
 @@ -6,8 +6,7 @@
  #
 
  PORTNAME=      snort
 -PORTVERSION=   2.4.3
 -PORTREVISION=  1
 +PORTVERSION=   2.4.4
  CATEGORIES=    security
  MASTER_SITES=  http://www.snort.org/dl/current/
 
 @@ -74,7 +73,7 @@
  .endif
 
  .if defined(WITH_PRELUDE)
 -LIB_DEPENDS+=          prelude.2:${PORTSDIR}/security/libprelude
 +LIB_DEPENDS+=          prelude.7:${PORTSDIR}/security/libprelude
  CONFIGURE_ARGS+=       --enable-prelude
  PLIST_SUB+=            PRELUDE=""
  .else
 
 
 



More information about the freebsd-ports-bugs mailing list