From b01e3c2e7bbd67b72504ebb73078d58070d87399 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 7 Nov 2013 20:10:41 +0700 Subject: [PATCH] perl/perl-LWP-Protocol-https: Updated for version 6.04. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- .../perl-LWP-Protocol-https.SlackBuild | 8 ++++---- perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.info | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild index d60de42f5a..588154b066 100644 --- a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild +++ b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-LWP-Protocol-https -VERSION=${VERSION:-6.03} +VERSION=${VERSION:-6.04} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,11 +51,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-LWP-Protocol-https/perl-LWP-Protocol-https.info b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.info index 8891b7721a..4edcea68d5 100644 --- a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.info +++ b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.info @@ -1,8 +1,8 @@ PRGNAM="perl-LWP-Protocol-https" -VERSION="6.03" -HOMEPAGE="http://search.cpan.org/dist/LWP-Protocol-https-6.03/lib/LWP/Protocol/https.pm" -DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.03.tar.gz" -MD5SUM="2a9341732172da290fe1b5af98a015a7" +VERSION="6.04" +HOMEPAGE="http://search.cpan.org/~gaas/LWP-Protocol-https/lib/LWP/Protocol/https.pm" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz" +MD5SUM="1b422a7d3b5fed1eb4d748fdc9fd79a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwww-perl perl-Mozilla-CA perl-IO-Socket-SSL"