pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/p5-Path-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 19 09:27:48 UTC 2018

Modified Files:
        pkgsrc/filesystems/p5-Path-Tiny: Makefile

Log Message:
p5-Path-Tiny: remove unused build dependency

Marked as 'recommended' in META.json, but not used AFAICT.
At least tests still run successfully.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/filesystems/p5-Path-Tiny/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/p5-Path-Tiny/Makefile
diff -u pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.23 pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.24
--- pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.23       Mon Jun  5 14:23:57 2017
+++ pkgsrc/filesystems/p5-Path-Tiny/Makefile    Fri Jan 19 09:27:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/06/05 14:23:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2018/01/19 09:27:48 wiz Exp $
 
 DISTNAME=      Path-Tiny-0.104
 PKGNAME=       p5-${DISTNAME}
@@ -13,12 +13,9 @@ LICENSE=     apache-2.0
 
 PERL5_PACKLIST=                auto/Path/Tiny/.packlist
 
-#DEPENDS+=     {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools
-
 BUILD_DEPENDS+=        p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide
 BUILD_DEPENDS+=        p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
 BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+=        p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
 BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index