From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:13:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC75B39E; Thu, 27 Feb 2014 09:13:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A88111E2A; Thu, 27 Feb 2014 09:13:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R9DZv6048308; Thu, 27 Feb 2014 09:13:35 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R9DZtg048306; Thu, 27 Feb 2014 09:13:35 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402270913.s1R9DZtg048306@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 27 Feb 2014 09:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346287 - head/security/snort-rep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:13:35 -0000 Author: ehaupt Date: Thu Feb 27 09:13:34 2014 New Revision: 346287 URL: http://svnweb.freebsd.org/changeset/ports/346287 QAT: https://qat.redports.org/buildarchive/r346287/ Log: - Support staging - Define EXAMPLES option Modified: head/security/snort-rep/Makefile head/security/snort-rep/pkg-plist Modified: head/security/snort-rep/Makefile ============================================================================== --- head/security/snort-rep/Makefile Thu Feb 27 09:10:24 2014 (r346286) +++ head/security/snort-rep/Makefile Thu Feb 27 09:13:34 2014 (r346287) @@ -10,19 +10,18 @@ MASTER_SITES= http://david.schweikert.ch MAINTAINER= ports@FreeBSD.org COMMENT= A Snort reporting tool that can produce text or HTML from logs -MAN1= snort-rep.1 USES= shebangfix perl5 SHEBANG_FILES= snort-rep snort-rep-mail -NO_STAGE= yes +OPTIONS_DEFINE= EXAMPLES + do-build: cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${MAN1PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/examples/snort-rep - ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep-mail \ - ${PREFIX}/share/examples/snort-rep + ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep-mail ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/security/snort-rep/pkg-plist ============================================================================== --- head/security/snort-rep/pkg-plist Thu Feb 27 09:10:24 2014 (r346286) +++ head/security/snort-rep/pkg-plist Thu Feb 27 09:13:34 2014 (r346287) @@ -1,3 +1,4 @@ bin/snort-rep +man/man1/snort-rep.1.gz %%EXAMPLESDIR%%/snort-rep-mail @dirrm share/examples/snort-rep