diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-08 23:28:44 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:28 -0600 |
commit | b02bc7bf636e572eb91bf5da2629ad0818e021aa (patch) | |
tree | 4c2b099096a1c3bb18b4915946fa932093191b3e /perl/perl-Text-Autoformat | |
parent | 0ef37a74873105b3882678a69347db7bc7d2fa1b (diff) |
perl/perl-Text-Autoformat: Updated for version 1.669004.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Autoformat')
-rw-r--r-- | perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild | 10 | ||||
-rw-r--r-- | perl/perl-Text-Autoformat/perl-Text-Autoformat.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild index bf87bac6390c..b0536591c2f7 100644 --- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild +++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild @@ -5,16 +5,14 @@ SRCNAM=Text-Autoformat PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-1.669002} +VERSION=${VERSION:-1.669004} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -33,11 +31,11 @@ rm -rf $PRGNAM-$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-Text-Autoformat/perl-Text-Autoformat.info b/perl/perl-Text-Autoformat/perl-Text-Autoformat.info index ea5b0ae3db4b..854ab449f745 100644 --- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.info +++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.info @@ -1,8 +1,8 @@ PRGNAM="perl-Text-Autoformat" -VERSION="1.669002" +VERSION="1.669004" HOMEPAGE="http://search.cpan.org/dist/Text-Autoformat/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-1.669002.tar.gz" -MD5SUM="c2c400207f49a769e32b5b1b660b07f7" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-1.669004.tar.gz" +MD5SUM="7a7881ca625fa71e551c1f43910f2865" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Text-Reform" |