diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:38:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:38:02 +0000 |
commit | 191528c2bb4e01f82bd779d6c2b62aab0c97c7df (patch) | |
tree | af9a277944a09070134efa0b4171058b802705e1 /mail/dspam-devel | |
parent | 7d509d1b7784dc2f27a823e5ba9e9cecde1946de (diff) |
Notes
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 14 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 6edd19c71cf7..807481496cee 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -6,13 +6,19 @@ # PORTNAME= dspam -PORTVERSION= 2.8.3 +PORTVERSION= 2.10.1 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ MAINTAINER= rob@debank.tv COMMENT= A server-side bayesian spam filter +OPTIONS= MYSQL "Use MySQL and not db4 as database" off \ + MAILDROP "Use Maildrop as local delivery agent" off \ + PROCMAIL "Use Procmail as local delivery agent" off \ + QMAIL "Play nice with Qmail mail server" off \ + ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off + USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes @@ -55,7 +61,11 @@ CONFIGURE_ARGS+= --with-local-delivery-agent='${LOCALBASE}/bin/procmail $u' CONFIGURE_ARGS+= --with-dspam-mode=4511 .endif -.if defined(ENABLE_SPAM_DELIVERY) +.if defined(WITH_SIGNATURE_LIFE) +CONFIGURE_ARGS+= --with-signature-life=${WITH_SIGNATURE_LIFE} +.endif + +.if defined(WITH_ENABLE_SPAM_DELIVERY) CONFIGURE_ARGS+= --enable-spam-delivery .endif diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index 295ccf75272d..4b2354dce500 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam-2.8.3.tar.gz) = 78cf275ccb7bc3697f275a8292f6c131 -SIZE (dspam-2.8.3.tar.gz) = 462004 +MD5 (dspam-2.10.1.tar.gz) = 7caa81f95850f20a6b314c7094508a55 +SIZE (dspam-2.10.1.tar.gz) = 482554 |