summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmail/spamassassin/DEPENDS59
-rwxr-xr-xmail/spamassassin/DETAILS7
-rw-r--r--mail/spamassassin/HISTORY3
-rw-r--r--mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sigbin287 -> 0 bytes
4 files changed, 56 insertions, 13 deletions
diff --git a/mail/spamassassin/DEPENDS b/mail/spamassassin/DEPENDS
index 7b72db1459..8cc13616fa 100755
--- a/mail/spamassassin/DEPENDS
+++ b/mail/spamassassin/DEPENDS
@@ -1,12 +1,12 @@
-depends perl &&
-depends html-parser &&
-depends digest-sha1 &&
-depends net-dns &&
-
-if [ "$MAILSPAM_SSL" = "y" ]; then
- depends SSL &&
- depends io-socket-ssl
-fi &&
+depends perl &&
+depends html-parser &&
+depends digest-sha1 &&
+depends net-dns &&
+depends netaddr-ip &&
+depends mail-dkim &&
+depends html-parser &&
+depends SSL &&
+depends io-socket-ssl &&
optional_depends db_file \
"" \
@@ -21,4 +21,43 @@ optional_depends storable \
optional_depends razor-agents \
"" \
"" \
- "Allow RBL spam tests"
+ "Allow RBL spam tests" &&
+
+optional_depends geo-ip \
+ "" \
+ "" \
+ "for Geo IP support" &&
+
+optional_depends net-cidr-lite \
+ "" \
+ "" \
+ "for CIDR support" &&
+
+optional_depends gnupg \
+ "" \
+ "" \
+ "for online rule update support" &&
+
+if is_depends_enabled $SPELL gnupg; then
+ depends DOWNLOADER
+fi &&
+
+optional_depends net-patricia \
+ "" \
+ "" \
+ "for fast IP lookups" &&
+
+optional_depends io-socket-inet6 \
+ "" \
+ "" \
+ "for IPv6 support" &&
+
+optional_depends mail-spf \
+ "" \
+ "" \
+ "for sender policy framework support" &&
+
+optional_depends encode-detect-detector \
+ "" \
+ "" \
+ "for automatic detection of encoding"
diff --git a/mail/spamassassin/DETAILS b/mail/spamassassin/DETAILS
index 30c951e8cd..4afb300b43 100755
--- a/mail/spamassassin/DETAILS
+++ b/mail/spamassassin/DETAILS
@@ -1,9 +1,10 @@
SPELL=spamassassin
- VERSION=3.2.5
+ VERSION=3.4.1
SOURCE=Mail-SpamAssassin-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Mail-SpamAssassin-$VERSION
- SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE_URL[0]=http://www.apache.org/dist/$SPELL/source/$SOURCE
+ SOURCE_HASH=sha512:91d50e2ce6520e3e1c7bc66da133a0815be34ced15e26b6e6c17af5a03d5c62f41d8086f25f65084d6634497148cf5439977d7d4a44d7c3e307535beac6629af
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://spamassassin.apache.org/
ENTERED=20020313
LICENSE[0]=APACHE
diff --git a/mail/spamassassin/HISTORY b/mail/spamassassin/HISTORY
index 0db103bdfe..5d25b698c7 100644
--- a/mail/spamassassin/HISTORY
+++ b/mail/spamassassin/HISTORY
@@ -1,3 +1,6 @@
+2015-07-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS: version 3.4.1
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL
diff --git a/mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sig b/mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sig
deleted file mode 100644
index 0739163acd..0000000000
--- a/mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sig
+++ /dev/null
Binary files differ