svn commit: r545933 - head/devel/rubygem-gitlab-pygments.rb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 23 19:43:30 UTC 2020
Author: sunpoet
Date: Sun Aug 23 19:43:23 2020
New Revision: 545933
URL: https://svnweb.freebsd.org/changeset/ports/545933
Log:
Update version requirement of RUN_DEPENDS
Modified:
head/devel/rubygem-gitlab-pygments.rb/Makefile
Modified: head/devel/rubygem-gitlab-pygments.rb/Makefile
==============================================================================
--- head/devel/rubygem-gitlab-pygments.rb/Makefile Sun Aug 23 19:43:17 2020 (r545932)
+++ head/devel/rubygem-gitlab-pygments.rb/Makefile Sun Aug 23 19:43:23 2020 (r545933)
@@ -12,14 +12,16 @@ COMMENT= Exposes the pygments syntax highlighter to Ru
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \
+RUN_DEPENDS= rubygem-posix-spawn>=0.3.6<0.4:devel/rubygem-posix-spawn \
rubygem-yajl-ruby>=1.1.0:devel/rubygem-yajl-ruby
USES= gem python:env shebangfix
+USE_RUBY= yes
NO_ARCH= yes
-USE_RUBY= yes
-SHEBANG_FILES= lib/pygments/mentos.py vendor/pygments-main/docs/generate.py \
+
+SHEBANG_FILES= lib/pygments/mentos.py \
+ vendor/pygments-main/docs/generate.py \
vendor/pygments-main/external/lasso-builtins-generator-9.lasso \
vendor/pygments-main/pygmentize \
vendor/pygments-main/scripts/check_sources.py \
More information about the svn-ports-all
mailing list