Index: head/devel/p5-Test-Harness/Makefile =================================================================== --- head/devel/p5-Test-Harness/Makefile (revision 162355) +++ head/devel/p5-Test-Harness/Makefile (revision 162356) @@ -1,49 +1,50 @@ # New ports collection makefile for: p5-Test-Harness # Date Created: 13 Aug 2001 # Whom: Shell Hung # # $FreeBSD$ # PORTNAME= Test-Harness -PORTVERSION= 2.56 +PORTVERSION= 2.58 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Run perl standard test scripts with statistics PERL_CONFIGURE= yes INSTALL_TARGET= pure_install MAN1= prove.1 MAN3= Test::Harness.3 Test::Harness::Assert.3 \ Test::Harness::Iterator.3 Test::Harness::Point.3 \ - Test::Harness::Straps.3 Test::Harness::TAP.3 + Test::Harness::Straps.3 Test::Harness::TAP.3 \ + Test::Harness::Util.3 .include .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser RUN_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PERL_LEVEL} >= 500800 .undef MAN1 PLIST_SUB+= PL_FILES="@comment " .else PLIST_SUB+= PL_FILES="" .endif post-patch: @${REINPLACE_CMD} -e '/INSTALLDIRS/d' ${WRKSRC}/${CONFIGURE_SCRIPT} post-configure: .if ${PERL_LEVEL} >= 500800 @${REINPLACE_CMD} -E -e '/(DESTINSTALLSITEMAN1DIR|DESTINSTALLSCRIPT)/d' \ ${WRKSRC}/${MAKEFILE} .endif .include Property changes on: head/devel/p5-Test-Harness/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/devel/p5-Test-Harness/distinfo =================================================================== --- head/devel/p5-Test-Harness/distinfo (revision 162355) +++ head/devel/p5-Test-Harness/distinfo (revision 162356) @@ -1,3 +1,3 @@ -MD5 (Test-Harness-2.56.tar.gz) = e56bc3ef77f5f97946bd33aca947e6a5 -SHA256 (Test-Harness-2.56.tar.gz) = 8067fbb231153e4c4edefd3bfda6651c5f9842d4cafd40edbbc0cf6184927d1f -SIZE (Test-Harness-2.56.tar.gz) = 65088 +MD5 (Test-Harness-2.58.tar.gz) = 9b91035900e3eca06324132e77b3bc79 +SHA256 (Test-Harness-2.58.tar.gz) = ce8b2ffe39844c3bfc84f98bac32ae722c6df025b05ca796948205d1e8175290 +SIZE (Test-Harness-2.58.tar.gz) = 67995 Property changes on: head/devel/p5-Test-Harness/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/devel/p5-Test-Harness/pkg-plist =================================================================== --- head/devel/p5-Test-Harness/pkg-plist (revision 162355) +++ head/devel/p5-Test-Harness/pkg-plist (revision 162356) @@ -1,12 +1,13 @@ %%PL_FILES%%bin/prove %%SITE_PERL%%/Test/Harness.pm %%SITE_PERL%%/Test/Harness/Assert.pm %%SITE_PERL%%/Test/Harness/Iterator.pm %%SITE_PERL%%/Test/Harness/Point.pm %%SITE_PERL%%/Test/Harness/Straps.pm %%SITE_PERL%%/Test/Harness/TAP.pod +%%SITE_PERL%%/Test/Harness/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness @dirrm %%SITE_PERL%%/Test/Harness @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test Property changes on: head/devel/p5-Test-Harness/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property