diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 20:10:41 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:44 -0600 |
commit | b01e3c2e7bbd67b72504ebb73078d58070d87399 (patch) | |
tree | 0c39c4f7afba5ef0ac7da87e90dd16613ee975b2 /perl/perl-LWP-Protocol-https | |
parent | 6da83769afd66a01e4b0bacf8be0e5b35ecc471d (diff) | |
download | slackbuilds-b01e3c2e7bbd67b72504ebb73078d58070d87399.tar.gz |
perl/perl-LWP-Protocol-https: Updated for version 6.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-LWP-Protocol-https')
-rw-r--r-- | perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | 8 | ||||
-rw-r--r-- | 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" |