Index: head/devel/p5-Data-Visitor/Makefile =================================================================== --- head/devel/p5-Data-Visitor/Makefile (revision 291179) +++ head/devel/p5-Data-Visitor/Makefile (revision 291180) @@ -1,33 +1,38 @@ # New ports collection makefile for: Data-Visitor # Date created: 26 Mar 2006 # Whom: Lars Balker Rasmussen # # $FreeBSD$ # PORTNAME= Data-Visitor -PORTVERSION= 0.27 -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visitor style traversal of Perl data structures -BUILD_DEPENDS= p5-Moose>=0.89:${PORTSDIR}/devel/p5-Moose \ - p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean \ +BUILD_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \ + p5-Moose>=0.89:${PORTSDIR}/devel/p5-Moose \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Tie-ToObject>=0.01:${PORTSDIR}/devel/p5-Tie-ToObject \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken + p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok +TEST_DEPENDS= p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + PERL_CONFIGURE= yes MAN3= Data::Visitor.3 \ Data::Visitor::Callback.3 -post-extract: - @${REINPLACE_CMD} -e '/Test::/d' ${WRKSRC}/Makefile.PL +.include -.include +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Property changes on: head/devel/p5-Data-Visitor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/devel/p5-Data-Visitor/distinfo =================================================================== --- head/devel/p5-Data-Visitor/distinfo (revision 291179) +++ head/devel/p5-Data-Visitor/distinfo (revision 291180) @@ -1,2 +1,2 @@ -SHA256 (Data-Visitor-0.27.tar.gz) = 52218a22fa43bb3515ed53098d597eea0df129d637fda89f5d88dc7f8f60b39d -SIZE (Data-Visitor-0.27.tar.gz) = 15051 +SHA256 (Data-Visitor-0.28.tar.gz) = 4c7a66d750e7b3ac7abe6add83c9e04aa3f6878a6756fbdf8516d77cbdd728a5 +SIZE (Data-Visitor-0.28.tar.gz) = 23571 Property changes on: head/devel/p5-Data-Visitor/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property