diff options
-rw-r--r-- | perl/perl-test-warn/perl-test-warn.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-test-warn/perl-test-warn.info | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/perl/perl-test-warn/perl-test-warn.SlackBuild b/perl/perl-test-warn/perl-test-warn.SlackBuild index 15d2b884b8a0..e8fc52566383 100644 --- a/perl/perl-test-warn/perl-test-warn.SlackBuild +++ b/perl/perl-test-warn/perl-test-warn.SlackBuild @@ -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 diff --git a/perl/perl-test-warn/perl-test-warn.info b/perl/perl-test-warn/perl-test-warn.info index d3d26d072317..b2236774f41a 100644 --- a/perl/perl-test-warn/perl-test-warn.info +++ b/perl/perl-test-warn/perl-test-warn.info @@ -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" |