Date: Wed, 21 Jul 2021 18:14:18 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: 9b3804f2e243 - main - textproc/rubygem-linguistics: Update version requirement of RUN_DEPENDS Message-ID: <202107211814.16LIEIxn044171@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=9b3804f2e24377acfaf26dd8f79bd98d7586fdc6 commit 9b3804f2e24377acfaf26dd8f79bd98d7586fdc6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:19:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:12:02 +0000 textproc/rubygem-linguistics: Update version requirement of RUN_DEPENDS --- textproc/rubygem-linguistics/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/rubygem-linguistics/Makefile b/textproc/rubygem-linguistics/Makefile index 19af959fbbe3..3f2720bdc104 100644 --- a/textproc/rubygem-linguistics/Makefile +++ b/textproc/rubygem-linguistics/Makefile @@ -11,12 +11,13 @@ COMMENT= Framework for extending Ruby objects with linguistic methods LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-loggability>=0.11:textproc/rubygem-loggability +RUN_DEPENDS= rubygem-loggability>=0.11<1:textproc/rubygem-loggability + +USES= gem shebangfix +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem shebangfix SHEBANG_FILES= lib/linguistics.rb \ lib/linguistics/en/linkparser.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIEIxn044171>