summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-03-08 14:22:38 +0000
committerwen <wen@pkgsrc.org>2013-03-08 14:22:38 +0000
commit1cb0aa7e7a7b59f5a87f79083fc9e8c01e63877b (patch)
treec73ed3c95e5eb2e11c5a6f7cda5777465418cf19 /www
parent2d0c75f6df2abac763998c41feb056dcf7258375 (diff)
downloadpkgsrc-1cb0aa7e7a7b59f5a87f79083fc9e8c01e63877b.tar.gz
Update to 0.028
Upstream changes: 0.028 2013-03-05 14:11:57 America/New_York [SUPPORT] - Fix repository/issue links to reflect proper repo name 0.027 2013-03-05 12:02:58 America/New_York [SUPPORT] - Changed metadata to point to the chansen github repository for code and issues [DOCUMENTATION] - Added hyperlink for HTTP::CookieJar 0.026 2013-03-04 22:53:39 America/New_York [ADDED] - Added cookie support if an HTTP::CookieJar object is provided in the 'cookie_jar' attribute [Edward Zborowski] 0.025 2012-12-26 12:09:43 America/New_York [ADDED] - Agent string appends default if it ends in a space, just like LWP [Chris Weyl] 0.024 2012-10-09 20:44:53 America/New_York [ADDED] - SSL connections now auto-retry I/O after SSL renegotiation [Alan Gardner] [FIXED] - User-specified CA bundles take precedence over Mozilla::CA [Alan Gardner] [PREREQS] - SSL support now requires Net::SSLeay 1.49 or greater to support auto-retry [Mike Doherty] - Downgraded IO::Socket::SSL and related prereqs to 'suggests' again 0.023 2012-09-19 09:55:46 America/New_York [PREREQS] - IO::Socket::SSL and related prereqs changed to 'required' for dev release to get better failure diagnostics from CPAN Testers [TESTING] - Skip live SSL testing unless IO::Socket::SSL 1.56+ installed
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Tiny/Makefile9
-rw-r--r--www/p5-HTTP-Tiny/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile
index fac6977f13f..e3481794e4b 100644
--- a/www/p5-HTTP-Tiny/Makefile
+++ b/www/p5-HTTP-Tiny/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/10/28 06:30:43 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/03/08 14:22:38 wen Exp $
#
-DISTNAME= HTTP-Tiny-0.022
+DISTNAME= HTTP-Tiny-0.028
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
@@ -12,6 +11,10 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/
COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client
LICENSE= ${PERL5_LICENSE}
+# used for test
+DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-Mozilla-CA>=0:../../security/p5-Mozilla-CA
+
PERL5_PACKLIST= auto/HTTP/Tiny/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo
index 1fcea6097ee..dc6e0969eb0 100644
--- a/www/p5-HTTP-Tiny/distinfo
+++ b/www/p5-HTTP-Tiny/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/08/31 00:55:26 wen Exp $
+$NetBSD: distinfo,v 1.3 2013/03/08 14:22:38 wen Exp $
-SHA1 (HTTP-Tiny-0.022.tar.gz) = bc7c59748a977dd885f802d448bd217c8496fd08
-RMD160 (HTTP-Tiny-0.022.tar.gz) = 1614109ca42642d0b7c60dceb253559e0c917da4
-Size (HTTP-Tiny-0.022.tar.gz) = 42501 bytes
+SHA1 (HTTP-Tiny-0.028.tar.gz) = b7ef0cac26a8af27540c44fad977a6c595c48eb5
+RMD160 (HTTP-Tiny-0.028.tar.gz) = 5e96c622a43775f9c95d791f8239eb477d7c39a6
+Size (HTTP-Tiny-0.028.tar.gz) = 45940 bytes