Date: Mon, 13 Oct 2008 21:01:15 +0400 (MSD) From: Denis Shaposhnikov <dsh@wizard.volgograd.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128067: [MAINTAINER] mail/dovecot-antispam: update to 1.0 Message-ID: <200810131701.m9DH1F5A004127@localhost.my.domain> Resent-Message-ID: <200810131710.m9DHA2aX062345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131701.m9DH1F5A004127>