Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:41:06 +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: r521181 - head/multimedia/rubygem-streamio-ffmpeg
Message-ID:  <201912280741.xBS7f6aR051061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 07:41:06 2019
New Revision: 521181
URL: https://svnweb.freebsd.org/changeset/ports/521181

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/multimedia/rubygem-streamio-ffmpeg/Makefile

Modified: head/multimedia/rubygem-streamio-ffmpeg/Makefile
==============================================================================
--- head/multimedia/rubygem-streamio-ffmpeg/Makefile	Sat Dec 28 07:41:01 2019	(r521180)
+++ head/multimedia/rubygem-streamio-ffmpeg/Makefile	Sat Dec 28 07:41:06 2019	(r521181)
@@ -12,7 +12,7 @@ COMMENT=	Wraps ffmpeg to read metadata and transcodes 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-multi_json>=1.8:devel/rubygem-multi_json \
+RUN_DEPENDS=	rubygem-multi_json>=1.8<2:devel/rubygem-multi_json \
 		ffmpeg>=3.4.2,1:multimedia/ffmpeg
 
 USES=		gem



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