Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6FFAB7A221 for ; Thu, 21 Jul 2016 12:26:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EDB8860C6; Thu, 21 Jul 2016 12:26:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3FBC860C5 for ; Thu, 21 Jul 2016 12:25:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HwcHW6cpHAJQ for ; Thu, 21 Jul 2016 12:25:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 34B01860C1 for ; Thu, 21 Jul 2016 12:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32B42FBB5; Thu, 21 Jul 2016 12:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469103959237730" MIME-Version: 1.0 Date: Thu, 21 Jul 2016 12:25:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-CGI To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160721122559.32B42FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469103959237730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 21 12:25:59 UTC 2016 Modified Files: pkgsrc/www/p5-CGI: Makefile distinfo Log Message: Updated p5-CGI to 4.32. 4.32 2016-07-19 [ DOCUMENTATION ] - make perldoc CGI object consistent (GH #205) - clarify reason for absolute URLs (GH #206) [ INTERNALS ] - tweak dependency defs in Makefile.PL (GH #207, GH #208) - (thanks to karenetheridge and kentfredric) To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/p5-CGI/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/p5-CGI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469103959237730 Content-Disposition: inline Content-Length: 1528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI/Makefile diff -u pkgsrc/www/p5-CGI/Makefile:1.87 pkgsrc/www/p5-CGI/Makefile:1.88 --- pkgsrc/www/p5-CGI/Makefile:1.87 Wed Jun 15 07:38:01 2016 +++ pkgsrc/www/p5-CGI/Makefile Thu Jul 21 12:25:59 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2016/06/15 07:38:01 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2016/07/21 12:25:59 wiz Exp $ -DISTNAME= CGI-4.31 +DISTNAME= CGI-4.32 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} Index: pkgsrc/www/p5-CGI/distinfo diff -u pkgsrc/www/p5-CGI/distinfo:1.46 pkgsrc/www/p5-CGI/distinfo:1.47 --- pkgsrc/www/p5-CGI/distinfo:1.46 Wed Jun 15 07:38:01 2016 +++ pkgsrc/www/p5-CGI/distinfo Thu Jul 21 12:25:59 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2016/06/15 07:38:01 wiz Exp $ +$NetBSD: distinfo,v 1.47 2016/07/21 12:25:59 wiz Exp $ -SHA1 (CGI-4.31.tar.gz) = 2dc320c08283d3a13b32ae1085d21374a9a095bf -RMD160 (CGI-4.31.tar.gz) = 1b509c2647b28cc154d1e99df67ad81b5a5fb190 -SHA512 (CGI-4.31.tar.gz) = a3fc6a88bed4b86f5763c07ec0961d2b06754e0a2bc9112e87b12025975618d97f626895c7d8b3a2f85a2ba5adcf99a132801a52d54652cd09ae3f053457c411 -Size (CGI-4.31.tar.gz) = 197018 bytes +SHA1 (CGI-4.32.tar.gz) = 104ddf18b1415db3b7c7228780c695e17efa203a +RMD160 (CGI-4.32.tar.gz) = 40eeb0c1d1ba6db5e2ea2beeea8be4cd2561fb17 +SHA512 (CGI-4.32.tar.gz) = 901135e3091b0bd3e93e7a4f50f3e1336be9002df682fd5d582cb202f2536ce2a4f67850dd2ff655c999ab4f961da705324dbb64434132c7ec5c3763711ad739 +Size (CGI-4.32.tar.gz) = 197262 bytes --_----------=_1469103959237730--