diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 15:24:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-28 15:24:20 +0800 |
commit | c841e474208c135468782bbda6ede0511e7c17ac (patch) | |
tree | 4f808926bb1a5a379b9f10f09014b5e2a8858537 | |
parent | d2071fd5edc25a012fc7e0f3b3ccc941df186fc6 (diff) | |
download | marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar.gz marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar.bz2 marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar.lz marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar.xz marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.tar.zst marcuscom-ports-c841e474208c135468782bbda6ede0511e7c17ac.zip |
Enable bogofilter spam filtering by default. It is lighter then spamassissin
and we really want a spam filter by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19703 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8425ebc6f..739897af5 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -4,7 +4,7 @@ PORTNAME= evolution PORTVERSION= 3.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -62,7 +62,7 @@ PLIST_SUB= VERSION=${EVO_VERSION} \ PORTVERSION=2.12 OPTIONS_DEFINE= LDAP WEATHER CANBERRA PST -OPTIONS_DEFAULT=LDAP WEATHER CANBERRA +OPTIONS_DEFAULT=LDAP WEATHER CANBERRA BOGOFILTER OPTIONS_GROUP= SPAM OPTIONS_GROUP_SPAM=SPAMASSASSIN BOGOFILTER |