perl/perl-Mail-DKIM: Updated for version 0.40.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2013-04-23 20:48:01 -04:00 committed by Niels Horn
parent af6d3fbd66
commit f6d49bbee0
3 changed files with 13 additions and 15 deletions

View File

@ -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

View File

@ -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"

View File

@ -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/