diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-21 19:05:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:52:13 +0700 |
commit | e8a6662cdefb57f40ea655b6ec0f6e4fa6eb6ed1 (patch) | |
tree | 875968befd8ee02cee1f726ffffaaaaee4e45712 /perl | |
parent | 0a7f720399052fd07f09f9b6671068401a5ace18 (diff) | |
download | slackbuilds-e8a6662cdefb57f40ea655b6ec0f6e4fa6eb6ed1.tar.gz |
perl/perl-strictures: Updated for version 1.005004.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-strictures/perl-strictures.SlackBuild | 12 | ||||
-rw-r--r-- | perl/perl-strictures/perl-strictures.info | 8 |
2 files changed, 9 insertions, 11 deletions
diff --git a/perl/perl-strictures/perl-strictures.SlackBuild b/perl/perl-strictures/perl-strictures.SlackBuild index f6719af553..b5a30e65bc 100644 --- a/perl/perl-strictures/perl-strictures.SlackBuild +++ b/perl/perl-strictures/perl-strictures.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-strictures -# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org> +# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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-strictures -VERSION=${VERSION:-1.005002} +VERSION=${VERSION:-1.005004} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,8 +66,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $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 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 {} \; @@ -90,9 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - Changes README \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/perl/perl-strictures/perl-strictures.info b/perl/perl-strictures/perl-strictures.info index 86106641ca..a4e09c54ea 100644 --- a/perl/perl-strictures/perl-strictures.info +++ b/perl/perl-strictures/perl-strictures.info @@ -1,8 +1,8 @@ PRGNAM="perl-strictures" -VERSION="1.005002" -HOMEPAGE="http://search.cpan.org/~haarg/strictures-1.005002" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-1.005002.tar.gz" -MD5SUM="3003ab606c221b0f125496ee186c9f1c" +VERSION="1.005004" +HOMEPAGE="http://search.cpan.org/~haarg/strictures-1.005004" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-1.005004.tar.gz" +MD5SUM="1da9241286818e8d374fb9849d17a13d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |