Received: by mail.netbsd.org (Postfix, from userid 605) id 52FD584D9E; Wed, 8 Nov 2017 20:54:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D453C84D7F for ; Wed, 8 Nov 2017 20:54:20 +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 7hcX04fWhxnc for ; Wed, 8 Nov 2017 20:54:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6001284D2C for ; Wed, 8 Nov 2017 20:54:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5ACDEFBDE; Wed, 8 Nov 2017 20:54:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510174460249770" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 20:54:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors/p5-PPIx-EditorTools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108205420.5ACDEFBDE@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. --_----------=_1510174460249770 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:54:20 UTC 2017 Modified Files: pkgsrc/editors/p5-PPIx-EditorTools: Makefile distinfo Log Message: p5-PPIx-EditorTools: update to 0.20. 0.20 2017-10-22 - POD fixes. - maintainership passes to Yanick. - remove unused variables. [ STATISTICS ] - code churn: 18 files changed, 172 insertions(+), 204 deletions(-) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/p5-PPIx-EditorTools/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/p5-PPIx-EditorTools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510174460249770 Content-Disposition: inline Content-Length: 2069 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/p5-PPIx-EditorTools/Makefile diff -u pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.15 pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.16 --- pkgsrc/editors/p5-PPIx-EditorTools/Makefile:1.15 Sun Sep 17 15:33:32 2017 +++ pkgsrc/editors/p5-PPIx-EditorTools/Makefile Wed Nov 8 20:54:20 2017 @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2017/09/17 15:33:32 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2017/11/08 20:54:20 wiz Exp $ -DISTNAME= PPIx-EditorTools-0.19 +DISTNAME= PPIx-EditorTools-0.20 PKGNAME= p5-${DISTNAME} CATEGORIES= editors perl5 -#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPIx/} -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SZ/SZABGAB/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PPIx-EditorTools/ Index: pkgsrc/editors/p5-PPIx-EditorTools/distinfo diff -u pkgsrc/editors/p5-PPIx-EditorTools/distinfo:1.4 pkgsrc/editors/p5-PPIx-EditorTools/distinfo:1.5 --- pkgsrc/editors/p5-PPIx-EditorTools/distinfo:1.4 Sun Sep 17 15:33:32 2017 +++ pkgsrc/editors/p5-PPIx-EditorTools/distinfo Wed Nov 8 20:54:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/09/17 15:33:32 wiz Exp $ +$NetBSD: distinfo,v 1.5 2017/11/08 20:54:20 wiz Exp $ -SHA1 (PPIx-EditorTools-0.19.tar.gz) = 81922b3b702accc6020d5b9d0c1e7f144463a3e8 -RMD160 (PPIx-EditorTools-0.19.tar.gz) = b5f6e64918e5b054118b1c8007efd4d268106218 -SHA512 (PPIx-EditorTools-0.19.tar.gz) = 363ca55cc4c03ed2a672ea2429c09656a567450f2be47f3c8f42ae0ac3c14c9d7b99660f61f7cba61dbe94680ee1663d77c9415965e444449b2489e3a2c18faa -Size (PPIx-EditorTools-0.19.tar.gz) = 38749 bytes +SHA1 (PPIx-EditorTools-0.20.tar.gz) = 3d9487e119bcc0d1b700e22a95713fb2bfcf5e41 +RMD160 (PPIx-EditorTools-0.20.tar.gz) = a1ed6c5857c960ef46591f157e7e3a752f52238c +SHA512 (PPIx-EditorTools-0.20.tar.gz) = 1762e7d8b6a4e95a547932ecfeb029866a3259bc58409ab6d4f55d83f2d83bfe353c82ddc777b41f499d395b1d11ad12d912e541d06e1779fb25a7e17ba6f405 +Size (PPIx-EditorTools-0.20.tar.gz) = 37102 bytes --_----------=_1510174460249770--