svn commit: r329435 - head/www/p5-Plack-Server-POE
Andrej Zverev
az at FreeBSD.org
Sat Oct 5 10:26:18 UTC 2013
Author: az
Date: Sat Oct 5 10:26:17 2013
New Revision: 329435
URL: http://svnweb.freebsd.org/changeset/ports/329435
Log:
- Add stage support
- Fix build with Perl 5.16
With hat: perl@
Modified:
head/www/p5-Plack-Server-POE/Makefile
head/www/p5-Plack-Server-POE/pkg-plist (contents, props changed)
Modified: head/www/p5-Plack-Server-POE/Makefile
==============================================================================
--- head/www/p5-Plack-Server-POE/Makefile Sat Oct 5 10:20:15 2013 (r329434)
+++ head/www/p5-Plack-Server-POE/Makefile Sat Oct 5 10:26:17 2013 (r329435)
@@ -21,7 +21,7 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORT
USES= perl5
USE_PERL5= configure
-MAN3= Plack::Server::POE.3
+post-patch:
+ @${REINPLACE_CMD} -e '/use_test_base/d' ${WRKSRC}/Makefile.PL
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/www/p5-Plack-Server-POE/pkg-plist
==============================================================================
--- head/www/p5-Plack-Server-POE/pkg-plist Sat Oct 5 10:20:15 2013 (r329434)
+++ head/www/p5-Plack-Server-POE/pkg-plist Sat Oct 5 10:26:17 2013 (r329435)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE/.packlist
%%SITE_PERL%%/Plack/Server/POE.pm
+%%PERL5_MAN3%%/Plack::Server::POE.3.gz
@dirrmtry %%SITE_PERL%%/Plack/Server
@dirrmtry %%SITE_PERL%%/Plack
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE
More information about the svn-ports-all
mailing list