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 B8DD67A210 for ; Sun, 31 Jul 2016 01:36:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2ECEB85DFD; Sun, 31 Jul 2016 01:36:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4AFD84D04 for ; Sun, 31 Jul 2016 01:36:09 +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 u2GdhmXeVFZR for ; Sun, 31 Jul 2016 01:36:09 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 48D5184CFB for ; Sun, 31 Jul 2016 01:36:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F179FBB5; Sun, 31 Jul 2016 01:36:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146992896975160" MIME-Version: 1.0 Date: Sun, 31 Jul 2016 01:36:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Restrict To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160731013609.3F179FBB5@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. --_----------=_146992896975160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 31 01:36:09 UTC 2016 Modified Files: pkgsrc/www/p5-HTML-Restrict: Makefile distinfo Log Message: Update to 2.2.3 Upstream changes: 2.2.3 2016-07-26 18:00:55-04:00 America/Toronto - Now with fewer non-core prerequisites (Karen Etheridge) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-HTML-Restrict/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-HTML-Restrict/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146992896975160 Content-Disposition: inline Content-Length: 1744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Restrict/Makefile diff -u pkgsrc/www/p5-HTML-Restrict/Makefile:1.2 pkgsrc/www/p5-HTML-Restrict/Makefile:1.3 --- pkgsrc/www/p5-HTML-Restrict/Makefile:1.2 Wed Jun 8 19:25:04 2016 +++ pkgsrc/www/p5-HTML-Restrict/Makefile Sun Jul 31 01:36:09 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 19:25:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/31 01:36:09 wen Exp $ -DISTNAME= HTML-Restrict-2.2.2 +DISTNAME= HTML-Restrict-2.2.3 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Restrict/distinfo diff -u pkgsrc/www/p5-HTML-Restrict/distinfo:1.1 pkgsrc/www/p5-HTML-Restrict/distinfo:1.2 --- pkgsrc/www/p5-HTML-Restrict/distinfo:1.1 Fri Apr 15 11:12:32 2016 +++ pkgsrc/www/p5-HTML-Restrict/distinfo Sun Jul 31 01:36:09 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/04/15 11:12:32 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/07/31 01:36:09 wen Exp $ -SHA1 (HTML-Restrict-2.2.2.tar.gz) = 1c3f87be794cae2176e6220478d83ea78a8322cb -RMD160 (HTML-Restrict-2.2.2.tar.gz) = 99a237bce9ec865518299281415665f8e8ec5cfc -SHA512 (HTML-Restrict-2.2.2.tar.gz) = 6c34463ab2cd484c5b70e4f8be42511e7fbbb7bda535c6a87309f4e4778ffc99e91f989313b9c9c80752513e636d229a2a073a50696db60e85a2d24fcd4aa69d -Size (HTML-Restrict-2.2.2.tar.gz) = 26190 bytes +SHA1 (HTML-Restrict-2.2.3.tar.gz) = d28c6d9dbb93e142f6b2f6e22558597375d375ff +RMD160 (HTML-Restrict-2.2.3.tar.gz) = 9e105be7570b6a024927e752a2055e8ccb26e8ec +SHA512 (HTML-Restrict-2.2.3.tar.gz) = d75104b5021f65cd619dce0e4fbf0d477e180de31226abb9060e0736b577e084c6734e311ebf7547fde20154bb042a80ecdbccf73a3090827aa50a3930d5aaf9 +Size (HTML-Restrict-2.2.3.tar.gz) = 27926 bytes --_----------=_146992896975160--