Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 10:26:17 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329435 - head/www/p5-Plack-Server-POE
Message-ID:  <201310051026.r95AQHfW005281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051026.r95AQHfW005281>