Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Sep 2003 22:57:48 +0200
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56293: [MAINTAINER] mail/bogofilter: update to 0.14.5.4
Message-ID:  <E19tvkC-0004vK-00@libertas.emma.line.org>
Resent-Message-ID: <200309012100.h81L0XJF020702@freefall.freebsd.org>

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

>Number:         56293
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: update to 0.14.5.4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 01 14:00:32 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #46: Fri Aug 29 18:46:47 CEST 2003
>Description:
- Add CONFLICTS to bogofilter and bogofilter-tdb slave port.

- Drop files/patch-aa, merged upstream.

- Update to 0.14.5.4
  * Fix parser errors that can cause:
    1. Incorrect processing of html comments.
    2. "fatal flex scanner internal error--end of buffer missed", 
       which kills bogofilter.
  * Fix defective printing in 'bogofilter -Q' output.

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

NOTE: these patches change ports/mail/bogofilter AND ports/mail/bogofilter-tdb!
-------------------------------------------------------------------------------

diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Mon Aug 25 11:02:29 2003
+++ /root/bogofilter/Makefile	Mon Sep  1 22:52:15 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.14.5.2
+PORTVERSION=	0.14.5.4
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,6 +17,8 @@
 # There is a sibling port, bogofilter-tdb, which presets different
 # values for some of our variables
 LIB_DEPENDS?=	db4.0:${PORTSDIR}/databases/db4
+
+CONFLICTS?=	bogofilter-tdb*
 
 USE_PERL5_RUN=	yes
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/distinfo /root/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Mon Aug 25 11:02:30 2003
+++ /root/bogofilter/distinfo	Mon Sep  1 22:43:19 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.14.5.2.tar.gz) = 0ef3eb34943e10e9e317063307148940
+MD5 (bogofilter-0.14.5.4.tar.gz) = 33064f40fe7b250f9ca45fddaa33af64
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/files/patch-aa /root/bogofilter/files/patch-aa
--- /usr/ports/mail/bogofilter/files/patch-aa	Sun Aug 24 08:09:37 2003
+++ /root/bogofilter/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- ./src/datastore_tdb.c.orig	Tue Aug 19 14:27:27 2003
-+++ ./src/datastore_tdb.c	Sun Aug 24 04:35:04 2003
-@@ -77,7 +77,7 @@
- }
- 
- 
--static void dbh_print_names(dbh_t *dbh, const char *msg)
-+static void dbh_print_names(dbh_t *handle, const char *msg)
- {
-     if (handle->count == 1)
- 	fprintf(dbgout, "%s (%s)", msg, handle->name[0]);


diff -Nur /usr/ports/mail/bogofilter-tdb/Makefile /root/bogofilter-tdb/Makefile
--- /usr/ports/mail/bogofilter-tdb/Makefile	Mon Aug 18 17:15:00 2003
+++ /root/bogofilter-tdb/Makefile	Mon Sep  1 22:52:36 2003
@@ -11,7 +11,10 @@
 PKGNAMESUFFIX=	-tdb
 
 MASTERDIR=	${.CURDIR}/../bogofilter
+
 LIB_DEPENDS=	tdb.1:${PORTSDIR}/databases/tdb
+
+CONFLICTS=	bogofilter-0*
 
 CONFIGURE_ARGS=	--with-tdb
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19tvkC-0004vK-00>