svn commit: r325332 - head/graphics/p5-GD-Graph
Andrej Zverev
az at FreeBSD.org
Sun Aug 25 09:05:36 UTC 2013
Author: az
Date: Sun Aug 25 09:05:35 2013
New Revision: 325332
URL: http://svnweb.freebsd.org/changeset/ports/325332
Log:
- Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMaker
- Add WWW line in pkg-descr
GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02.
Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core.
Reported by: tim at bishnet.net, milki at rescomp.berkeley.edu
Modified:
head/graphics/p5-GD-Graph/Makefile
head/graphics/p5-GD-Graph/pkg-descr (contents, props changed)
Modified: head/graphics/p5-GD-Graph/Makefile
==============================================================================
--- head/graphics/p5-GD-Graph/Makefile Sun Aug 25 08:20:14 2013 (r325331)
+++ head/graphics/p5-GD-Graph/Makefile Sun Aug 25 09:05:35 2013 (r325332)
@@ -25,4 +25,10 @@ MAN3= GD::Graph.3 \
GD::Graph::colour.3 \
GD::Graph::hbars.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.58:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/graphics/p5-GD-Graph/pkg-descr
==============================================================================
--- head/graphics/p5-GD-Graph/pkg-descr Sun Aug 25 08:20:14 2013 (r325331)
+++ head/graphics/p5-GD-Graph/pkg-descr Sun Aug 25 09:05:35 2013 (r325332)
@@ -1 +1,3 @@
GD::Graph is a perl5 module to create charts using the GD module.
+
+WWW: http://search.cpan.org/dist/GDGraph/
More information about the svn-ports-all
mailing list