diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-22 11:13:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-23 10:47:07 +0700 |
commit | eeab0c75cb773920508df0f45d5a39dc8683da8d (patch) | |
tree | 95e08dd46c0ae44ff5dcb22ed8aa9488237a0df1 /perl | |
parent | ecb501ec668b8740e83481aa6e03acbfaa33b565 (diff) | |
download | slackbuilds-eeab0c75cb773920508df0f45d5a39dc8683da8d.tar.gz |
perl/perl-Sub-Exporter-Progressive: Updated for version 0.001013.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild | 10 | ||||
-rw-r--r-- | perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild index b597ffbfa9..e6da51d164 100644 --- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild +++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for perl-Sub-Exporter-Progressive # Copyright 2015 Glenn Becker <glenn.becker@gmail.com> +# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sub-Exporter-Progressive -VERSION=${VERSION:-0.001011} +VERSION=${VERSION:-0.001013} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,14 +67,15 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN3DIR=/usr/man/man3 make make test diff --git a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info index 5db7d7a9be..93a0a5d274 100644 --- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info +++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info @@ -1,10 +1,10 @@ PRGNAM="perl-Sub-Exporter-Progressive" -VERSION="0.001011" +VERSION="0.001013" HOMEPAGE="https://metacpan.org/pod/Sub::Exporter::Progressive" -DOWNLOAD="https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz" -MD5SUM="bb50b3ba1538902b197c04818a84230a" +DOWNLOAD="https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz" +MD5SUM="72cf6acdd2a0a8b105821a4db98e4ebe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere.com" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" |