From matthias.andree@gmx.de  Fri Oct 21 23:30:04 2005
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 82CA316A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Oct 2005 23:30:04 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.uni-dortmund.de [129.217.163.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5268C43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Oct 2005 23:30:02 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: from localhost (localhost [127.0.0.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 8F1D644547
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 01:30:00 +0200 (CEST)
Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1])
 by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 01209-03 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 22 Oct 2005 01:29:59 +0200 (CEST)
Received: from m2a2.dyndns.org (p50911FA9.dip0.t-ipconnect.de [80.145.31.169])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id E1D7F44380
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 01:29:58 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id BB8ED2013C2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 01:29:57 +0200 (CEST)
Received: from m2a2.dyndns.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 07586-12 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 22 Oct 2005 01:29:56 +0200 (CEST)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2])
	by merlin.emma.line.org (Postfix) with ESMTP id DFA112012EC
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Oct 2005 01:29:56 +0200 (CEST)
Received: from emma by libertas.emma.line.org with local (Exim 4.54 (FreeBSD))
	id 1ET6NG-000IFq-VL
	for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Oct 2005 01:32:35 +0200
Message-Id: <E1ET6NG-000IFq-VL@libertas.emma.line.org>
Date: Sat, 22 Oct 2005 01:32:34 +0200
From: Matthias Andree <matthias.andree@gmx.de>
Sender: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/bogofilter: update to 0.96.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87820
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: update to 0.96.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 21 23:40:14 GMT 2005
>Closed-Date:    Sat Oct 22 00:07:13 GMT 2005
>Last-Modified:  Sat Oct 22 00:07:13 GMT 2005
>Originator:     Matthias Andree
>Release:        FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #2: Fri Sep 16 00:02:49 CEST 2005
>Description:
- Update to 0.96.2
(various minor fixes)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- bogofilter-0.96.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /usr/home/emma/ports/mail/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Fri Sep 16 00:03:11 2005
+++ /usr/home/emma/ports/mail/bogofilter/Makefile	Sat Oct 22 01:25:06 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.96.0
+PORTVERSION=	0.96.2
 PORTREVISION?=	0
 CATEGORIES?=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/distinfo /usr/home/emma/ports/mail/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Fri Sep 16 00:03:11 2005
+++ /usr/home/emma/ports/mail/bogofilter/distinfo	Sat Oct 22 01:25:30 2005
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.96.0.tar.bz2) = ca946b43212d8a2909e86f7140e535db
-SIZE (bogofilter-0.96.0.tar.bz2) = 721819
+MD5 (bogofilter-0.96.2.tar.bz2) = 30b66f7cf0abfb3dbd51ad07894e3505
+SIZE (bogofilter-0.96.2.tar.bz2) = 722557
--- bogofilter-0.96.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Fri Oct 21 23:42:00 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87820 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sat Oct 22 00:07:12 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

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