Sat Dec 7 00:58:01 2013 UTC ()
Remove p5-ExtUtils-Install dependencies in preparation for package removal.


(wiz)
diff -r1.5 -r1.6 pkgsrc/devel/p5-Module-Build/options.mk
diff -r1.31 -r1.32 pkgsrc/devel/p5-Module-Install/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Module-Build/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Build/options.mk 2013/12/01 09:01:47 1.5
+++ pkgsrc/devel/p5-Module-Build/options.mk 2013/12/07 00:58:01 1.6
@@ -1,21 +1,17 @@ @@ -1,21 +1,17 @@
1# $NetBSD: options.mk,v 1.5 2013/12/01 09:01:47 wiz Exp $ 1# $NetBSD: options.mk,v 1.6 2013/12/07 00:58:01 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build 3PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
4 4
5PKG_SUPPORTED_OPTIONS= dist_authoring license_creation bundling 5PKG_SUPPORTED_OPTIONS= dist_authoring license_creation
6PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors 6PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mdist_authoring) 10.if !empty(PKG_OPTIONS:Mdist_authoring)
11DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar 11DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar
12DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme 12DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme
13DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature 13DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature
14.endif 14.endif
15.if !empty(PKG_OPTIONS:Mlicense_creation) 15.if !empty(PKG_OPTIONS:Mlicense_creation)
16DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License 16DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
17.endif 17.endif
18.if !empty(PKG_OPTIONS:Mbundling) 
19# contains required ExtUtils::Installed>=1.999_001 
20DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.54}:../../devel/p5-ExtUtils-Install 
21.endif 

cvs diff -r1.31 -r1.32 pkgsrc/devel/p5-Module-Install/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Install/Makefile 2013/05/31 12:40:30 1.31
+++ pkgsrc/devel/p5-Module-Install/Makefile 2013/12/07 00:58:01 1.32
@@ -1,30 +1,29 @@ @@ -1,30 +1,29 @@
1# $NetBSD: Makefile,v 1.31 2013/05/31 12:40:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2013/12/07 00:58:01 wiz Exp $
2 2
3DISTNAME= Module-Install-1.06 3DISTNAME= Module-Install-1.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 3
6SVR4_PKGNAME= p5moi 6SVR4_PKGNAME= p5moi
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Module-Install/ 11HOMEPAGE= http://search.cpan.org/dist/Module-Install/
12COMMENT= Perl5 module for building and installing Perl modules 12COMMENT= Perl5 module for building and installing Perl modules
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar 15DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
16DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort 16DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
17DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install 
18DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS 17DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS
19DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove 18DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
20DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON 19DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON
21DEPENDS+= p5-libwww>=5.812:../../www/p5-libwww 20DEPENDS+= p5-libwww>=5.812:../../www/p5-libwww
22DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build 21DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build
23DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList 22DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList
24DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps 23DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
25DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist 24DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
26DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta 25DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta
27DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny 26DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny
28 27
29PERL5_PACKLIST= auto/Module/Install/.packlist 28PERL5_PACKLIST= auto/Module/Install/.packlist
30PERL5_MODULE_TYPE= Module::Install::Bundled 29PERL5_MODULE_TYPE= Module::Install::Bundled