pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Array-Compare



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Oct 16 10:58:53 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Array-Compare: Makefile

Log Message:
p5-Moo is DEPENDS not BUILD_DEPENDS. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Array-Compare/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Array-Compare/Makefile
diff -u pkgsrc/devel/p5-Array-Compare/Makefile:1.31 pkgsrc/devel/p5-Array-Compare/Makefile:1.32
--- pkgsrc/devel/p5-Array-Compare/Makefile:1.31 Wed Aug 22 09:43:36 2018
+++ pkgsrc/devel/p5-Array-Compare/Makefile      Tue Oct 16 10:58:53 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2018/08/22 09:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2018/10/16 10:58:53 abs Exp $
 
 DISTNAME=      Array-Compare-v3.0.1
 PKGNAME=       p5-${DISTNAME:S/v3/3/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Array/}
 
@@ -13,11 +13,10 @@ LICENSE=    ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
 DEPENDS+=      p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
+DEPENDS+=      p5-Moo-[0-9]*:../../devel/p5-Moo
 
 # for make test
 BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
-BUILD_DEPENDS+=        p5-Moo-[0-9]*:../../devel/p5-Moo
-
 
 USE_LANGUAGES=         # empty
 PERL5_MODULE_TYPE=     Module::Build



Home | Main Index | Thread Index | Old Index