Skip to content

Commit

Permalink
Updated p5-libwww to 6.19.
Browse files Browse the repository at this point in the history
6.19    2017-02-14
    - Call HTTP::Status constant functions without & (GH#110)
    - Make bin scripts use LWP's version and not maintain their own (PR #54)
    - Fix bug triggered in some cases of auth challenges not having a viable
      protocol (PR#111)
    - Remove usage of the 'vars' pragma (GH#113)
  • Loading branch information
wiz committed Feb 16, 2017
1 parent f70bc5a commit be10bfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions www/p5-libwww/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.100 2017/02/07 12:07:23 wiz Exp $
# $NetBSD: Makefile,v 1.101 2017/02/16 15:24:54 wiz Exp $

DISTNAME= libwww-perl-6.18
DISTNAME= libwww-perl-6.19
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
Expand Down Expand Up @@ -40,6 +40,9 @@ DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL

# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal

USE_LANGUAGES= # empty

PERL5_PACKLIST= auto/LWP/.packlist
Expand Down
10 changes: 5 additions & 5 deletions www/p5-libwww/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.47 2017/02/07 12:07:23 wiz Exp $
$NetBSD: distinfo,v 1.48 2017/02/16 15:24:54 wiz Exp $

SHA1 (libwww-perl-6.18.tar.gz) = 5eef8b143021950a4ed3a95e4895e0a710f5e4e7
RMD160 (libwww-perl-6.18.tar.gz) = 35b9fbdb87b713a8c943718fdb023340b44edc72
SHA512 (libwww-perl-6.18.tar.gz) = cc0856334d1e45f33dc67990c297b2e120454391f250879868e6b6caa00f73830c187548bc65621db57d8e271a92549d91bace309ba3df0f43d815decc05bbf4
Size (libwww-perl-6.18.tar.gz) = 141891 bytes
SHA1 (libwww-perl-6.19.tar.gz) = 165a53a9596dd6e2ebe6a5bd385fe8da06f48b3a
RMD160 (libwww-perl-6.19.tar.gz) = 9cf970f86dfadb8f1c5214d71c74d8af39a8883d
SHA512 (libwww-perl-6.19.tar.gz) = 86ada13c9af2117c994eeac9cadd262103cab3fc9eeef06a03af2bddde95e18918be04617c1c8e485169bd3cc487eee93ae8a91cf5e1b1506cd07b9e5b872316
Size (libwww-perl-6.19.tar.gz) = 141982 bytes

0 comments on commit be10bfd

Please sign in to comment.