ports/50906: maintainer update port: mail/bogofilter

Matthias Andree matthias.andree at web.de
Sun Apr 13 17:30:09 UTC 2003


>Number:         50906
>Category:       ports
>Synopsis:       maintainer update port: mail/bogofilter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 10:30:06 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 #22: Fri Apr 4 13:10:05 CEST 2003 toor at libertas.emma.line.org:/usr/src/sys/compile/LIBERTAS i386


	
>Description:
This update tracks the upstream release 0.11.1.9 and includes a
patch to fix the "extra files" complaints from bento.freebsd.org.

The diagnosis patch committed recently is no longer needed, the sparc build
appears to be OK.
	
>How-To-Repeat:
	
>Fix:

diff -Nru /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Wed Apr  9 01:22:02 2003
+++ /root/bogofilter/Makefile	Sat Apr 12 01:25:03 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.11.1.8
+PORTVERSION=	0.11.1.9
 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	Wed Apr  9 01:22:02 2003
+++ /root/bogofilter/distinfo	Sat Apr 12 01:25:19 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.11.1.8.tar.gz) = ff12f6e690435a5a8ff83ea318e0a732
+MD5 (bogofilter-0.11.1.9.tar.gz) = b9bae2985f61ac5e54979bc0f8d62f0b
diff -Nru /usr/ports/mail/bogofilter/files/patch-aa /root/bogofilter/files/patch-aa
--- /usr/ports/mail/bogofilter/files/patch-aa	Fri Apr 11 21:06:19 2003
+++ /root/bogofilter/files/patch-aa	Sun Apr 13 17:41:32 2003
@@ -1,48 +1,12 @@
-Index: tests/bogofilter/t.robx
-===================================================================
-RCS file: /cvsroot/bogofilter/bogofilter/tests/bogofilter/Attic/t.robx,v
-retrieving revision 1.12
-diff -u -r1.12 t.robx
---- ./tests/bogofilter/t.robx	3 Feb 2003 13:44:21 -0000	1.12
-+++ ./tests/bogofilter/t.robx	3 Mar 2003 23:56:57 -0000
-@@ -12,6 +12,8 @@
- #	 robx.YYYYMMDD:
- #		tests   - directory containing individual output files
- 
-+set -x
-+
- : ${srcdir=.}
- relpath="`pwd`/../.."
- NODB=1 . ${srcdir}/../t.frame
-@@ -38,8 +40,8 @@
- stats_in_header=Y
- EOF
- 
--$BOGOFILTER -r -s < ${SYSTEST}/inputs/spam.mbx
--$BOGOFILTER -r -n < ${SYSTEST}/inputs/good.mbx
-+$BOGOFILTER -C -r -s < ${SYSTEST}/inputs/spam.mbx
-+$BOGOFILTER -C -r -n < ${SYSTEST}/inputs/good.mbx
- 
- if [ ! -z "$RUN_FROM_MAKE" ] ; then
-     $BOGOUTIL -R $TMPDIR
-@@ -52,7 +54,8 @@
- 
- [ ! -z "$BF_SAVEDIR" ] && . ${srcdir}/../t.save
- 
--RESULT=`$BOGOUTIL -w $TMPDIR .ROBX | $AWK '/.ROBX/ { print $2; }'`
-+PRINT="`$BOGOUTIL -w $TMPDIR .ROBX`"
-+RESULT=`echo "$PRINT" | $AWK '/.ROBX/ { print $2; }'`
- 
- WANT="252685"
- 
-@@ -62,4 +65,9 @@
- #   $BOGOFILTER -x ml -vvv -r -n < ${SYSTEST}/inputs/good.mbx > ${TMPDIR}/good.txt
+--- ./src/tests/bogofilter/t.bogodir~	Wed Apr  9 01:00:44 2003
++++ ./src/tests/bogofilter/t.bogodir	Sun Apr 13 17:08:32 2003
+@@ -22,6 +22,9 @@
+     verbose=1
  fi
  
--test $RESULT = "$WANT"
-+if test $RESULT = "$WANT" ; then
-+    :
-+else
-+    echo "ROBX difference: got $RESULT, wanted $WANT"
-+    exit 1
-+fi
++HOME="${TMPDIR}/home"
++mkdir $HOME
++export HOME
+ BOGOFILTER="$VAL ${relpath}/bogofilter"
+ LOG="${TMPDIR}/bogodir.log"
+ cat /dev/null > $LOG
	


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



More information about the freebsd-ports-bugs mailing list