Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2019 13:04:34 +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: r509504 - head/security/rubygem-acme-client
Message-ID:  <201908211304.x7LD4YBP074996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908211304.x7LD4YBP074996>