svn commit: r509504 - head/security/rubygem-acme-client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 21 13:04:34 UTC 2019


Author: sunpoet
Date: Wed Aug 21 13:04:33 2019
New Revision: 509504
URL: https://svnweb.freebsd.org/changeset/ports/509504

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-acme-client/Makefile

Modified: head/security/rubygem-acme-client/Makefile
==============================================================================
--- head/security/rubygem-acme-client/Makefile	Wed Aug 21 12:56:17 2019	(r509503)
+++ head/security/rubygem-acme-client/Makefile	Wed Aug 21 13:04:33 2019	(r509504)
@@ -12,7 +12,7 @@ COMMENT=	Client for the ACME protocol
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-faraday>=0.9.1:www/rubygem-faraday
+RUN_DEPENDS=	rubygem-faraday>=0.9.1<1:www/rubygem-faraday
 
 USES=		gem shebangfix
 USE_RUBY=	yes


More information about the svn-ports-all mailing list