diff options
author | pav <pav@FreeBSD.org> | 2004-04-06 02:42:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-06 02:42:17 +0800 |
commit | eb30756dd2c346e7135c5bedc4b2e3eb74c03d73 (patch) | |
tree | e891f1a6f62928e8494ca3b0c5163a9f43733295 /mail/dspam-devel | |
parent | 7a069b176bbb2d88ba7b145bbc1225aa5423c93e (diff) | |
download | freebsd-ports-gnome-eb30756dd2c346e7135c5bedc4b2e3eb74c03d73.tar.gz freebsd-ports-gnome-eb30756dd2c346e7135c5bedc4b2e3eb74c03d73.tar.zst freebsd-ports-gnome-eb30756dd2c346e7135c5bedc4b2e3eb74c03d73.zip |
- Update to 2.10.3
- New knobs: SIGNATURE_HEADERS, WHITELIST
PR: ports/65131
Submitted by: Talal Al-Dik <tad@vif.com>
This patch by: <rob@debank.tv> (maintainer)
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 9be779410391..353130eff7bf 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dspam -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.3 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ @@ -17,7 +17,9 @@ 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 + ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off \ + SIGNATURE_HEADERS "Put signatures in the header" off \ + WHITELIST "Automatic whitelisting of ham" off USE_LIBTOOL_VER=13 USE_REINPLACE= yes @@ -71,6 +73,14 @@ CONFIGURE_ARGS+= --with-signature-life=${WITH_SIGNATURE_LIFE} CONFIGURE_ARGS+= --enable-spam-delivery .endif +.if defined(WITH_SIGNATURE_HEADERS) +CONFIGURE_ARGS+= --enable-signature-headers +.endif + +.if defined(WITH_WHITELIST) +CONFIGURE_ARGS+= --enable-whitelist +.endif + DOCS= CHANGE README post-patch: diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index 4b2354dce500..0dd5c9f0ebf6 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam-2.10.1.tar.gz) = 7caa81f95850f20a6b314c7094508a55 -SIZE (dspam-2.10.1.tar.gz) = 482554 +MD5 (dspam-2.10.3.tar.gz) = 9ae2d1b21bc54807454c76f0e444717d +SIZE (dspam-2.10.3.tar.gz) = 485053 |