Received: by mail.netbsd.org (Postfix, from userid 605) id 52E9C84D56; Sun, 10 Sep 2017 21:36:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB4F884D48 for ; Sun, 10 Sep 2017 21:36:54 +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 I2roaCof1_7O for ; Sun, 10 Sep 2017 21:36:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B70384CE1 for ; Sun, 10 Sep 2017 21:36:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66D67FA98; Sun, 10 Sep 2017 21:36:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505079414107300" MIME-Version: 1.0 Date: Sun, 10 Sep 2017 21:36:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Scalar-List-Utils To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170910213654.66D67FA98@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. --_----------=_1505079414107300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 10 21:36:54 UTC 2017 Modified Files: pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo Log Message: Updated p5-Scalar-List-Utils to 1.49. 1.49 -- 2017-09-08 12:25:54 [CHANGES] * Fixes for unit tests to pass on perl 5.6.2 * Fix typo in documentation To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Scalar-List-Utils/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Scalar-List-Utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505079414107300 Content-Disposition: inline Content-Length: 1835 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Scalar-List-Utils/Makefile diff -u pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.41 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.42 --- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.41 Sun Jun 25 07:10:19 2017 +++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile Sun Sep 10 21:36:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2017/06/25 07:10:19 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2017/09/10 21:36:54 wiz Exp $ -DISTNAME= Scalar-List-Utils-1.48 +DISTNAME= Scalar-List-Utils-1.49 PKGNAME= p5-${DISTNAME} CATEGORIES= devel misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} Index: pkgsrc/devel/p5-Scalar-List-Utils/distinfo diff -u pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.23 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.24 --- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.23 Sun Jun 25 07:10:19 2017 +++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo Sun Sep 10 21:36:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/06/25 07:10:19 wiz Exp $ +$NetBSD: distinfo,v 1.24 2017/09/10 21:36:54 wiz Exp $ -SHA1 (Scalar-List-Utils-1.48.tar.gz) = 073d78be62b0097e3a3246f503f74d3eaab8ff3a -RMD160 (Scalar-List-Utils-1.48.tar.gz) = d0ed8296fd8440f9280448498b2a70c748d2fe84 -SHA512 (Scalar-List-Utils-1.48.tar.gz) = 1926e5d5d326c9ffc9137b644e1326e9ef907be96dd62b7bdf08527aaa62fe1c999860116e8917139f5a10a94dc6db588e1c547c91742e86b7daab6536f0733f -Size (Scalar-List-Utils-1.48.tar.gz) = 87767 bytes +SHA1 (Scalar-List-Utils-1.49.tar.gz) = fa313dcfa8fadc1228a7c4497712cdfded2aa1af +RMD160 (Scalar-List-Utils-1.49.tar.gz) = 670527209fa08333aa67539ace60ab09a5d5ad44 +SHA512 (Scalar-List-Utils-1.49.tar.gz) = f65d8d96b7b96999f8d3ade93fd0eda9126ab416157981e5d206206e7906fea6bb657abb31bc38b48e70c51804bc42c8724e9ed516fc1d5636bbcb30120ccd39 +Size (Scalar-List-Utils-1.49.tar.gz) = 87866 bytes --_----------=_1505079414107300--