git: 763c5b6940f4 - main - textproc/rubygem-puppet-strings: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:05:51 UTC
The branch main has been updated by sunpoet:

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

commit 763c5b6940f44e37210b5a3ef9165e20d2c1906b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:17:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 16:00:09 +0000

    textproc/rubygem-puppet-strings: Update version requirement of RUN_DEPENDS
    
    With hat:       ruby
---
 textproc/rubygem-puppet-strings/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile
index 2e936e715760..c3575102e959 100644
--- a/textproc/rubygem-puppet-strings/Makefile
+++ b/textproc/rubygem-puppet-strings/Makefile
@@ -10,7 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-rgen>=0:devel/rubygem-rgen \
-		rubygem-yard>=0:textproc/rubygem-yard
+		rubygem-yard>=0.9.5<0.10:textproc/rubygem-yard
 
 USES=		gem
 USE_RUBY=	yes