diff options
author | krion <krion@FreeBSD.org> | 2004-03-23 16:38:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-23 16:38:02 +0800 |
commit | c50041bc8152a8df9f41bd9833413ebfbcd06269 (patch) | |
tree | 8f188af09c1ef66a8ca789fe7896335d0b1837c1 /mail | |
parent | 7bed98181fa0b0932faa72ef306e1491ec5dd8f6 (diff) | |
download | freebsd-ports-gnome-c50041bc8152a8df9f41bd9833413ebfbcd06269.tar.gz freebsd-ports-gnome-c50041bc8152a8df9f41bd9833413ebfbcd06269.tar.zst freebsd-ports-gnome-c50041bc8152a8df9f41bd9833413ebfbcd06269.zip |
- Update to version 2.10.1
- Add OPTIONS
PR: ports/64571
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 14 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/dspam/Makefile | 14 | ||||
-rw-r--r-- | mail/dspam/distinfo | 4 |
4 files changed, 28 insertions, 8 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 diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 6edd19c71cf7..807481496cee 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/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/distinfo b/mail/dspam/distinfo index 295ccf75272d..4b2354dce500 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/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 |