Date: Sat, 28 Dec 2019 07:40:46 +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: r521177 - head/devel/rubygem-logging Message-ID: <201912280740.xBS7elvJ050624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 28 07:40:46 2019 New Revision: 521177 URL: https://svnweb.freebsd.org/changeset/ports/521177 Log: Update version requirement of RUN_DEPENDS Modified: head/devel/rubygem-logging/Makefile Modified: head/devel/rubygem-logging/Makefile ============================================================================== --- head/devel/rubygem-logging/Makefile Sat Dec 28 07:40:41 2019 (r521176) +++ head/devel/rubygem-logging/Makefile Sat Dec 28 07:40:46 2019 (r521177) @@ -12,11 +12,12 @@ COMMENT= Logging library based on Java's log4j #' LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-little-plugger>=1.1:devel/rubygem-little-plugger \ - rubygem-multi_json>=1.10:devel/rubygem-multi_json +RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \ + rubygem-multi_json>=1.10<2:devel/rubygem-multi_json -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280740.xBS7elvJ050624>