Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2008 12:24:38 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@wizard.volgograd.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125211: [MAINTAINER] mail/dovecot-antispam: update to 20080604
Message-ID:  <200807030824.m638OcEV002300@localhost.my.domain>
Resent-Message-ID: <200807030850.m638o1Fc090995@freefall.freebsd.org>

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

>Number:         125211
>Category:       ports
>Synopsis:       [MAINTAINER] mail/dovecot-antispam: update to 20080604
>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:   Thu Jul 03 08:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Apr 27 02:22:16 MSD 2008
>Description:
- Update to 20080604

Thanks to Christian Ludwig.

Removed file(s):
- files/patch-dspam-exec.c

Generated with FreeBSD Port Tools 0.77

Dear commiter, could you close ports/125198.
>How-To-Repeat:
>Fix:

--- dovecot-antispam-20080604.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/dovecot-antispam/Makefile /home/dsh/ports/mail/dovecot-antispam/Makefile
--- /usr/ports/mail/dovecot-antispam/Makefile	2008-01-28 23:22:04.000000000 +0300
+++ /home/dsh/ports/mail/dovecot-antispam/Makefile	2008-07-03 11:52:17.000000000 +0400
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	dovecot-antispam
-PORTVERSION=	20071029
+PORTVERSION=	20080604
 CATEGORIES=	mail
-MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	ehaupt
+MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/
 
 MAINTAINER=	dsh@wizard.volgograd.ru
 COMMENT=	Dovecot plugin to train dspam about spam or false positives
@@ -40,7 +38,6 @@
 do-configure:
 	DOVECOT=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` && \
 		${ECHO} "DOVECOT=$$DOVECOT" > ${WRKSRC}/.config
-	${ECHO} "DOVECOT_VERSION=1.0" >> ${WRKSRC}/.config
 .if defined(WITH_DSPAM)
 	${ECHO} "BACKEND=dspam-exec"  >> ${WRKSRC}/.config
 .endif
diff -ruN --exclude=CVS /usr/ports/mail/dovecot-antispam/distinfo /home/dsh/ports/mail/dovecot-antispam/distinfo
--- /usr/ports/mail/dovecot-antispam/distinfo	2008-01-28 23:22:04.000000000 +0300
+++ /home/dsh/ports/mail/dovecot-antispam/distinfo	2008-07-03 11:52:57.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (dovecot-antispam-20071029.tar.bz2) = 128b94b34f81807192256cfed5b3e809
-SHA256 (dovecot-antispam-20071029.tar.bz2) = 7134526bd3edb999c1292f64654f1510b993a82da3fca1c3db442e47ed9a0464
-SIZE (dovecot-antispam-20071029.tar.bz2) = 17205
+MD5 (dovecot-antispam-20080604.tar.bz2) = 50e6080e882f24feaf9bd3d3fcb2b67e
+SHA256 (dovecot-antispam-20080604.tar.bz2) = aac1c9bff5443e903e1272292f9f7ecab9d8523e353932f53976cb47d2316fdc
+SIZE (dovecot-antispam-20080604.tar.bz2) = 23581
diff -ruN --exclude=CVS /usr/ports/mail/dovecot-antispam/files/patch-dspam-exec.c /home/dsh/ports/mail/dovecot-antispam/files/patch-dspam-exec.c
--- /usr/ports/mail/dovecot-antispam/files/patch-dspam-exec.c	2008-01-28 23:22:05.000000000 +0300
+++ /home/dsh/ports/mail/dovecot-antispam/files/patch-dspam-exec.c	1970-01-01 03:00:00.000000000 +0300
@@ -1,20 +0,0 @@
---- dspam-exec.c.orig	2007-10-29 14:09:16.000000000 +0300
-+++ dspam-exec.c	2008-01-05 18:38:37.000000000 +0300
-@@ -127,7 +127,7 @@
- 
- 		argv[0] = (char *)dspam_binary;
- 		argv[1] = "--source=error";
--		argv[2] = "--stdout";
-+		argv[2] = "--deliver=";
- 		argv[3] = (char *)class_arg;
- 		argv[4] = (char *)sign_arg;
- 
-@@ -136,7 +136,7 @@
- 		 * not good with stderr debuggin since we then write to
- 		 * stderr which our parent takes as a bug
- 		 */
--		debug("%s --source=error --stdout %s %s ...",
-+		debug("%s --source=error --deliver= %s %s ...",
- 		      dspam_binary, class_arg, sign_arg);
- #endif
- 
--- dovecot-antispam-20080604.patch ends here ---

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



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