From b02bc7bf636e572eb91bf5da2629ad0818e021aa Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 8 Nov 2013 23:28:44 +0700 Subject: perl/perl-Text-Autoformat: Updated for version 1.669004. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild | 10 ++++------ 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 bf87bac639..b0536591c2 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 ea5b0ae3db..854ab449f7 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" -- cgit v1.2.3