Received: by mail.netbsd.org (Postfix, from userid 605) id CFBD384D95; Sun, 21 Jun 2020 01:36:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 566D084D85 for ; Sun, 21 Jun 2020 01:36:04 +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 AvxMypygXNB7 for ; Sun, 21 Jun 2020 01:36:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C352084D4D for ; Sun, 21 Jun 2020 01:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7F91FB28; Sun, 21 Jun 2020 01:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159270336348710" MIME-Version: 1.0 Date: Sun, 21 Jun 2020 01:36:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/editors/p5-Padre-Plugin-Debugger To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200621013603.B7F91FB28@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. --_----------=_159270336348710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 21 01:36:03 UTC 2020 Modified Files: pkgsrc/editors/p5-Padre-Plugin-Debugger: Makefile distinfo Log Message: (editors/p5-Padre-Plugin-Debugger) githubify To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159270336348710 Content-Disposition: inline Content-Length: 2353 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile diff -u pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile:1.14 pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile:1.15 --- pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile:1.14 Sun Aug 11 13:20:55 2019 +++ pkgsrc/editors/p5-Padre-Plugin-Debugger/Makefile Sun Jun 21 01:36:03 2020 @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.14 2019/08/11 13:20:55 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2020/06/21 01:36:03 mef Exp $ # -DISTNAME= Padre-Plugin-Debugger-0.3 -PKGNAME= p5-${DISTNAME} +VERSION= 0.3 +PKGNAME= p5-Padre-Plugin-Debugger-${VERSION} +GITHUB_PROJECT= ${PKGBASE:S/p5-//:tl} +DISTNAME= ${GITHUB_PROJECT}-${VERSION} PKGREVISION= 10 CATEGORIES= editors devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=pmakholm/} +GITHUB_TAG= v${VERSION} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://metacpan.org/release/Padre-Plugin-Debugger +HOMEPAGE= https://github.com/pmakholm/padre-plugin-debugger/ COMMENT= Debug Perl code from Padre editor LICENSE= ${PERL5_LICENSE} Index: pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo diff -u pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo:1.2 pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo:1.3 --- pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo:1.2 Tue Nov 3 03:32:19 2015 +++ pkgsrc/editors/p5-Padre-Plugin-Debugger/distinfo Sun Jun 21 01:36:03 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:32:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2020/06/21 01:36:03 mef Exp $ -SHA1 (Padre-Plugin-Debugger-0.3.tar.gz) = effce0ba7257404c304722fb2daab1ad20cf8848 -RMD160 (Padre-Plugin-Debugger-0.3.tar.gz) = 7949c217bfeff9ff6df468f6dd27cfd6f55e9407 -SHA512 (Padre-Plugin-Debugger-0.3.tar.gz) = 465e38051922ed9a8de6a395fab10f07c944bf1ad383c643c1a845123d67b74db3c688999cf599ffcf5ebcdd018bb2cf7fa222d3b71763bef01e25e355c1e1f2 -Size (Padre-Plugin-Debugger-0.3.tar.gz) = 8040 bytes +SHA1 (padre-plugin-debugger-0.3.tar.gz) = 543c2dbf3f1fdb951f326782f46e30231762c0da +RMD160 (padre-plugin-debugger-0.3.tar.gz) = 36020a12c66e91d631d4031ae6bb1e6862a4c0b3 +SHA512 (padre-plugin-debugger-0.3.tar.gz) = d12db345fdf404a6c8ea76ebb078eef4fc270c4a3c1c5afe7d79e649d7560a4ac5d6144fba66df2c21e55616a1edf40a3093fb9d43335c68cbfd3e3a61105298 +Size (padre-plugin-debugger-0.3.tar.gz) = 7128 bytes --_----------=_159270336348710--