From ma@dt.e-technik.uni-dortmund.de  Mon Feb 17 03:15:56 2003
Return-Path: <ma@dt.e-technik.uni-dortmund.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E442B37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2003 03:15:55 -0800 (PST)
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 9D88F43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2003 03:15:53 -0800 (PST)
	(envelope-from ma@dt.e-technik.uni-dortmund.de)
Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])
	by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 7DD60A381E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2003 12:15:52 +0100 (CET)
Received: by merlin.emma.line.org (Postfix, from userid 500)
	id 22BEE7B680; Mon, 17 Feb 2003 12:15:50 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id E047668DFA
	for <emma@localhost>; Mon, 17 Feb 2003 11:22:34 +0100 (CET)
Received: from pop3.web.de
	by localhost with POP3 (fetchmail-6.2.1)
	for emma@localhost (single-drop); Mon, 17 Feb 2003 11:22:34 +0100 (CET)
Received: from [172.20.1.104] (helo=mailgate6.cinetic.de)
	by mx18.web.de with esmtp (WEB.DE(Exim) 4.95 #31)
	id 18khvT-0003q4-00
	for matthias.andree@web.de; Mon, 17 Feb 2003 10:51:03 +0100
Received: from m2a2.myip.org (p508774AF.dip.t-dialin.net [80.135.116.175])
	by mailgate6.cinetic.de (8.11.2/8.11.2/WEBDE Linux 8.11.0-0.2) with ESMTP id h1H9owc07358
	for <matthias.andree@web.de>; Mon, 17 Feb 2003 10:50:58 +0100
Received: by emma.line.org (Postfix, from userid 0)
	id 727C61B205; Mon, 17 Feb 2003 10:50:41 +0100 (CET)
Message-Id: <20030217095041.727C61B205@emma.line.org>
Date: Mon, 17 Feb 2003 10:50:41 +0100 (CET)
From: Matthias Andree <matthias.andree@web.de>
Sender: matthias.andree@web.de
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer-update port: mail/bogofilter -> 0.10.3 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48368
>Category:       ports
>Synopsis:       maintainer-update port: mail/bogofilter -> 0.10.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 03:20:04 PST 2003
>Closed-Date:    Mon Feb 17 03:40:15 PST 2003
>Last-Modified:  Mon Feb 17 03:50:06 PST 2003
>Originator:     Matthias Andree
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Feb 9 15:47:19 CET 2003 root@merlin.emma.line.org:/usr/obj/usr/src/sys/MA5 i386


	
>Description:
This patch updates bogofilter from 0.10.2 to 0.10.3
and makes the dependency information more precise. Finally, it moves
pkg-comment into COMMENT=.

Changes in 0.10.3:
 * Database access efficiency changes.
 * Database properly closed at end of maintenance pass.
 * Improvements in html comment handling code.
 * Support option '-?'

	
>How-To-Repeat:
	
>Fix:

diff -Nur /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Sun Feb  9 13:01:07 2003
+++ /root/bogofilter/Makefile	Mon Feb 17 10:40:53 2003
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.10.2
+PORTVERSION=	0.10.3
 PORTREVISION=	0
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	matthias.andree@web.de
+COMMENT=	"Fast, teachable, learning spam detector"
 
 LIB_DEPENDS=	db4.0:${PORTSDIR}/databases/db4
 
-# This port needs PERL5 at run time, but not for the build.
-USE_PERL5=	yes
+USE_PERL5_RUN=	yes
 GNU_CONFIGURE=	yes
 PATCH_STRIP=	-p1
 CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include/db4" \
diff -Nur /usr/ports/mail/bogofilter/distinfo /root/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Sun Feb  9 13:01:07 2003
+++ /root/bogofilter/distinfo	Mon Feb 17 10:41:00 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.10.2.tar.gz) = 6e200a959f89d17685871a80834bfb1f
+MD5 (bogofilter-0.10.3.tar.gz) = 5a90a70dcce9c2d4f1b26f87b502ab0d
diff -Nur /usr/ports/mail/bogofilter/pkg-comment /root/bogofilter/pkg-comment
--- /usr/ports/mail/bogofilter/pkg-comment	Mon Nov 11 18:34:27 2002
+++ /root/bogofilter/pkg-comment	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-Fast, teachable, learning spam detector
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Mon Feb 17 03:39:46 PST 2003 
State-Changed-Why:  
Duplicate of ports/48364. 

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

From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Matthias Andree <matthias.andree@web.de>
Subject: Re: ports/48368: maintainer-update port: mail/bogofilter -> 0.10.3
Date: Mon, 17 Feb 2003 12:34:55 +0100

 Oops, this is a duplicate of PR #48364, please close.
>Unformatted:
