Received: by mail.netbsd.org (Postfix, from userid 605) id BAC6F84D6C; Sat, 20 Oct 2018 10:08:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B79E784D02 for ; Sat, 20 Oct 2018 10:08:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Uxftx-cjM1em for ; Sat, 20 Oct 2018 10:08:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0644384C81 for ; Sat, 20 Oct 2018 10:08:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1CEEFBEE; Sat, 20 Oct 2018 10:08:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540030137296320" MIME-Version: 1.0 Date: Sat, 20 Oct 2018 10:08:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-libwww To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181020100857.F1CEEFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540030137296320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 20 10:08:57 UTC 2018 Modified Files: pkgsrc/www/p5-libwww: Makefile distinfo Log Message: Update to 6.36 Upstream changes: 6.36 2018-10-10 02:20:58Z - fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod header (thanks for the report, traumschule!) To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pkgsrc/www/p5-libwww/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/p5-libwww/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540030137296320 Content-Disposition: inline Content-Length: 1696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-libwww/Makefile diff -u pkgsrc/www/p5-libwww/Makefile:1.117 pkgsrc/www/p5-libwww/Makefile:1.118 --- pkgsrc/www/p5-libwww/Makefile:1.117 Wed Aug 22 09:47:57 2018 +++ pkgsrc/www/p5-libwww/Makefile Sat Oct 20 10:08:57 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.117 2018/08/22 09:47:57 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2018/10/20 10:08:57 wen Exp $ -DISTNAME= libwww-perl-6.35 +DISTNAME= libwww-perl-6.36 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} Index: pkgsrc/www/p5-libwww/distinfo diff -u pkgsrc/www/p5-libwww/distinfo:1.61 pkgsrc/www/p5-libwww/distinfo:1.62 --- pkgsrc/www/p5-libwww/distinfo:1.61 Fri Jul 20 03:26:40 2018 +++ pkgsrc/www/p5-libwww/distinfo Sat Oct 20 10:08:57 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.61 2018/07/20 03:26:40 wen Exp $ +$NetBSD: distinfo,v 1.62 2018/10/20 10:08:57 wen Exp $ -SHA1 (libwww-perl-6.35.tar.gz) = 83179c9906d6b81dc23784cfcf87e6e14c0c73e6 -RMD160 (libwww-perl-6.35.tar.gz) = fb29e163112700acca4794cb529872f10f1f6af7 -SHA512 (libwww-perl-6.35.tar.gz) = db7eea57fc85f80f351c3556f0747cf94100b5cd75a6fdd76006f6ada5c7087143660f724db70f3e5fe45f53cabce2dcbaece985551e74f546f71cd7d6d27e7a -Size (libwww-perl-6.35.tar.gz) = 167508 bytes +SHA1 (libwww-perl-6.36.tar.gz) = c91d2a1271741fed97ea6f504df4950f818b0a0d +RMD160 (libwww-perl-6.36.tar.gz) = f137c794cd20e492ba1caf6e847de3f7003724a7 +SHA512 (libwww-perl-6.36.tar.gz) = 049da6dbd57dbfbceec878c1deb80e9eb3d45c0cc29535eb15804eb5038e0437122cd70ed92ed4313d1f1940cc34baa7a8f367401fb984c0f3688c31adf2c483 +Size (libwww-perl-6.36.tar.gz) = 168245 bytes --_----------=_1540030137296320--