Received: by mail.netbsd.org (Postfix, from userid 605) id CA6DB84DFA; Sun, 27 Oct 2019 15:04:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 529C284DF6 for ; Sun, 27 Oct 2019 15:04:08 +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 teRgbGHu1FdN for ; Sun, 27 Oct 2019 15:04:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C7A7984D27 for ; Sun, 27 Oct 2019 15:04:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB8B8FA8D; Sun, 27 Oct 2019 15:04:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572188647100480" MIME-Version: 1.0 Date: Sun, 27 Oct 2019 15:04:07 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Scope-Upper To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191027150407.BB8B8FA8D@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. --_----------=_1572188647100480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Oct 27 15:04:07 UTC 2019 Modified Files: pkgsrc/devel/p5-Scope-Upper: Makefile distinfo Log Message: (devel/p5-Scope-Upper) Updated to 0.32 0.32 2019-07-08 12:50 UTC + Fix : [RT #129539] : fails with v5.27.3 and later with DEBUGGING The module has been amended to accomodate with a change of behaviour of a core macro. + Upd : Contact info. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Scope-Upper/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Scope-Upper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572188647100480 Content-Disposition: inline Content-Length: 1727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Scope-Upper/Makefile diff -u pkgsrc/devel/p5-Scope-Upper/Makefile:1.25 pkgsrc/devel/p5-Scope-Upper/Makefile:1.26 --- pkgsrc/devel/p5-Scope-Upper/Makefile:1.25 Sun Aug 11 13:20:18 2019 +++ pkgsrc/devel/p5-Scope-Upper/Makefile Sun Oct 27 15:04:07 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2019/08/11 13:20:18 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2019/10/27 15:04:07 mef Exp $ -DISTNAME= Scope-Upper-0.31 +DISTNAME= Scope-Upper-0.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/} Index: pkgsrc/devel/p5-Scope-Upper/distinfo diff -u pkgsrc/devel/p5-Scope-Upper/distinfo:1.14 pkgsrc/devel/p5-Scope-Upper/distinfo:1.15 --- pkgsrc/devel/p5-Scope-Upper/distinfo:1.14 Wed Aug 29 05:51:46 2018 +++ pkgsrc/devel/p5-Scope-Upper/distinfo Sun Oct 27 15:04:07 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/08/29 05:51:46 wiz Exp $ +$NetBSD: distinfo,v 1.15 2019/10/27 15:04:07 mef Exp $ -SHA1 (Scope-Upper-0.31.tar.gz) = 3dffae59f7ba0276909b84dc07b3b423bf5f41b1 -RMD160 (Scope-Upper-0.31.tar.gz) = 139be268cd7130b640cdd37ba05f0b9f770c5113 -SHA512 (Scope-Upper-0.31.tar.gz) = 2e4603e7925e5e6b37b72fe148a15045cacbb5f55926a60faaabb8a308b69b802f5782c4da82c1e024160d8ff9aa363631ada74d6c7aa79d9db316f0277ee77e -Size (Scope-Upper-0.31.tar.gz) = 99136 bytes +SHA1 (Scope-Upper-0.32.tar.gz) = 8dac12d47a808a046fd6abbada8462541a83454e +RMD160 (Scope-Upper-0.32.tar.gz) = 6bea8aeb54ae4de11878a2aee943b90086123edf +SHA512 (Scope-Upper-0.32.tar.gz) = 92fbc9b2e49bc1f6c66a4f10519c508ede36ba6266781397f93bd48310ae36b454112c59794f0346b8c915cfe106d2a4f673ecf20e7a2b8f11e504539691bda4 +Size (Scope-Upper-0.32.tar.gz) = 95563 bytes --_----------=_1572188647100480--