diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-26 02:04:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-26 02:04:44 +0700 |
commit | ab588f4265be6752e8266e3b260be49933d997cb (patch) | |
tree | 6b5f0b648b5da0b5f9112a3dd35b718ef583ffcd /perl | |
parent | e6d2d0ac91a455d2f89eac78a899597be4a99bd4 (diff) |
perl/perl-Test-Deep: Updated for version 0.115.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | 13 | ||||
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.info | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild index 5979182eac6d..53c4e1158041 100644 --- a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild +++ b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild @@ -27,7 +27,7 @@ PRGNAM="perl-Test-Deep" -VERSION=${VERSION:-0.110} +VERSION=${VERSION:-0.115} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp} set -e -DOCS="CHANGES README" +DOCS="Changes README" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -71,11 +71,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $TMP/$SRCNAM-$VERSION chown -R root.root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \ diff --git a/perl/perl-Test-Deep/perl-Test-Deep.info b/perl/perl-Test-Deep/perl-Test-Deep.info index 59e8da337576..6bb2792ee515 100644 --- a/perl/perl-Test-Deep/perl-Test-Deep.info +++ b/perl/perl-Test-Deep/perl-Test-Deep.info @@ -1,8 +1,8 @@ PRGNAM="perl-Test-Deep" -VERSION="0.110" +VERSION="0.115" HOMEPAGE="https://metacpan.org/pod/Test::Deep" -DOWNLOAD="http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-0.110.tar.gz" -MD5SUM="a5daeaaffcd8cf94a12594ff76970045" +DOWNLOAD="http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-0.115.tar.gz" +MD5SUM="63bf86f7cddb09320c846acb1a1ec263" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Test-NoWarnings" |