Date: Fri, 20 Mar 2009 15:12:41 +0100 (CET) From: Michael Ranner <mranner@inode.at> To: FreeBSD-gnats-submit@FreeBSD.org Cc: michael@ranner.eu Subject: ports/132857: [PATCH] security/fwlogwatch: [SUMMARIZE CHANGES] Message-ID: <20090320141241.E6B32CC300@files.jawa.at> Resent-Message-ID: <200903201420.n2KEK2xB049363@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132857 >Category: ports >Synopsis: [PATCH] security/fwlogwatch: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 20 14:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 7.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD files.jawa.at 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #4: Tue Dec 23 12:53:42 CET 2008 >Description: Maintainer changed to my new mail address. Added file(s): - Makefile-e Port maintainer (michael@ranner.eu) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fwlogwatch-1.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/Makefile /.amd_mnt/shadow/host/usr/ports/security/fwlogwatch.bak/Makefile --- /usr/ports/security/fwlogwatch/Makefile 2008-06-06 16:00:49.000000000 +0200 +++ /.amd_mnt/shadow/host/usr/ports/security/fwlogwatch.bak/Makefile 2009-03-20 15:12:32.000000000 +0100 @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= http://www.kybs.de/boris/sw/ -MAINTAINER= mranner@inode.at +MAINTAINER= michael@ranner.eu COMMENT= A packet filter and firewall log analyzer USE_GETTEXT= yes diff -ruN --exclude=CVS /usr/ports/security/fwlogwatch/Makefile-e /.amd_mnt/shadow/host/usr/ports/security/fwlogwatch.bak/Makefile-e --- /usr/ports/security/fwlogwatch/Makefile-e 1970-01-01 01:00:00.000000000 +0100 +++ /.amd_mnt/shadow/host/usr/ports/security/fwlogwatch.bak/Makefile-e 2009-03-20 15:12:32.000000000 +0100 @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: fwlogwatch +# Date created: Nov 20, 2001 +# Whom: ijliao +# +# $FreeBSD: ports/security/fwlogwatch/Makefile,v 1.25 2008/06/06 14:00:49 edwin Exp $ +# + +PORTNAME= fwlogwatch +PORTVERSION= 1.1 +PORTREVISION= 1 +CATEGORIES= security +MASTER_SITES= http://www.kybs.de/boris/sw/ + +MAINTAINER= mranner@inode.at +COMMENT= A packet filter and firewall log analyzer + +USE_GETTEXT= yes +USE_BZIP2= yes +MAKE_ENV= MKDIR="${MKDIR}" +INSTALL_TARGET= install install-config install-i18n + +MAN8= fwlogwatch.8 + +post-patch: + @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} + +post-install: + @${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d + +.include <bsd.port.mk> --- fwlogwatch-1.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090320141241.E6B32CC300>