aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-07-04 05:40:18 +0800
committerbeech <beech@FreeBSD.org>2008-07-04 05:40:18 +0800
commitd36fa5b54b1bb32980d79785c699f6e91ad72357 (patch)
tree592d7d68c92f81e74d627f61624ffdf279043981 /mail
parent9dec3e5ff0300527d8ca30e73328fc1115d9d874 (diff)
downloadfreebsd-ports-gnome-d36fa5b54b1bb32980d79785c699f6e91ad72357.tar.gz
freebsd-ports-gnome-d36fa5b54b1bb32980d79785c699f6e91ad72357.tar.zst
freebsd-ports-gnome-d36fa5b54b1bb32980d79785c699f6e91ad72357.zip
- - Update to 20080604
PR: ports/125211 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot-antispam/Makefile7
-rw-r--r--mail/dovecot-antispam/distinfo6
-rw-r--r--mail/dovecot-antispam/files/patch-dspam-exec.c20
3 files changed, 5 insertions, 28 deletions
diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile
index 74fb193d568e..0d5106bb79cb 100644
--- a/mail/dovecot-antispam/Makefile
+++ b/mail/dovecot-antispam/Makefile
@@ -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-install:
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 --git a/mail/dovecot-antispam/distinfo b/mail/dovecot-antispam/distinfo
index f82312a51732..a964cbcb9d70 100644
--- a/mail/dovecot-antispam/distinfo
+++ b/mail/dovecot-antispam/distinfo
@@ -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 --git a/mail/dovecot-antispam/files/patch-dspam-exec.c b/mail/dovecot-antispam/files/patch-dspam-exec.c
deleted file mode 100644
index 277e5f23874b..000000000000
--- a/mail/dovecot-antispam/files/patch-dspam-exec.c
+++ /dev/null
@@ -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
-