aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-11 19:28:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-11 19:28:56 +0800
commitbd3901caa3b41890ca990f7d9e9bd4a7292ad496 (patch)
tree07a579607415163d1a3085f5c9a83fb7364f4f35 /textproc
parent0867f7839bc5f923bd54107317241852d081db88 (diff)
downloadfreebsd-ports-gnome-bd3901caa3b41890ca990f7d9e9bd4a7292ad496.tar.gz
freebsd-ports-gnome-bd3901caa3b41890ca990f7d9e9bd4a7292ad496.tar.zst
freebsd-ports-gnome-bd3901caa3b41890ca990f7d9e9bd4a7292ad496.zip
Update version requirement of RUN_DEPENDS
- Take maintainership
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-sass-rails-rails50/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rubygem-sass-rails-rails50/Makefile b/textproc/rubygem-sass-rails-rails50/Makefile
index 00afe12787cf..702765038679 100644
--- a/textproc/rubygem-sass-rails-rails50/Makefile
+++ b/textproc/rubygem-sass-rails-rails50/Makefile
@@ -7,17 +7,17 @@ CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sass adapter for the Rails asset pipeline
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-railties50>=5.0.0:www/rubygem-railties50 \
- rubygem-sass>=3.1:textproc/rubygem-sass \
- rubygem-sprockets3>=3.0.3:devel/rubygem-sprockets3 \
- rubygem-sprockets-rails-rails50>=2.0:devel/rubygem-sprockets-rails-rails50 \
- rubygem-tilt>=1.1:devel/rubygem-tilt
+RUN_DEPENDS= rubygem-railties50>=4.0.0<6:www/rubygem-railties50 \
+ rubygem-sass>=3.1<4.0:textproc/rubygem-sass \
+ rubygem-sprockets3>=2.8<4.0:devel/rubygem-sprockets3 \
+ rubygem-sprockets-rails-rails50>=2.0<4.0:devel/rubygem-sprockets-rails-rails50 \
+ rubygem-tilt>=1.1<3:devel/rubygem-tilt
USES= gem
USE_RUBY= yes