From dsh@wizard.volgograd.ru  Mon Oct 13 17:01:23 2008
Return-Path: <dsh@wizard.volgograd.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BB20C10656B6
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Oct 2008 17:01:23 +0000 (UTC)
	(envelope-from dsh@wizard.volgograd.ru)
Received: from dsh.falconknight.com (dsh.falconknight.com [66.160.163.23])
	by mx1.freebsd.org (Postfix) with ESMTP id A4F368FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Oct 2008 17:01:23 +0000 (UTC)
	(envelope-from dsh@wizard.volgograd.ru)
Received: from dsh.falconknight.com (dsh [66.160.163.23])
	by dsh.falconknight.com (Postfix) with ESMTP id BDF935BC7ED4;
	Mon, 13 Oct 2008 09:59:10 -0700 (PDT)
Received: from localhost.my.domain (unknown [85.173.92.192])
	by dsh.falconknight.com (Postfix) with ESMTPS id D44AB5BC7EBC;
	Mon, 13 Oct 2008 09:59:09 -0700 (PDT)
Received: from localhost.my.domain (localhost [127.0.0.1])
	by localhost.my.domain (8.14.2/8.14.2) with ESMTP id m9DH1Fck004132;
	Mon, 13 Oct 2008 21:01:15 +0400 (MSD)
	(envelope-from dsh@localhost.my.domain)
Received: (from dsh@localhost)
	by localhost.my.domain (8.14.2/8.14.2/Submit) id m9DH1F5A004127;
	Mon, 13 Oct 2008 21:01:15 +0400 (MSD)
	(envelope-from dsh)
Message-Id: <200810131701.m9DH1F5A004127@localhost.my.domain>
Date: Mon, 13 Oct 2008 21:01:15 +0400 (MSD)
From: Denis Shaposhnikov <dsh@wizard.volgograd.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] mail/dovecot-antispam: update to 1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128067
>Category:       ports
>Synopsis:       [MAINTAINER] mail/dovecot-antispam: update to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 17:10:01 UTC 2008
>Closed-Date:    Sat Oct 18 21:38:48 UTC 2008
>Last-Modified:  Sat Oct 18 21:38:48 UTC 2008
>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 1.0

Thanks to Robert Kania.

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

--- dovecot-antispam-1.0,1.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-07-04 01:40:18.000000000 +0400
+++ /home/dsh/ports/mail/dovecot-antispam/Makefile	2008-10-13 20:53:51.000000000 +0400
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	dovecot-antispam
-PORTVERSION=	20080604
+PORTVERSION=	1.0
+PORTEPOCH=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/
+MASTER_SITES=	http://johannes.sipsolutions.net/download/dovecot-antispam/ \
+		http://ports.internal.vlink.ru/distfiles/
 
 MAINTAINER=	dsh@wizard.volgograd.ru
 COMMENT=	Dovecot plugin to train dspam about spam or false positives
 
 BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/mail/dovecot:configure
-RUN_DEPENDS=	dovecot>=1.0.10:${PORTSDIR}/mail/dovecot
+RUN_DEPENDS=	dovecot>=1.1.2:${PORTSDIR}/mail/dovecot
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -24,6 +26,8 @@
 
 OPTIONS+=	DSPAM "direct dspam training" on
 OPTIONS+=	MAILTRAIN "send mail to special addresses for training" off
+OPTIONS+=	DEBUG "Turn on debug information (syslog)" off
+OPTIONS+=	DEBUG_VERBOSE "Turn on verbose debug" off
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/lib90_antispam_plugin.so \
@@ -44,6 +48,12 @@
 .if defined(WITH_MAILTRAIN)
 	${ECHO} "BACKEND=mailtrain"  >> ${WRKSRC}/.config
 .endif
+.if defined(WITH_DEBUG)
+	${ECHO} "DEBUG=syslog"  >> ${WRKSRC}/.config
+.endif
+.if defined(WITH_DEBUG_VERBOSE)
+	${ECHO} "DEBUG_VERBOSE=1"  >> ${WRKSRC}/.config
+.endif
 	${ECHO} "PLUGINNAME=antispam" >> ${WRKSRC}/.config
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/mail/dovecot-antispam/distinfo /home/dsh/ports/mail/dovecot-antispam/distinfo
--- /usr/ports/mail/dovecot-antispam/distinfo	2008-07-04 01:40:18.000000000 +0400
+++ /home/dsh/ports/mail/dovecot-antispam/distinfo	2008-10-13 20:54:22.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (dovecot-antispam-20080604.tar.bz2) = 50e6080e882f24feaf9bd3d3fcb2b67e
-SHA256 (dovecot-antispam-20080604.tar.bz2) = aac1c9bff5443e903e1272292f9f7ecab9d8523e353932f53976cb47d2316fdc
-SIZE (dovecot-antispam-20080604.tar.bz2) = 23581
+MD5 (dovecot-antispam-1.0.tar.bz2) = aeb77a04b0a5f7d37d892118f3791344
+SHA256 (dovecot-antispam-1.0.tar.bz2) = 001cb927b52b06141b5e738d0684f15f0314cbdd7fb0f52ad198c5ff6bdced21
+SIZE (dovecot-antispam-1.0.tar.bz2) = 22279
--- dovecot-antispam-1.0,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Oct 17 19:51:57 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128067 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Oct 18 21:38:47 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128067 
>Unformatted:
