Received: by mail.netbsd.org (Postfix, from userid 605) id 9C2DF84DBB; Wed, 8 Nov 2017 20:49:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 263DF84D82 for ; Wed, 8 Nov 2017 20:49:18 +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 MByLVylMBkdj for ; Wed, 8 Nov 2017 20:49:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A732084D2C for ; Wed, 8 Nov 2017 20:49:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4D42FBDE; Wed, 8 Nov 2017 20:49:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510174157286760" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 20:49:17 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Variable-Magic To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108204917.A4D42FBDE@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. --_----------=_1510174157286760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 20:49:17 UTC 2017 Modified Files: pkgsrc/devel/p5-Variable-Magic: Makefile distinfo Log Message: p5-Variable-Magic: update to 0.62. 0.62 2017-11-04 16:35 UTC + Fix : [RT #123314] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Variable-Magic/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Variable-Magic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510174157286760 Content-Disposition: inline Content-Length: 1792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Variable-Magic/Makefile diff -u pkgsrc/devel/p5-Variable-Magic/Makefile:1.35 pkgsrc/devel/p5-Variable-Magic/Makefile:1.36 --- pkgsrc/devel/p5-Variable-Magic/Makefile:1.35 Mon Jun 5 14:23:51 2017 +++ pkgsrc/devel/p5-Variable-Magic/Makefile Wed Nov 8 20:49:17 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2017/06/05 14:23:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.36 2017/11/08 20:49:17 wiz Exp $ -DISTNAME= Variable-Magic-0.61 +DISTNAME= Variable-Magic-0.62 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} Index: pkgsrc/devel/p5-Variable-Magic/distinfo diff -u pkgsrc/devel/p5-Variable-Magic/distinfo:1.26 pkgsrc/devel/p5-Variable-Magic/distinfo:1.27 --- pkgsrc/devel/p5-Variable-Magic/distinfo:1.26 Wed Jan 25 12:21:09 2017 +++ pkgsrc/devel/p5-Variable-Magic/distinfo Wed Nov 8 20:49:17 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2017/01/25 12:21:09 wiz Exp $ +$NetBSD: distinfo,v 1.27 2017/11/08 20:49:17 wiz Exp $ -SHA1 (Variable-Magic-0.61.tar.gz) = d447f370adcf08cf1a3026b095fdec1291e9467c -RMD160 (Variable-Magic-0.61.tar.gz) = c0cbd5308e3d731746b201997ead2b7d560c914b -SHA512 (Variable-Magic-0.61.tar.gz) = 32f27e6faa7f7b6e8ef512eafdab648eb89d11e16b4d5a703523d423d0e6436685a5b6f5751d96f4981872822bbdc5a957cb61b898462c8a4827cbca0f250def -Size (Variable-Magic-0.61.tar.gz) = 78663 bytes +SHA1 (Variable-Magic-0.62.tar.gz) = bbc353e48669ce7d5c22e838eb452b308d285436 +RMD160 (Variable-Magic-0.62.tar.gz) = 5b220e49c0f2417347da1994ab83b9c69be47f0d +SHA512 (Variable-Magic-0.62.tar.gz) = fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380 +Size (Variable-Magic-0.62.tar.gz) = 79009 bytes --_----------=_1510174157286760--