Date: Wed, 21 Jul 2021 18:14:21 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: 7c85edf76313 - main - textproc/rubygem-org-ruby: Update version requirement of RUN_DEPENDS Message-ID: <202107211814.16LIELOq044249@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=7c85edf763133e28786584d61dfa20c7acd64745 commit 7c85edf763133e28786584d61dfa20c7acd64745 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-21 17:20:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-21 18:12:03 +0000 textproc/rubygem-org-ruby: Update version requirement of RUN_DEPENDS --- textproc/rubygem-org-ruby/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/rubygem-org-ruby/Makefile b/textproc/rubygem-org-ruby/Makefile index 5f70e47c4109..6216d1e50f91 100644 --- a/textproc/rubygem-org-ruby/Makefile +++ b/textproc/rubygem-org-ruby/Makefile @@ -10,12 +10,12 @@ COMMENT= Org mode parser written in Ruby LICENSE= MIT -RUN_DEPENDS= rubygem-rubypants>=0.2.0:textproc/rubygem-rubypants +RUN_DEPENDS= rubygem-rubypants>=0.2<1:textproc/rubygem-rubypants -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/org-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211814.16LIELOq044249>