Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:55:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: beeae4726660 - main - security/rubygem-attr_encrypted: Update version requirement of RUN_DEPENDS
Message-ID:  <202304271555.33RFtd97029446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=beeae4726660ab64e70532658a145cecc9b43c6f

commit beeae4726660ab64e70532658a145cecc9b43c6f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:49:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:49:09 +0000

    security/rubygem-attr_encrypted: Update version requirement of RUN_DEPENDS
---
 security/rubygem-attr_encrypted/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/rubygem-attr_encrypted/Makefile b/security/rubygem-attr_encrypted/Makefile
index 2324e6ae2240..5ecffba45c33 100644
--- a/security/rubygem-attr_encrypted/Makefile
+++ b/security/rubygem-attr_encrypted/Makefile
@@ -10,9 +10,10 @@ WWW=		https://github.com/attr-encrypted/attr_encrypted
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-encryptor>=3.0.0:security/rubygem-encryptor
+RUN_DEPENDS=	rubygem-encryptor>=3.0.0<3.1:security/rubygem-encryptor
 
-NO_ARCH=	yes
 USES=		gem
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>



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