Bug 92239 - security/barnyard, update port and add slave port
Summary: security/barnyard, update port and add slave port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 04:00 UTC by pauls
Modified: 2006-01-26 10:17 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (1.68 KB, text/plain)
2006-01-24 04:00 UTC, pauls
no flags Details
file.diff (854 bytes, patch)
2006-01-24 04:00 UTC, pauls
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!