From e32bead31730cc06849b6212ff221997ca07acb8 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 18 Jul 2015 23:23:06 +0200 Subject: mail/spamassassin: version 3.4.1 --- mail/spamassassin/DEPENDS | 59 +++++++++++++++++---- mail/spamassassin/DETAILS | 7 +-- mail/spamassassin/HISTORY | 3 ++ .../Mail-SpamAssassin-3.2.5.tar.bz2.sig | Bin 287 -> 0 bytes 4 files changed, 56 insertions(+), 13 deletions(-) delete mode 100644 mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sig 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 + * DETAILS, DEPENDS: version 3.4.1 + 2014-08-19 Treeve Jelbert * 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 Binary files a/mail/spamassassin/Mail-SpamAssassin-3.2.5.tar.bz2.sig and /dev/null differ -- cgit v1.2.3