summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-12-01 09:01:47 +0000
committerwiz <wiz>2013-12-01 09:01:47 +0000
commit126b9712750f8bff810628b8a61f691b7ea74721 (patch)
tree67d467cfcb19f7a3d091bb5013936814257cfa47
parent430260baad05465636dd08e19b500c2a69444bed (diff)
downloadpkgsrc-126b9712750f8bff810628b8a61f691b7ea74721.tar.gz
IO has been a part of perl core since 5.6.
The latest version distributed outside the perl core is as old as perl-5.10. Remove p5-IO dependencies in preparation for removal of package.
-rw-r--r--devel/p5-File-Binary/Makefile5
-rw-r--r--devel/p5-Module-Build/options.mk7
-rw-r--r--devel/p5-POE/Makefile5
-rw-r--r--net/p5-Net-Amazon-S3/Makefile3
4 files changed, 7 insertions, 13 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile
index a346e480134..b1bb973d469 100644
--- a/devel/p5-File-Binary/Makefile
+++ b/devel/p5-File-Binary/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/07/06 00:30:52 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.2 2013/12/01 09:01:48 wiz Exp $
DISTNAME= File-Binary-1.7
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
@@ -12,7 +12,6 @@ COMMENT= Binary file reading module
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
-DEPENDS+= p5-IO-[0-9]*:../../devel/p5-IO
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/File/Binary/.packlist
diff --git a/devel/p5-Module-Build/options.mk b/devel/p5-Module-Build/options.mk
index 245bd02a0af..9ae3f03407f 100644
--- a/devel/p5-Module-Build/options.mk
+++ b/devel/p5-Module-Build/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2010/01/17 17:38:17 sno Exp $
+# $NetBSD: options.mk,v 1.5 2013/12/01 09:01:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
-PKG_SUPPORTED_OPTIONS= dist_authoring license_creation ppm_support bundling
+PKG_SUPPORTED_OPTIONS= dist_authoring license_creation bundling
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
.include "../../mk/bsd.options.mk"
@@ -15,9 +15,6 @@ DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature
.if !empty(PKG_OPTIONS:Mlicense_creation)
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
.endif
-.if !empty(PKG_OPTIONS:Mppm_support)
-DEPENDS+= {perl>=5.10.1,p5-IO>=1.13}:../../devel/p5-IO
-.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
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile
index 79d952b7442..5cb2d161e74 100644
--- a/devel/p5-POE/Makefile
+++ b/devel/p5-POE/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:36 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/12/01 09:01:48 wiz Exp $
DISTNAME= POE-1.312
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -16,7 +16,6 @@ DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
-DEPENDS+= p5-IO>=1.2301:../../devel/p5-IO
DEPENDS+= p5-POE-Test-Loops>=1.030:../../devel/p5-POE-Test-Loops
DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile
index 142717ad116..541f6dd4daf 100644
--- a/net/p5-Net-Amazon-S3/Makefile
+++ b/net/p5-Net-Amazon-S3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2013/12/01 09:01:48 wiz Exp $
DISTNAME= Net-Amazon-S3-0.54
PKGNAME= p5-${DISTNAME}
@@ -17,7 +17,6 @@ DEPENDS+= p5-DateTime-Format-ISO8601>=0:../../time/p5-DateTime-Format-ISO8601
DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
-DEPENDS+= {perl>=5.10.0,p5-IO>=0.14}:../../devel/p5-IO
DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose