From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 13 17:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0241065689 for ; Mon, 13 Oct 2008 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30E328FC26 for ; Mon, 13 Oct 2008 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHA2hT062346 for ; Mon, 13 Oct 2008 17:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9DHA2aX062345; Mon, 13 Oct 2008 17:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 13 Oct 2008 17:10:02 GMT Resent-Message-Id: <200810131710.m9DHA2aX062345@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Shaposhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB20C10656B6 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128067: [MAINTAINER] mail/dovecot-antispam: update to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 17:10:02 -0000 >Number: 128067 >Category: ports >Synopsis: [MAINTAINER] mail/dovecot-antispam: update to 1.0 >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: Mon Oct 13 17:10: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 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 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: >Unformatted: