svn commit: r521181 - head/multimedia/rubygem-streamio-ffmpeg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:41:07 UTC 2019


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


More information about the svn-ports-all mailing list