diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 18:10:45 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:43 -0600 |
commit | dc378d5d16f322ee6a734cb96ad40bf78d6014e7 (patch) | |
tree | fdf8eba22f2130fd5bb5aa75f8d62aa53a8d100a | |
parent | b8044ddbbd042c125a9f60db05f127a65e2817d1 (diff) |
perl/perl-HTTP-Cache-Transparent: Updated for version 1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.SlackBuild b/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.SlackBuild index c6de78a879f3..f0e7bc84b0b1 100644 --- a/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.SlackBuild +++ b/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-HTTP-Cache-Transparent -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,11 +68,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-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.info b/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.info index 1987febc671a..26d9b44ad12a 100644 --- a/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.info +++ b/perl/perl-HTTP-Cache-Transparent/perl-HTTP-Cache-Transparent.info @@ -1,8 +1,8 @@ PRGNAM="perl-HTTP-Cache-Transparent" -VERSION="1.0" -HOMEPAGE="http://search.cpan.org/~mattiash/HTTP-Cache-Transparent-1.0/" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-1.0.tar.gz" -MD5SUM="e198345ce8eee2562c807e84d65e3b4f" +VERSION="1.1" +HOMEPAGE="http://search.cpan.org/~mattiash/HTTP-Cache-Transparent-1.1/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-1.1.tar.gz" +MD5SUM="302dc2d6400ccf7e7d6c0ed45a0efc13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwww-perl" diff --git a/perl/perl-HTTP-Cache-Transparent/slack-desc b/perl/perl-HTTP-Cache-Transparent/slack-desc index e30a0cd8e9de..98dc71583aac 100644 --- a/perl/perl-HTTP-Cache-Transparent/slack-desc +++ b/perl/perl-HTTP-Cache-Transparent/slack-desc @@ -11,7 +11,7 @@ perl-HTTP-Cache-Transparent: perl-HTTP-Cache-Transparent: Cache the result of http get-requests persistently perl-HTTP-Cache-Transparent: perl-HTTP-Cache-Transparent: -perl-HTTP-Cache-Transparent: Homepage: http://search.cpan.org/~mattiash/HTTP-Cache-Transparent-1.0 +perl-HTTP-Cache-Transparent: Homepage: http://search.cpan.org/~mattiash/HTTP-Cache-Transparent-1.1 perl-HTTP-Cache-Transparent: perl-HTTP-Cache-Transparent: perl-HTTP-Cache-Transparent: |