Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 18:31:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398932 - head/devel/p5-Devel-MAT
Message-ID:  <201510091831.t99IVkdh059340@repo.freebsd.org>

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



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