summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Thomas Morper2013-02-22 11:15:58 +0100
committer Robby Workman2013-02-23 05:27:28 +0100
commita217f69aca0e4a465aec8b80e739a3a51f972f95 (patch)
treee8f7c5eb137819c55b776678baccd79d4f150224 /perl
parent09ad8508c4aa7aee39dd0cd689345c2aca070e80 (diff)
downloadslackbuilds-a217f69aca0e4a465aec8b80e739a3a51f972f95.tar.gz
perl/perl-HTTP-Proxy: Updated for version 0.26.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild5
-rw-r--r--perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info6
-rw-r--r--perl/perl-HTTP-Proxy/slack-desc10
3 files changed, 9 insertions, 12 deletions
diff --git a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
index d73c045ae0..848baca1e9 100644
--- a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
+++ b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild
@@ -4,7 +4,7 @@
# Written by Thomas Morper <thomas@beingboiled.info>
PRGNAM=perl-HTTP-Proxy
-VERSION=${VERSION:-0.25}
+VERSION=${VERSION:-0.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -38,9 +38,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Pod coverage test fails, disable it for now.
-mv t/02pod-coverage.t t/02pod-coverage.t.disable
-
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
diff --git a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info
index 06a3f54e76..807c9e614b 100644
--- a/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info
+++ b/perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info
@@ -1,8 +1,8 @@
PRGNAM="perl-HTTP-Proxy"
-VERSION="0.25"
+VERSION="0.26"
HOMEPAGE="http://search.cpan.org/~book/HTTP-Proxy/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/HTTP-Proxy-0.25.tar.gz"
-MD5SUM="5f5cce8a40fbc887121b9a94ad0fd265"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/HTTP-Proxy-0.26.tar.gz"
+MD5SUM="a1d40cd475dc6e9f7d6c05cec6dd889e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libwww-perl"
diff --git a/perl/perl-HTTP-Proxy/slack-desc b/perl/perl-HTTP-Proxy/slack-desc
index b56dc1c3d0..489a7d7019 100644
--- a/perl/perl-HTTP-Proxy/slack-desc
+++ b/perl/perl-HTTP-Proxy/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-HTTP-Proxy: perl-HTTP-Proxy (a pure Perl HTTP proxy)