Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 10:50:41 +0100 (CET)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48368: maintainer-update port: mail/bogofilter -> 0.10.3 
Message-ID:  <20030217095041.727C61B205@emma.line.org>

next in thread | raw e-mail | index | archive | help

>Number:         48368
>Category:       ports
>Synopsis:       maintainer-update port: mail/bogofilter -> 0.10.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 03:20:04 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030217095041.727C61B205>