svn commit: r521172 - head/databases/rubygem-couchrest

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


Author: sunpoet
Date: Sat Dec 28 07:40:22 2019
New Revision: 521172
URL: https://svnweb.freebsd.org/changeset/ports/521172

Log:
  Update version requirement of RUN_DEPENDS
  
  - Sort RUN_DEPENDS

Modified:
  head/databases/rubygem-couchrest/Makefile

Modified: head/databases/rubygem-couchrest/Makefile
==============================================================================
--- head/databases/rubygem-couchrest/Makefile	Sat Dec 28 07:40:17 2019	(r521171)
+++ head/databases/rubygem-couchrest/Makefile	Sat Dec 28 07:40:22 2019	(r521172)
@@ -11,12 +11,13 @@ COMMENT=	Provides a simple interface on top of CouchDB
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	rubygem-mime-types>=1.15:misc/rubygem-mime-types \
-		rubygem-multi_json>=1.7:devel/rubygem-multi_json \
-		rubygem-httpclient>=2.8:www/rubygem-httpclient
+RUN_DEPENDS=	rubygem-httpclient>=2.8<3:www/rubygem-httpclient \
+		rubygem-mime-types>=1.15:misc/rubygem-mime-types \
+		rubygem-multi_json>=1.7<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-all mailing list