diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-17 21:53:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-17 21:53:27 +0000 |
commit | 1672faf247118a50762a20c383960a8f8aeaece4 (patch) | |
tree | 16906a83120d9ac988ce234cc1826221c039639c | |
parent | b2e109103d3d8c908a345ccfe0668dbe5ccd25ec (diff) | |
download | freebsd-ports-1672faf247118a50762a20c383960a8f8aeaece4.zip |
Add PORTSCOUT
-rw-r--r-- | textproc/rubygem-sass-rails-rails5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-sass-rails-rails5/Makefile b/textproc/rubygem-sass-rails-rails5/Makefile index 22e51883ed5c..40b014ac793e 100644 --- a/textproc/rubygem-sass-rails-rails5/Makefile +++ b/textproc/rubygem-sass-rails-rails5/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties5>=4.0.0<6:www/rubygem-railties5 \ - rubygem-sass>=3.1<4.0:textproc/rubygem-sass \ + rubygem-sass>=3.1<4:textproc/rubygem-sass \ rubygem-sprockets3>=2.8<4.0:devel/rubygem-sprockets3 \ rubygem-sprockets-rails-rails5>=2.0<4.0:devel/rubygem-sprockets-rails-rails5 \ rubygem-tilt>=1.1<3:devel/rubygem-tilt @@ -24,4 +24,7 @@ USE_RUBY= yes NO_ARCH= yes +# It requires Rails 5.2.0+ since 5.0.8. +PORTSCOUT= ignore:1 + .include <bsd.port.mk> |