diff options
author | jrm <jrm@FreeBSD.org> | 2017-08-04 05:11:59 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:18:01 +0800 |
commit | 381b147cb4996fbb2446dccf898799f67afe4f36 (patch) | |
tree | 74143792e3cfb3d89cf112143d008a273e73d63e | |
parent | 0b1a5de48e707a47ff8bdc8589459226f8cfba99 (diff) | |
download | freebsd-ports-gnome-381b147cb4996fbb2446dccf898799f67afe4f36.tar.gz freebsd-ports-gnome-381b147cb4996fbb2446dccf898799f67afe4f36.tar.zst freebsd-ports-gnome-381b147cb4996fbb2446dccf898799f67afe4f36.zip |
textproc/rubygem-scss_lint, textproc/rubygem-compass,
textproc/rubygem-compass-import-once, textproc/rubygem-compass-core: Depend
on textproc/rubygem-sass34, so that textproc/rubygem-sass can be upgraded.
The gemspecs for these gems require a version of sass < 3.5.
Approved by: sunpoet (maintainer)
Differential Revision: https://reviews.freebsd.org/D11809
-rw-r--r-- | textproc/rubygem-compass-core/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-compass-import-once/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-compass/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-scss_lint/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/textproc/rubygem-compass-core/Makefile b/textproc/rubygem-compass-core/Makefile index ec5387a30ba0..7c2f1559eaf6 100644 --- a/textproc/rubygem-compass-core/Makefile +++ b/textproc/rubygem-compass-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= compass-core PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-multi_json>=1.0:devel/rubygem-multi_json \ - rubygem-sass>=3.3.0:textproc/rubygem-sass + rubygem-sass34>=0:textproc/rubygem-sass34 NO_ARCH= yes USE_RUBY= yes diff --git a/textproc/rubygem-compass-import-once/Makefile b/textproc/rubygem-compass-import-once/Makefile index c417c33b0290..ad5254eb28e4 100644 --- a/textproc/rubygem-compass-import-once/Makefile +++ b/textproc/rubygem-compass-import-once/Makefile @@ -3,6 +3,7 @@ PORTNAME= compass-import-once PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -12,7 +13,7 @@ COMMENT= Compass core stylesheet library and minimum required ruby extensions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-sass>=3.2:textproc/rubygem-sass +RUN_DEPENDS= rubygem-sass34>=0:textproc/rubygem-sass34 NO_ARCH= yes USE_RUBY= yes diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index 525ac106a4d9..c06ed2eae5b9 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -3,6 +3,7 @@ PORTNAME= compass PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -17,7 +18,7 @@ RUN_DEPENDS= rubygem-chunky_png>=1.2:graphics/rubygem-chunky_png \ rubygem-compass-import-once>=1.0.5:textproc/rubygem-compass-import-once \ rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \ rubygem-rb-inotify>=0.9:devel/rubygem-rb-inotify \ - rubygem-sass>=3.3.13:textproc/rubygem-sass + rubygem-sass34>=0:textproc/rubygem-sass34 NO_ARCH= yes USE_RUBY= yes diff --git a/textproc/rubygem-scss_lint/Makefile b/textproc/rubygem-scss_lint/Makefile index 3ad651a91d2a..dd94a40d30e3 100644 --- a/textproc/rubygem-scss_lint/Makefile +++ b/textproc/rubygem-scss_lint/Makefile @@ -2,6 +2,7 @@ PORTNAME= scss_lint PORTVERSION= 0.54.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rake>=0.9:devel/rubygem-rake \ - rubygem-sass>=3.4.20:textproc/rubygem-sass + rubygem-sass34>=0:textproc/rubygem-sass34 NO_ARCH= yes USE_RUBY= yes |