perl/perl-MailTools: Updated for version 2.11.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
0dadcdc7a5
commit
8caaace229
|
@ -3,8 +3,8 @@
|
||||||
# Slackware Package Build Script for perl modules: MailTools
|
# Slackware Package Build Script for perl modules: MailTools
|
||||||
# Home Page http://search.cpan.org/dist/MailTools/
|
# Home Page http://search.cpan.org/dist/MailTools/
|
||||||
|
|
||||||
# Copyright (c) 2008-2012, Nishant Limbachia, Hoffman Estates, IL, USA
|
# Copyright (c) 2008-2013, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||||
# <nishant _AT_ mnspace _DOT_ net>
|
# (nishant _AT_ mnspace _DOT_ net)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -28,11 +28,11 @@
|
||||||
# Modified by the SlackBuilds.org project.
|
# Modified by the SlackBuilds.org project.
|
||||||
|
|
||||||
PRGNAM=perl-MailTools
|
PRGNAM=perl-MailTools
|
||||||
VERSION=${VERSION:-2.09}
|
VERSION=${VERSION:-2.11}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCNAM=$(echo $PRGNAM | cut -f2 -d-)
|
SRCNAM="$(printf $PRGNAM | cut -f2 -d-)"
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-MailTools"
|
PRGNAM="perl-MailTools"
|
||||||
VERSION="2.09"
|
VERSION="2.11"
|
||||||
HOMEPAGE="http://search.cpan.org/dist/MailTools/"
|
HOMEPAGE="http://search.cpan.org/dist/MailTools/"
|
||||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.09.tar.gz"
|
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.11.tar.gz"
|
||||||
MD5SUM="2ab874c4202d647e0fc58dd7cffb59f6"
|
MD5SUM="081af6119a7f231a2c24d2e18bb7dfbd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-TimeDate"
|
REQUIRES="perl-TimeDate"
|
||||||
|
|
|
@ -4,16 +4,15 @@
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# 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
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
perl-MailTools: perl-MailTools (MailTools)
|
perl-MailTools: perl-MailTools (MailTools)
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
perl-MailTools: MailTools is a set of Perl modules related
|
perl-MailTools: MailTools is a set of Perl modules related to mail applications.
|
||||||
perl-MailTools: to mail applications.
|
perl-MailTools:
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
|
perl-MailTools:
|
||||||
perl-MailTools: Homepage: http://search.cpan.org/dist/MailTools/
|
perl-MailTools: Homepage: http://search.cpan.org/dist/MailTools/
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
perl-MailTools:
|
perl-MailTools:
|
||||||
perl-MailTools:
|
|
||||||
|
|
Loading…
Reference in New Issue