pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Compile p5-Test-Compile: fix PKGNAME



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34acefac7a31
branches:  trunk
changeset: 336651:34acefac7a31
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 20 07:06:17 2019 +0000

description:
p5-Test-Compile: fix PKGNAME

diffstat:

 devel/p5-Test-Compile/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r f7ba7c31c476 -r 34acefac7a31 devel/p5-Test-Compile/Makefile
--- a/devel/p5-Test-Compile/Makefile    Fri Jul 19 21:15:16 2019 +0000
+++ b/devel/p5-Test-Compile/Makefile    Sat Jul 20 07:06:17 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2019/07/18 14:18:03 wen Exp $
-#
+# $NetBSD: Makefile,v 1.22 2019/07/20 07:06:17 wiz Exp $
 
 DISTNAME=      Test-Compile-v2.2.2
-PKGNAME=       p5-${DISTNAME:S/v1/1/}
+PKGNAME=       p5-${DISTNAME:S/-v/-/}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 



Home | Main Index | Thread Index | Old Index