git: beeae4726660 - main - security/rubygem-attr_encrypted: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:39 UTC
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>