svn commit: r398932 - head/devel/p5-Devel-MAT

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 9 18:31:47 UTC 2015


Author: sunpoet
Date: Fri Oct  9 18:31:46 2015
New Revision: 398932
URL: https://svnweb.freebsd.org/changeset/ports/398932

Log:
  - Update BROKEN: use lowercase and add CPAN ticket link
  - Do not silence installation message

Modified:
  head/devel/p5-Devel-MAT/Makefile

Modified: head/devel/p5-Devel-MAT/Makefile
==============================================================================
--- head/devel/p5-Devel-MAT/Makefile	Fri Oct  9 18:31:41 2015	(r398931)
+++ head/devel/p5-Devel-MAT/Makefile	Fri Oct  9 18:31:46 2015	(r398932)
@@ -35,10 +35,10 @@ RUN_DEPENDS+=	p5-Module-Pluggable>=0:${P
 .endif
 
 .if ${PERL_LEVEL} >= 502200
-BROKEN=		Fails to build with Perl >= 5.22
+BROKEN=		fails to build with Perl 5.22 or above, see https://rt.cpan.org/Public/Bug/Display.html?id=100458 for further information
 .endif
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list