Received: by mail.netbsd.org (Postfix, from userid 605) id CD02C84D59; Wed, 27 Sep 2017 20:15:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6045E84D50 for ; Wed, 27 Sep 2017 20:15:14 +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 FD2IhBotgT3z for ; Wed, 27 Sep 2017 20:15:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90EAA84CE3 for ; Wed, 27 Sep 2017 20:15:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F233FA9C; Wed, 27 Sep 2017 20:15:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506543313121900" MIME-Version: 1.0 Date: Wed, 27 Sep 2017 20:15:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-MooseX-App To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170927201513.8F233FA9C@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. --_----------=_1506543313121900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 27 20:15:13 UTC 2017 Modified Files: pkgsrc/devel/p5-MooseX-App: Makefile distinfo Log Message: p5-MooseX-App: update to 1.39. 1.38 2017-06-20 - Cleanups (get rid of smartmatch, inentation, documentation, tests) - Also handle =head[2-4] tags when processing pod (#47) - Subcommands (based on work by Yanick Champoux) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-MooseX-App/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-MooseX-App/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506543313121900 Content-Disposition: inline Content-Length: 3847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MooseX-App/Makefile diff -u pkgsrc/devel/p5-MooseX-App/Makefile:1.13 pkgsrc/devel/p5-MooseX-App/Makefile:1.14 --- pkgsrc/devel/p5-MooseX-App/Makefile:1.13 Sat Jun 17 13:39:11 2017 +++ pkgsrc/devel/p5-MooseX-App/Makefile Wed Sep 27 20:15:13 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/06/17 13:39:11 mef Exp $ -# +# $NetBSD: Makefile,v 1.14 2017/09/27 20:15:13 wiz Exp $ -DISTNAME= MooseX-App-1.38 +DISTNAME= MooseX-App-1.39 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -12,24 +11,25 @@ COMMENT= Write user-friendly command lin LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most +DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any +DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class +DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class +DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental # for make test -BUILD_DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any -BUILD_DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs -BUILD_DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive -BUILD_DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable -BUILD_DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class -BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class -BUILD_DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental -BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings -BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff -BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer -BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager +BUILD_DEPENDS+= p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs +BUILD_DEPENDS+= p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings +BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff +BUILD_DEPENDS+= p5-Text-WagnerFischer-[0-9]*:../../textproc/p5-Text-WagnerFischer +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager PERL5_PACKLIST= auto/MooseX/App/.packlist USE_LANGUAGES= # none -# NetBSD/amd64 6.1.4 won't give waitpid() to return, disable for the moment +# NetBSD/amd64 6-8 won't give waitpid() to return, disable for the moment # (affects only on make test) +# https://github.com/maros/MooseX-App/issues/53 post-patch: ${MV} ${WRKSRC}/t/11_process.t ${WRKSRC}/t/11_process.t.orig Index: pkgsrc/devel/p5-MooseX-App/distinfo diff -u pkgsrc/devel/p5-MooseX-App/distinfo:1.9 pkgsrc/devel/p5-MooseX-App/distinfo:1.10 --- pkgsrc/devel/p5-MooseX-App/distinfo:1.9 Sat Jun 17 13:39:11 2017 +++ pkgsrc/devel/p5-MooseX-App/distinfo Wed Sep 27 20:15:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/06/17 13:39:11 mef Exp $ +$NetBSD: distinfo,v 1.10 2017/09/27 20:15:13 wiz Exp $ -SHA1 (MooseX-App-1.38.tar.gz) = 26d9446a22e2c28a9d7cc75032d765bc12f1c783 -RMD160 (MooseX-App-1.38.tar.gz) = b1003e7b7293bf52bda5280fe001e175801aad17 -SHA512 (MooseX-App-1.38.tar.gz) = 114a2aedf86539f89bb23d96d801a128fb36db56611449a5e9c4413880a9c5b184c32e1d958b8ac30de216ca429197a0fc96ab766951140e14c6d30706b668c6 -Size (MooseX-App-1.38.tar.gz) = 90382 bytes +SHA1 (MooseX-App-1.39.tar.gz) = 7135c8548152fbf7cced7bf62f1f538b70f12c7c +RMD160 (MooseX-App-1.39.tar.gz) = e26b9bf693b0988fba6d4baadd87ceae4e99dc99 +SHA512 (MooseX-App-1.39.tar.gz) = 2e767be20e93e54c84b11ead60fec74a6c6e65e050cfbb751430d63ff68286a09a4ae2f9b028c5fd750dabdd6be4e650da7ac318550903bed267b7d055295d4d +Size (MooseX-App-1.39.tar.gz) = 90782 bytes --_----------=_1506543313121900--