diff options
-rw-r--r-- | www/p5-Apache-Test/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Apache-Test/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 94ab4b279208..edf14ed030f0 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Test PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -49,6 +50,8 @@ post-patch: .if ${PERL_LEVEL} < 500600 @${PERL} -pi -e 's/\b(?:use|no) warnings[^;]*;//g' \ ${WRKSRC}/lib/Apache/*.pm ${WRKSRC}/Makefile.PL ${WRKSRC}/install-pl + ${PERL} -pi -e '$$_="" if $$. == 24' \ + ${WRKSRC}/lib/Apache/Test5005compat.pm .endif post-configure: diff --git a/www/p5-Apache-Test/pkg-plist b/www/p5-Apache-Test/pkg-plist index 2232391f4b95..0964b1332de3 100644 --- a/www/p5-Apache-Test/pkg-plist +++ b/www/p5-Apache-Test/pkg-plist @@ -13,6 +13,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestConfigPerl.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestHandler.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestHarness.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestHarnessPHP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestMB.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestMM.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/TestPerlDB.pm |