Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2017 18:32:38 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444188 - head/graphics/p5-feedgnuplot
Message-ID:  <201706231832.v5NIWcbU064764@repo.freebsd.org>

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



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