network/perl-MailTools: Updated for version 2.06.

This commit is contained in:
Nishant Limbachia 2010-04-24 04:29:29 -05:00 committed by Erik Hanson
parent 99d1a5cb0d
commit 9bf0727126
2 changed files with 10 additions and 10 deletions

View file

@ -3,13 +3,13 @@
# Slackware Package Build Script for perl modules: MailTools
# Home Page http://search.cpan.org/dist/MailTools/
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net)
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# 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
# permitted provided that the following conditions are met:
# 1. Redistributions of script must retain the above copyright notice,
# 1. Redistributions of script must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
@ -28,7 +28,7 @@
SRCNAM=MailTools
PRGNAM=perl-MailTools
VERSION=2.05
VERSION=2.06
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ find $PKG -depth -type d -empty -exec rm -rf {} \;
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
)
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,10 +1,10 @@
PRGNAM="perl-MailTools"
VERSION="2.05"
HOMEPAGE="http://search.cpan.org/~markov/MailTools-2.05/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.05.tar.gz"
MD5SUM="86a51c5a81a55e555c7a84dfdf6ab270"
VERSION="2.06"
HOMEPAGE="http://search.cpan.org/dist/MailTools/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-2.06.tar.gz"
MD5SUM="3f90297c7f566cc0cc9c89ee47906abf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="dsomero"
APPROVED="Erik Hanson"