diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 20:56:13 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:36 -0600 |
commit | 2f247f4f0d29edf080866e42352d53de8e97d6f5 (patch) | |
tree | 98d8b92865a7439b1797c965f4f0701fb266fa59 /perl/perl-Sys-Syscall | |
parent | 181b2c32f215af426000b5ca33dee8a228beff95 (diff) |
perl/perl-Sys-Syscall: Updated for version 0.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sys-Syscall')
-rw-r--r-- | perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild | 8 | ||||
-rw-r--r-- | perl/perl-Sys-Syscall/perl-Sys-Syscall.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild index c27e67f82489..a3f31c58e6b3 100644 --- a/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild +++ b/perl/perl-Sys-Syscall/perl-Sys-Syscall.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sys-Syscall -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +52,11 @@ rm -rf $SRC_PRGNAM-$VERSION tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz cd $SRC_PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL INSTALLDIRS=perl make diff --git a/perl/perl-Sys-Syscall/perl-Sys-Syscall.info b/perl/perl-Sys-Syscall/perl-Sys-Syscall.info index d0d28b62151e..bf4cab8976ac 100644 --- a/perl/perl-Sys-Syscall/perl-Sys-Syscall.info +++ b/perl/perl-Sys-Syscall/perl-Sys-Syscall.info @@ -1,8 +1,8 @@ PRGNAM="perl-Sys-Syscall" -VERSION="0.23" +VERSION="0.25" HOMEPAGE="http://search.cpan.org/dist/Sys-Syscall/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-0.23.tar.gz" -MD5SUM="be6dc2d791684a6f8abb3dd39ff2d1de" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/Sys-Syscall-0.25.tar.gz" +MD5SUM="720a9ec5f67f867814a9011b2a725763" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |