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
pauls
2006-01-24 04:00:21 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/ 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/ State Changed From-To: open->closed Committed, thanks! |