diff options
author | Thomas Morper <thomas@beingboiled.info> | 2013-02-22 05:15:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:28 -0600 |
commit | a217f69aca0e4a465aec8b80e739a3a51f972f95 (patch) | |
tree | e8f7c5eb137819c55b776678baccd79d4f150224 /perl/perl-HTTP-Proxy | |
parent | 09ad8508c4aa7aee39dd0cd689345c2aca070e80 (diff) | |
download | slackbuilds-a217f69aca0e4a465aec8b80e739a3a51f972f95.tar.gz |
perl/perl-HTTP-Proxy: Updated for version 0.26.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-HTTP-Proxy')
-rw-r--r-- | perl/perl-HTTP-Proxy/perl-HTTP-Proxy.SlackBuild | 5 | ||||
-rw-r--r-- | perl/perl-HTTP-Proxy/perl-HTTP-Proxy.info | 6 | ||||
-rw-r--r-- | perl/perl-HTTP-Proxy/slack-desc | 10 |
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) |