From root@jawa.at  Fri Mar 20 14:12:46 2009
Return-Path: <root@jawa.at>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 95A9B1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Mar 2009 14:12:46 +0000 (UTC)
	(envelope-from root@jawa.at)
Received: from files.jawa.at (jawa.at [213.229.17.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 0F76A8FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Mar 2009 14:12:46 +0000 (UTC)
	(envelope-from root@jawa.at)
Received: from localhost (localhost [127.0.0.1])
	by files.jawa.at (Postfix) with ESMTP id DDBD9CC326;
	Fri, 20 Mar 2009 15:12:44 +0100 (CET)
Received: from files.jawa.at ([127.0.0.1])
	by localhost (files.jawa.at [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id VK6zsG82oPO6; Fri, 20 Mar 2009 15:12:41 +0100 (CET)
Received: by files.jawa.at (Postfix, from userid 0)
	id E6B32CC300; Fri, 20 Mar 2009 15:12:41 +0100 (CET)
Message-Id: <20090320141241.E6B32CC300@files.jawa.at>
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: [PATCH] security/fwlogwatch: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132857
>Category:       ports
>Synopsis:       [PATCH] security/fwlogwatch: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 20 14:20:02 UTC 2009
>Closed-Date:    Fri Mar 20 17:50:38 UTC 2009
>Last-Modified:  Fri Mar 20 17:50:38 UTC 2009
>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:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Mar 20 14:20:18 UTC 2009 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132857 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132857: commit references a PR
Date: Fri, 20 Mar 2009 17:49:42 +0000 (UTC)

 miwi        2009-03-20 17:49:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/spamass-rules_du_jour Makefile 
     graphics/linux-libmng Makefile 
     sysutils/scan_ffs    Makefile 
     www/wwwcount         Makefile 
     sysutils/kcube       Makefile 
     security/fwlogwatch  Makefile 
     net-mgmt/nrg         Makefile 
   Log:
   - Update maintainer mail
   
   PR:             132857 132858 132859 132860 132861 132863
                   132864 132865
   Submitted by:   Michael Ranner <mranner@inode.at>
   
   Revision  Changes    Path
   1.12      +1 -1      ports/graphics/linux-libmng/Makefile
   1.9       +1 -1      ports/mail/spamass-rules_du_jour/Makefile
   1.8       +1 -1      ports/net-mgmt/nrg/Makefile
   1.26      +1 -1      ports/security/fwlogwatch/Makefile
   1.14      +1 -1      ports/sysutils/kcube/Makefile
   1.5       +1 -1      ports/sysutils/scan_ffs/Makefile
   1.27      +1 -1      ports/www/wwwcount/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 20 17:50:37 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132857 
>Unformatted:
