diff options
Diffstat (limited to 'network/spamassassin')
-rw-r--r-- | network/spamassassin/spamassassin.SlackBuild | 14 | ||||
-rw-r--r-- | network/spamassassin/spamassassin.info | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/network/spamassassin/spamassassin.SlackBuild b/network/spamassassin/spamassassin.SlackBuild index 148dff6280..814f6b1115 100644 --- a/network/spamassassin/spamassassin.SlackBuild +++ b/network/spamassassin/spamassassin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spamassassin -# Copyright 2008-2014 LukenShiro, Italy +# Copyright 2008-2015 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ # spamassassin database, and most of spamassassin dependencies' scripts. PRGNAM=spamassassin -VERSION=${VERSION:-3.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.4.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,13 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# patch for bug in DnsResolver.pm (thanks to Edgars for pointing it out) -# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7057 -cd lib -patch -p0 < $CWD/patch-dnsresolver_3.4.0.diff -cd .. - -echo "y" | perl Makefile.PL \ +perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ INSTALLVENDORMAN1DIR=/usr/man/man1 \ diff --git a/network/spamassassin/spamassassin.info b/network/spamassassin/spamassassin.info index 5a3de16984..ad427e451f 100644 --- a/network/spamassassin/spamassassin.info +++ b/network/spamassassin/spamassassin.info @@ -1,8 +1,8 @@ PRGNAM="spamassassin" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="http://spamassassin.apache.org/" -DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.0.tar.bz2" -MD5SUM="46e99adc0affebbe5f3524b4834e0345" +DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.1.tar.bz2" +MD5SUM="0db5d27d7b782ff5eadee12b95eae84c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwww-perl perl-Crypt-OpenSSL-Bignum perl-Encode-Detect perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-IP-Country perl-Image-Info perl-Mail-DKIM perl-Mail-SPF perl-Net-Ident perl-Net-Server pyzor re2c" |