svn commit: r521177 - head/devel/rubygem-logging

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


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>


More information about the svn-ports-head mailing list