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
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!