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 49ED27A285 for ; Mon, 19 Sep 2016 01:06:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F06F185F49; Mon, 19 Sep 2016 01:06:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8157785F46 for ; Mon, 19 Sep 2016 01:06:55 +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 MG-PsALjwthR for ; Mon, 19 Sep 2016 01:06:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0B2B685E13 for ; Mon, 19 Sep 2016 01:06:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0659EFBD1; Mon, 19 Sep 2016 01:06:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474247215273490" MIME-Version: 1.0 Date: Mon, 19 Sep 2016 01:06:55 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-CGI-FormBuilder To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160919010655.0659EFBD1@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. --_----------=_1474247215273490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Sep 19 01:06:54 UTC 2016 Modified Files: pkgsrc/www/p5-CGI-FormBuilder: Makefile distinfo Log Message: Updated www/p5-CGI-FormBuilder to 3.10 -------------------------------------- 3.10, 2016-08-17 David Precious (BIGPRESH) taking over maintainership, kind thanks to Nate (NWIGER) for handing over the reins. [ BUG FIXES] - Avoid CGI.pm warning if param() used in list context (GH-5, netangel) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/p5-CGI-FormBuilder/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/p5-CGI-FormBuilder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474247215273490 Content-Disposition: inline Content-Length: 2321 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI-FormBuilder/Makefile diff -u pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.27 pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.28 --- pkgsrc/www/p5-CGI-FormBuilder/Makefile:1.27 Wed Jun 8 19:24:56 2016 +++ pkgsrc/www/p5-CGI-FormBuilder/Makefile Mon Sep 19 01:06:54 2016 @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2016/06/08 19:24:56 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/09/19 01:06:54 mef Exp $ -DISTNAME= CGI-FormBuilder-3.09 +DISTNAME= CGI-FormBuilder-3.10 PKGNAME= p5-${DISTNAME}00 -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 module for building HTML forms @@ -18,6 +16,9 @@ DEPENDS+= p5-HTML-Template>=2.6:../../w DEPENDS+= p5-Text-Template>=1.43:../../textproc/p5-Text-Template #DEPENDS+= p5-Template-Toolkit>=2.08:../../www/p5-Template-Toolkit +# for make test +BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI + # Note. Cannot avoid warning from CGI.pm 4.05 or newer by replacing # $self->{params}->param( with @{$self->{params}->param_fetch # as breaks usage under Catalyst: Index: pkgsrc/www/p5-CGI-FormBuilder/distinfo diff -u pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.10 pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.11 --- pkgsrc/www/p5-CGI-FormBuilder/distinfo:1.10 Fri Feb 26 22:27:43 2016 +++ pkgsrc/www/p5-CGI-FormBuilder/distinfo Mon Sep 19 01:06:54 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/02/26 22:27:43 abs Exp $ +$NetBSD: distinfo,v 1.11 2016/09/19 01:06:54 mef Exp $ -SHA1 (CGI-FormBuilder-3.09.tgz) = b255d05b4af376b304e752d122ce377915d2883f -RMD160 (CGI-FormBuilder-3.09.tgz) = 01b3d3f410207258da65bd87d93fa3790048d15b -SHA512 (CGI-FormBuilder-3.09.tgz) = 6907131de95ac0188a4a80e380fd81554bd9fb8d2566e961e5ff05a30e4498bccb157ecfdc77bdcd05427ebc5882caaea47b044aaaddae85f48231c0b7eef240 -Size (CGI-FormBuilder-3.09.tgz) = 163526 bytes +SHA1 (CGI-FormBuilder-3.10.tar.gz) = e0df2e370ec5c75cb65c596e69adf31e799d4a39 +RMD160 (CGI-FormBuilder-3.10.tar.gz) = 0a4a87a62c186adfdf97bd0fd7230adf036b35ed +SHA512 (CGI-FormBuilder-3.10.tar.gz) = 38d8e6eb729e188074d872b979ad46133152877bb30b95329a2c7275154646a4afb62dc3539cb34781149f424b1d384d05230efe8b174967742625a81765bad5 +Size (CGI-FormBuilder-3.10.tar.gz) = 162346 bytes --_----------=_1474247215273490--