svn commit: r341831 - head/devel/p5-MooseX-Types-LoadableClass

Andrej Zverev az at FreeBSD.org
Thu Jan 30 10:44:45 UTC 2014


Author: az
Date: Thu Jan 30 10:44:44 2014
New Revision: 341831
URL: http://svnweb.freebsd.org/changeset/ports/341831
QAT: https://qat.redports.org/buildarchive/r341831/

Log:
  - Hide warning message about old toolchain during configure

Modified:
  head/devel/p5-MooseX-Types-LoadableClass/Makefile

Modified: head/devel/p5-MooseX-Types-LoadableClass/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-LoadableClass/Makefile	Thu Jan 30 10:30:52 2014	(r341830)
+++ head/devel/p5-MooseX-Types-LoadableClass/Makefile	Thu Jan 30 10:44:44 2014	(r341831)
@@ -26,4 +26,7 @@ TEST_DEPENDS=	p5-Moose>=0:${PORTSDIR}/de
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|warn <<|1 or warn <<|' ${WRKSRC}/Makefile.PL
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list