Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2003 19:47:29 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        portmgr@FreeBSD.org
Subject:   ports/52650: maintainer update port (bugfix): mail/bogofilter 
Message-ID:  <E19Jd7B-0008DH-00@libertas.emma.line.org>
Resent-Message-ID: <200305241750.h4OHoFXt054430@freefall.freebsd.org>

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

>Number:         52650
>Category:       ports
>Synopsis:       maintainer update port (bugfix): mail/bogofilter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 10:50:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.8-STABLE FreeBSD 4.8-STABLE #31: Thu May 22 02:37:05 CEST 2003 toor@libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
COMMITTER, this patch removes files/patch-aa

This patch update bogofilter 0.13.0 to 0.13.2.1, with these relevant changes:
(among others that affect static builds for Linux, which isn't used by this port)

* In bulkmode, output filenames to stdout.
* Fixed defect in replace_nonascii_characters that was
  superseding ignore_case option.

There have been other changes, see
https://sourceforge.net/project/shownotes.php?release_id=120111 sections
0.13.2.1 0.13.2 and 0.13.1.

This should be reasonably safe to apply in spite of the ports freeze,
but it would need portmgr approval.

Can someone authorized to commit in spite of the ports freeze follow 
up with a note of whether this can be committed during freeze or no? Thanks.

	
>How-To-Repeat:
	
>Fix:

diff -Nru /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Thu May 22 14:54:48 2003
+++ /root/bogofilter/Makefile	Sat May 24 19:37:25 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.13.0
+PORTVERSION=	0.13.2.1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -Nru /usr/ports/mail/bogofilter/distinfo /root/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Thu May 22 14:54:49 2003
+++ /root/bogofilter/distinfo	Sat May 24 19:29:06 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.13.0.tar.gz) = cb3c397520d6001985deaba6d2e788de
+MD5 (bogofilter-0.13.2.1.tar.gz) = 8896887533930780f5b377d06f60f17e
diff -Nru /usr/ports/mail/bogofilter/files/patch-aa /root/bogofilter/files/patch-aa
--- /usr/ports/mail/bogofilter/files/patch-aa	Thu May 22 13:06:10 2003
+++ /root/bogofilter/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-diff -u -r1.8 t.frame
---- ./src/tests/t.frame	19 May 2003 22:05:24 -0000	1.8
-+++ ./src/tests/t.frame	22 May 2003 03:14:17 -0000
-@@ -99,5 +99,7 @@
-     export EF_ALIGNMENT
- fi
- 
--DIFF_BRIEF=""
--[ "`uname -s`" = "Linux" ] && DIFF_BRIEF="--brief -s"
-+case `uname -s` in
-+    Linux)  DIFF_BRIEF="--brief -s" ;;
-+    *)      DIFF_BRIEF="" ;;
-+esac
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19Jd7B-0008DH-00>