svn commit: r376494 - head/japanese/p5-WWW-MobileCarrierJP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 19:19:33 UTC 2015


Author: sunpoet
Date: Wed Jan  7 19:19:31 2015
New Revision: 376494
URL: https://svnweb.freebsd.org/changeset/ports/376494
QAT: https://qat.redports.org/buildarchive/r376494/

Log:
  - Fix *_DEPENDS: parent is already in all supported Perl releases
  - Remove outdated PERL_LEVEL check
  - Bump PORTREVISION for dependency change
  - While I'm here, use single space after WWW:
  
  With hat:	perl

Modified:
  head/japanese/p5-WWW-MobileCarrierJP/Makefile
  head/japanese/p5-WWW-MobileCarrierJP/pkg-descr

Modified: head/japanese/p5-WWW-MobileCarrierJP/Makefile
==============================================================================
--- head/japanese/p5-WWW-MobileCarrierJP/Makefile	Wed Jan  7 19:18:24 2015	(r376493)
+++ head/japanese/p5-WWW-MobileCarrierJP/Makefile	Wed Jan  7 19:19:31 2015	(r376494)
@@ -3,7 +3,7 @@
 
 PORTNAME=	WWW-MobileCarrierJP
 PORTVERSION=	0.63
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese www perl5
 MASTER_SITES=	CPAN
 
@@ -20,10 +20,8 @@ RUN_DEPENDS=	p5-Moose>=0.60:${PORTSDIR}/
 		p5-Web-Scraper>=0.24:${PORTSDIR}/www/p5-Web-Scraper \
 		p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-parent>=0:${PORTSDIR}/devel/p5-parent \
 		p5-CAM-PDF>=0:${PORTSDIR}/textproc/p5-CAM-PDF
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-
 TEST_DEPENDS=	p5-LWP-Online>=1.07:${PORTSDIR}/www/p5-LWP-Online \
 		p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base
 
@@ -34,8 +32,4 @@ USE_PERL5=	configure
 
 PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
 
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
 .include <bsd.port.post.mk>

Modified: head/japanese/p5-WWW-MobileCarrierJP/pkg-descr
==============================================================================
--- head/japanese/p5-WWW-MobileCarrierJP/pkg-descr	Wed Jan  7 19:18:24 2015	(r376493)
+++ head/japanese/p5-WWW-MobileCarrierJP/pkg-descr	Wed Jan  7 19:19:31 2015	(r376494)
@@ -5,4 +5,4 @@ This is good wrapper for this problem.
 
 This module makes machine readable format from html :)
 
-WWW:	http://search.cpan.org/dist/WWW-MobileCarrierJP/
+WWW: http://search.cpan.org/dist/WWW-MobileCarrierJP/


More information about the svn-ports-all mailing list