svn commit: r444188 - head/graphics/p5-feedgnuplot

Kurt Jaeger pi at FreeBSD.org
Fri Jun 23 18:32:39 UTC 2017


Author: pi
Date: Fri Jun 23 18:32:37 2017
New Revision: 444188
URL: https://svnweb.freebsd.org/changeset/ports/444188

Log:
  graphics/p5-feedgnuplot: add lang/p5-List-MoreUtils to RUN_DEPENDS
  
  - lang/p5-List-MoreUtils needs to be present if one wants to use
    feedgnuplot
  
  PR:		220226
  Submitted by:	egypcio at googlemail.com

Modified:
  head/graphics/p5-feedgnuplot/Makefile

Modified: head/graphics/p5-feedgnuplot/Makefile
==============================================================================
--- head/graphics/p5-feedgnuplot/Makefile	Fri Jun 23 18:22:28 2017	(r444187)
+++ head/graphics/p5-feedgnuplot/Makefile	Fri Jun 23 18:32:37 2017	(r444188)
@@ -2,6 +2,7 @@
 
 PORTNAME=	feedgnuplot
 PORTVERSION=	1.42
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-String-ShellQuote>=0.50:textproc/p5-String-ShellQuote \
 		p5-IPC-Run>=0:devel/p5-IPC-Run
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
+		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
 		gnuplot:math/gnuplot
 
 USES=		perl5


More information about the svn-ports-all mailing list