summaryrefslogtreecommitdiffstats
path: root/perl/perl-Mail-DKIM
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2013-04-23 20:48:01 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-28 12:29:22 -0300
commitf6d49bbee0abafebc60f089535a20ffcf60ddf68 (patch)
treec20e61cdddc502cb5de277f529f2a15df6e24f1b /perl/perl-Mail-DKIM
parentaf6d3fbd66b2244c744ddc649d9857adb08bd764 (diff)
downloadslackbuilds-f6d49bbee0abafebc60f089535a20ffcf60ddf68.tar.gz
slackbuilds-f6d49bbee0abafebc60f089535a20ffcf60ddf68.tar.xz
perl/perl-Mail-DKIM: Updated for version 0.40.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Mail-DKIM')
-rw-r--r--perl/perl-Mail-DKIM/perl-Mail-DKIM.SlackBuild10
-rw-r--r--perl/perl-Mail-DKIM/perl-Mail-DKIM.info6
-rw-r--r--perl/perl-Mail-DKIM/slack-desc12
3 files changed, 13 insertions, 15 deletions
diff --git a/perl/perl-Mail-DKIM/perl-Mail-DKIM.SlackBuild b/perl/perl-Mail-DKIM/perl-Mail-DKIM.SlackBuild
index 7611340d67..54a54a7cfc 100644
--- a/perl/perl-Mail-DKIM/perl-Mail-DKIM.SlackBuild
+++ b/perl/perl-Mail-DKIM/perl-Mail-DKIM.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Mail::DKIM
# Home Page http://search.cpan.org/dist/Mail-DKIM/
-# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA
+# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# All rights reserved.
#
@@ -25,19 +25,17 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=perl-Mail-DKIM
-VERSION=${VERSION:-0.39}
+PRGNAM="perl-Mail-DKIM"
+VERSION=${VERSION:-0.40}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=Mail-DKIM
+SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/perl/perl-Mail-DKIM/perl-Mail-DKIM.info b/perl/perl-Mail-DKIM/perl-Mail-DKIM.info
index 5b476a5a86..cc877ff7ef 100644
--- a/perl/perl-Mail-DKIM/perl-Mail-DKIM.info
+++ b/perl/perl-Mail-DKIM/perl-Mail-DKIM.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Mail-DKIM"
-VERSION="0.39"
+VERSION="0.40"
HOMEPAGE="http://search.cpan.org/dist/Mail-DKIM/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/Mail-DKIM-0.39.tar.gz"
-MD5SUM="0b62c91f855f47e818d96680746572ca"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG/Mail-DKIM-0.40.tar.gz"
+MD5SUM="9ceb8a0397aff83928e7a9760b1b190f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Crypt-OpenSSL-RSA perl-MailTools perl-net-dns"
diff --git a/perl/perl-Mail-DKIM/slack-desc b/perl/perl-Mail-DKIM/slack-desc
index bc2073060b..f18ef2e3d1 100644
--- a/perl/perl-Mail-DKIM/slack-desc
+++ b/perl/perl-Mail-DKIM/slack-desc
@@ -1,14 +1,14 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-Mail-DKIM: perl-Mail-DKIM (Mail::DKIM)
perl-Mail-DKIM:
-perl-Mail-DKIM: perl-Mail-DKIM - Signs/verifies Internet mail with
+perl-Mail-DKIM: perl-Mail-DKIM - Signs/verifies Internet mail with
perl-Mail-DKIM: DKIM/DomainKey signatures.
perl-Mail-DKIM:
perl-Mail-DKIM: Homepage: http://search.cpan.org/dist/Mail-DKIM/