aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sanitize
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-19 15:37:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-19 15:37:26 +0000
commit889db0e8126cfc92a8eb08c20bd0d640b78c33ea (patch)
tree9ef748517a53c9d5f9a4ae081d94523d74d10253 /textproc/rubygem-sanitize
parentf34f6fa96dc4d9d2a9efae9ee77f90c88a135023 (diff)
downloadports-889db0e8126cfc92a8eb08c20bd0d640b78c33ea.tar.gz
ports-889db0e8126cfc92a8eb08c20bd0d640b78c33ea.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=549029
Diffstat (limited to 'textproc/rubygem-sanitize')
-rw-r--r--textproc/rubygem-sanitize/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/rubygem-sanitize/Makefile b/textproc/rubygem-sanitize/Makefile
index 894b4d606969..801c005b4e78 100644
--- a/textproc/rubygem-sanitize/Makefile
+++ b/textproc/rubygem-sanitize/Makefile
@@ -12,12 +12,13 @@ COMMENT= Whitelist based HTML sanitizer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-crass>=1.0.2:www/rubygem-crass \
+RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
- rubygem-nokogumbo>=1.4:textproc/rubygem-nokogumbo
+ rubygem-nokogumbo>=1.4<2:textproc/rubygem-nokogumbo
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>