Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D67837A170 for ; Wed, 12 Apr 2017 13:16:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7DBBA84DA9; Wed, 12 Apr 2017 13:16:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E38684D9F for ; Wed, 12 Apr 2017 13:16:16 +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 jPi46qk5kNsJ for ; Wed, 12 Apr 2017 13:16:15 +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 A27C284D7B for ; Wed, 12 Apr 2017 13:16:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9929AFBE4; Wed, 12 Apr 2017 13:16:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492002975176550" MIME-Version: 1.0 Date: Wed, 12 Apr 2017 13:16:15 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Path-FindDev To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170412131615.9929AFBE4@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. --_----------=_1492002975176550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Apr 12 13:16:15 UTC 2017 Modified Files: pkgsrc/devel/p5-Path-FindDev: Makefile Log Message: Fix PKGNAME To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Path-FindDev/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492002975176550 Content-Disposition: inline Content-Length: 612 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Path-FindDev/Makefile diff -u pkgsrc/devel/p5-Path-FindDev/Makefile:1.4 pkgsrc/devel/p5-Path-FindDev/Makefile:1.5 --- pkgsrc/devel/p5-Path-FindDev/Makefile:1.4 Wed Apr 12 13:09:18 2017 +++ pkgsrc/devel/p5-Path-FindDev/Makefile Wed Apr 12 13:16:15 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2017/04/12 13:09:18 wen Exp $ +# $NetBSD: Makefile,v 1.5 2017/04/12 13:16:15 wen Exp $ DISTNAME= Path-FindDev-v0.5.3 -PKGNAME= p5-${DISTNAME} +PKGNAME= p5-${DISTNAME:S/-v/-/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KE/KENTNL/} --_----------=_1492002975176550--