Thu Nov 16 10:32:36 2017 UTC ()
p5-Function-Parameters: remove comment about failing test

The reason was a pkgsrc patch for perl5; the patch
has been removed.


(wiz)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Function-Parameters/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Function-Parameters/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Function-Parameters/Makefile 2017/11/13 15:10:33 1.6
+++ pkgsrc/devel/p5-Function-Parameters/Makefile 2017/11/16 10:32:36 1.7
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2017/11/13 15:10:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2017/11/16 10:32:36 wiz Exp $
2 2
3DISTNAME= Function-Parameters-2.001003 3DISTNAME= Function-Parameters-2.001003
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Function-Parameters/ 9HOMEPAGE= http://search.cpan.org/dist/Function-Parameters/
10COMMENT= Perl5 subroutine definitions with parameter lists 10COMMENT= Perl5 subroutine definitions with parameter lists
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose 13DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
14DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager 14DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
15# one self test failure: 
16# https://github.com/mauke/Function-Parameters/issues/33 
17# TEST_DEPENDS 15# TEST_DEPENDS
18BUILD_DEPENDS+= p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self 16BUILD_DEPENDS+= p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self
19 17
20PERL5_PACKLIST= auto/Function/Parameters/.packlist 18PERL5_PACKLIST= auto/Function/Parameters/.packlist
21 19
22.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"