Date: Sat, 23 Nov 2013 15:48:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334679 - in head: devel devel/p5-IO devel/p5-SVN-Dumpfile misc/p5-Array-FileReader misc/p5-Array-LineReader net-mgmt/circe net/p5-Net-SCP textproc/p5-ElasticSearch textproc/p5-Text-CSV... Message-ID: <201311231548.rANFmXDk056416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 23 15:48:32 2013 New Revision: 334679 URL: http://svnweb.freebsd.org/changeset/ports/334679 Log: - Remove p5-IO: newer versions are included in all support Perl releases PR: ports/184192 Submitted by: pluknet Deleted: head/devel/p5-IO/ Modified: head/devel/Makefile head/devel/p5-SVN-Dumpfile/Makefile head/misc/p5-Array-FileReader/Makefile head/misc/p5-Array-LineReader/Makefile head/net-mgmt/circe/Makefile head/net/p5-Net-SCP/Makefile head/textproc/p5-ElasticSearch/Makefile head/textproc/p5-Text-CSV-Encoded/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/devel/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -2092,7 +2092,6 @@ SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap - SUBDIR += p5-IO SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP Modified: head/devel/p5-SVN-Dumpfile/Makefile ============================================================================== --- head/devel/p5-SVN-Dumpfile/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/devel/p5-SVN-Dumpfile/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,7 +3,7 @@ PORTNAME= SVN-Dumpfile PORTVERSION= 0.13.107 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,6 @@ COMMENT= Perl extension to access and ma BUILD_DEPENDS= p5-Data-GUID>=0:${PORTSDIR}/devel/p5-Data-GUID \ p5-TimeDate>=2.27:${PORTSDIR}/devel/p5-TimeDate \ - p5-IO>=1.2301:${PORTSDIR}/devel/p5-IO \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/misc/p5-Array-FileReader/Makefile ============================================================================== --- head/misc/p5-Array-FileReader/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/misc/p5-Array-FileReader/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,6 +3,7 @@ PORTNAME= Array-FileReader PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lazily tie files to arrays for reading -BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure Modified: head/misc/p5-Array-LineReader/Makefile ============================================================================== --- head/misc/p5-Array-LineReader/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/misc/p5-Array-LineReader/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,6 +3,7 @@ PORTNAME= Array-LineReader PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Access lines of a file via an array -BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure Modified: head/net-mgmt/circe/Makefile ============================================================================== --- head/net-mgmt/circe/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/net-mgmt/circe/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,6 +3,7 @@ PORTNAME= circe PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://bws.berkeley.edu/ports/ @@ -13,7 +14,6 @@ LICENSE= BSD RUN_DEPENDS= p5-Net-IP-Match-XS>=0:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-XS \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-IO>=0:${PORTSDIR}/devel/p5-IO \ p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Sys-Syslog>=0:${PORTSDIR}/sysutils/p5-Sys-Syslog \ p5-TryCatch>=0:${PORTSDIR}/lang/p5-TryCatch \ Modified: head/net/p5-Net-SCP/Makefile ============================================================================== --- head/net/p5-Net-SCP/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/net/p5-Net-SCP/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,6 +3,7 @@ PORTNAME= Net-SCP PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to access and use scp protocol BUILD_DEPENDS= p5-Net-SSH>=0:${PORTSDIR}/net/p5-Net-SSH \ - p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - p5-IO>=0:${PORTSDIR}/devel/p5-IO + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/textproc/p5-ElasticSearch/Makefile ============================================================================== --- head/textproc/p5-ElasticSearch/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/textproc/p5-ElasticSearch/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,7 +3,7 @@ PORTNAME= ElasticSearch PORTVERSION= 0.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ PKGNAMEPREFIX= p5- @@ -24,7 +24,6 @@ RUN_DEPENDS:= p5-ElasticSearch-SearchBui p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ - p5-IO>=0:${PORTSDIR}/devel/p5-IO \ p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ Modified: head/textproc/p5-Text-CSV-Encoded/Makefile ============================================================================== --- head/textproc/p5-Text-CSV-Encoded/Makefile Sat Nov 23 15:25:45 2013 (r334678) +++ head/textproc/p5-Text-CSV-Encoded/Makefile Sat Nov 23 15:48:32 2013 (r334679) @@ -3,6 +3,7 @@ PORTNAME= Text-CSV-Encoded PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dereckson@gmail.com COMMENT= Perl module for Encoding aware CVS files parsing -BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311231548.rANFmXDk056416>