perl/perl-test-warn: Updated for version 0.23.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2011-07-19 10:14:36 -03:00 committed by Robby Workman
parent 5d2fe40bf1
commit c04f8e1cf0
2 changed files with 6 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-test-warn
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-test-warn
VERSION=${VERSION:-0.22}
VERSION=${VERSION:-0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,11 +70,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -exec gzip -9 {} \;
# Remove perllocal.pod and other special files that don't need to be installed,
# as they will overwrite what's already on the system
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
# Remove empty directories
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="perl-test-warn"
VERSION="0.22"
VERSION="0.23"
HOMEPAGE="http://search.cpan.org/dist/Test-Warn/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.22.tar.gz"
MD5SUM="bfff5f43097debdef0cbe9047bd38853"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-0.23.tar.gz"
MD5SUM="96e224cba15bf69b7513c08e70496457"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"
APPROVED="rworkman"
APPROVED="rworkman,Niels Horn"