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 context 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,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2013/12/01 09:01:47 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2013/12/07 00:58:01 wiz Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.p5-Module-Build
 
-PKG_SUPPORTED_OPTIONS=	dist_authoring license_creation bundling
+PKG_SUPPORTED_OPTIONS=	dist_authoring license_creation
 PKG_SUGGESTED_OPTIONS=	# empty - only for CPAN Authors
 
 .include "../../mk/bsd.options.mk"
@@ -14,8 +14,4 @@
 .endif
 .if !empty(PKG_OPTIONS:Mlicense_creation)
 DEPENDS+=	p5-Software-License-[0-9]*:../../devel/p5-Software-License
-.endif
-.if !empty(PKG_OPTIONS:Mbundling)
-# contains required ExtUtils::Installed>=1.999_001
-DEPENDS+=	{perl>=5.10.1,p5-ExtUtils-Install>=1.54}:../../devel/p5-ExtUtils-Install
 .endif

cvs diff -r1.31 -r1.32 pkgsrc/devel/p5-Module-Install/Makefile (expand / switch to context 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,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2013/05/31 12:40:30 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/12/07 00:58:01 wiz Exp $
 
 DISTNAME=	Module-Install-1.06
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	2
+PKGREVISION=	3
 SVR4_PKGNAME=	p5moi
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Module/}
@@ -14,7 +14,6 @@
 
 DEPENDS+=	{perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
 DEPENDS+=	{perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
-DEPENDS+=	{perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install
 DEPENDS+=	{perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS
 DEPENDS+=	p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
 DEPENDS+=	p5-JSON>=2.14:../../converters/p5-JSON