Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 12:28:33 +0100 (CET)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48973: maintainer bugfix update port: mail/bogofilter 
Message-ID:  <200303061128.h26BSXmq041302@libertas.emma.line.org>

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

>Number:         48973
>Category:       ports
>Synopsis:       maintainer bugfix update port: mail/bogofilter
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 03:30:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.8-RC FreeBSD 4.8-RC #16: Tue Mar 4 03:59:25 CET 2003 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
This patch updates the mail/bogofilter port from 0.11.1 to the bugfix release
bogofilter 0.11.1.1 and fixes the clumsy program name transformation junk to
the canoncial CONFIGURE_TARGET=--build=... as per the Porter's Handbook.

Here's the upstream CHANGES section:

0.11.1.1

        2003-03-05
        * Fixed flaw that caused user config file to be ignored.
        * Fixed broken '-u' (update) code.
        * Update documentation of bogolexer and bogoutil.

	
>How-To-Repeat:
	
>Fix:

diff -Nru /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Wed Mar  5 16:13:33 2003
+++ /root/bogofilter/Makefile	Thu Mar  6 02:39:35 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.11.1
+PORTVERSION=	0.11.1.1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,12 +21,11 @@
 PATCH_STRIP=	-p1
 CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include/db4" \
 		LDFLAGS="-L${PREFIX}/lib"
-CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc --program-transform-name=
-CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 MAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1
 
 post-build::
-	cd ${WRKSRC}/doc && make bogofilter.html bogolexer.html bogoutil.html bogoupgrade.html
 	cd ${WRKSRC} && make check SHELL=${SH}
 
 do-install:
diff -Nru /usr/ports/mail/bogofilter/distinfo /root/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Wed Mar  5 16:13:34 2003
+++ /root/bogofilter/distinfo	Thu Mar  6 12:17:59 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.11.1.tar.gz) = 95fd3ad778911796397c45fed4ef1ebf
+MD5 (bogofilter-0.11.1.1.tar.gz) = 815c8ce2262fab8bedfa25b40781ee39
diff -Nru /usr/ports/mail/bogofilter/pkg-descr /root/bogofilter/pkg-descr
--- /usr/ports/mail/bogofilter/pkg-descr	Mon Feb 10 03:43:07 2003
+++ /root/bogofilter/pkg-descr	Thu Mar  6 02:31:32 2003
@@ -2,6 +2,6 @@
 into words, does a statistical check against data bases of "good" and "bad"
 words, and returns a status code indicating whether or not the message is spam.
 Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text
-attachments.
+attachments and HTML comments.
 
 WWW: http://bogofilter.sourceforge.net/
	


>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?200303061128.h26BSXmq041302>