diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-08 21:52:01 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:27 -0600 |
commit | efb0355224f490cd0fb21ff46aff1faf09a1043e (patch) | |
tree | 82e6be6b8d7c6d94708402c073de59683160047a /perl/perl-Sub-Exporter-Progressive | |
parent | c50a02bf812167482c1140bf53e131fee0788512 (diff) | |
download | slackbuilds-efb0355224f490cd0fb21ff46aff1faf09a1043e.tar.gz |
perl/perl-Sub-Exporter-Progressive: Updated for version 0.001011.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sub-Exporter-Progressive')
3 files changed, 9 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 e7a30caf0e..826ae82ba6 100644 --- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild +++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sub-Exporter-Progressive -VERSION=${VERSION:-0.001006} +VERSION=${VERSION:-0.001011} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,11 +65,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 \ PREFIX=/usr \ 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 ca2075a98f..18f3621469 100644 --- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info +++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.info @@ -1,8 +1,8 @@ PRGNAM="perl-Sub-Exporter-Progressive" -VERSION="0.001006" -HOMEPAGE="http://search.cpan.org/~leont/Sub-Exporter-Progressive-0.001006/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Sub-Exporter-Progressive-0.001006.tar.gz" -MD5SUM="381704c10802bbbf13e8e99d7ddccfbe" +VERSION="0.001011" +HOMEPAGE="http://search.cpan.org/~leont/Sub-Exporter-Progressive-0.001011/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Sub-Exporter-Progressive-0.001011.tar.gz" +MD5SUM="bb50b3ba1538902b197c04818a84230a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/perl/perl-Sub-Exporter-Progressive/slack-desc b/perl/perl-Sub-Exporter-Progressive/slack-desc index 4cec697154..dd69ff3a69 100644 --- a/perl/perl-Sub-Exporter-Progressive/slack-desc +++ b/perl/perl-Sub-Exporter-Progressive/slack-desc @@ -16,4 +16,4 @@ perl-Sub-Exporter-Progressive: Sub::Exporter if your users try to use Sub::Expor perl-Sub-Exporter-Progressive: features, like renaming exports, if they try to use them. perl-Sub-Exporter-Progressive: perl-Sub-Exporter-Progressive: -perl-Sub-Exporter-Progressive: http://search.cpan.org/~leont/Sub-Exporter-Progressive-0.001006/ +perl-Sub-Exporter-Progressive: http://search.cpan.org/~leont/Sub-Exporter-Progressive-0.001011/ |