diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2011-07-19 10:14:36 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:12 -0500 |
commit | c04f8e1cf0d7d88635b35348c595fd0a103cf7e7 (patch) | |
tree | 8a66f9c17bcc75123ae03c6f2f8cb9bdda7dc074 /perl/perl-test-warn | |
parent | 5d2fe40bf19ffb3a77ece62b61c46bc0aa1b4c98 (diff) | |
download | slackbuilds-c04f8e1cf0d7d88635b35348c595fd0a103cf7e7.tar.gz |
perl/perl-test-warn: Updated for version 0.23.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'perl/perl-test-warn')
-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 15d2b884b8..e8fc525663 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 d3d26d0723..b2236774f4 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" |