perl/perl-MIME-Lite: Updated for version 3.030.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-07 20:18:19 +07:00 committed by Robby Workman
parent 7c99041c91
commit 0cad4220de
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
SRCNAM=MIME-Lite
PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-3.027}
VERSION=${VERSION:-3.030}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,11 +63,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Disable suggested dependencies of this package
echo "n" | perl Makefile.PL \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-MIME-Lite"
VERSION="3.027"
HOMEPAGE="http://search.cpan.org/~rjbs/MIME-Lite-3.027/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-3.027.tar.gz"
MD5SUM="e857febd66c45f2a5919b031fbe70aa7"
VERSION="3.030"
HOMEPAGE="http://search.cpan.org/~rjbs/MIME-Lite-3.030/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-3.030.tar.gz"
MD5SUM="5a6d90329e049eee77248d667343acc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Email-Date-Format"