Bug 92239

Summary: security/barnyard, update port and add slave port
Product: Ports & Packages Reporter: pauls
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Makefile
none
file.diff none

Description pauls 2006-01-24 04:00:21 UTC
	Update port to add a slave port
	Patch Makefile and pkg-plist
	Move pkg-message to files/pkg-message.in
	Move files/barnyard.sh to files/barnyard.sh.in
Comment 1 pauls 2006-01-25 02:13:40 UTC
Please apply this patch to the Makefile, to move CATEGORIES back where it 
belongs.

--- Makefile.orig       Tue Jan 24 20:12:06 2006
+++ Makefile    Tue Jan 24 20:12:22 2006
@@ -7,11 +7,9 @@

 PORTNAME=      barnyard
 PORTVERSION=   0.2.0
-
+CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    barnyard
-
-CATEGORIES=    security

 MAINTAINER=    pauls@utdallas.edu
 COMMENT=       An output system for Snort

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
Comment 2 pauls 2006-01-25 02:17:45 UTC
Ignore the last patch.  This one moves CATEGORIES back where it belongs 
*and* adds a newline after the commented head so that portlint won't 
complain.

This patch should be applied *after* the original update is applied.

--- Makefile.orig       Tue Jan 24 20:16:37 2006
+++ Makefile    Tue Jan 24 20:12:22 2006
@@ -4,13 +4,12 @@
 #
 # $FreeBSD: ports/security/barnyard/Makefile,v 1.5 2005/11/15 06:50:54 ade 
Exp $
 #
+
 PORTNAME=      barnyard
 PORTVERSION=   0.2.0
-
+CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    barnyard
-
-CATEGORIES=    security

 MAINTAINER=    pauls@utdallas.edu
 COMMENT=       An output system for Snort

Paul Schmehl (pauls@utdallas.edu)
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-26 10:17:18 UTC
State Changed
From-To: open->closed

Committed, thanks!