diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-15 20:10:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-15 20:10:29 +0800 |
commit | c43d4e557ffd469a2493fa88a87ce206635c5f9e (patch) | |
tree | 0c56bd27ab9ff84efefeafa1c480509c2df3b666 | |
parent | c2e9c12e11ddd85dc1d1dc7b106cbfbc112f6956 (diff) | |
download | freebsd-ports-gnome-c43d4e557ffd469a2493fa88a87ce206635c5f9e.tar.gz freebsd-ports-gnome-c43d4e557ffd469a2493fa88a87ce206635c5f9e.tar.zst freebsd-ports-gnome-c43d4e557ffd469a2493fa88a87ce206635c5f9e.zip |
- Update to 2.0.5
- Update RUN_DEPENDS: use newer rubygem-sass-rails
Changes: https://github.com/Compass/compass-rails/blob/master/CHANGELOG.md
https://github.com/Compass/compass-rails/commits/master
-rw-r--r-- | textproc/rubygem-compass-rails/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-compass-rails/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/rubygem-compass-rails/Makefile b/textproc/rubygem-compass-rails/Makefile index 35ebf1ff5840..06c31909b7ef 100644 --- a/textproc/rubygem-compass-rails/Makefile +++ b/textproc/rubygem-compass-rails/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compass-rails -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Integrate Compass into Rails 2.3 and up LICENSE= MIT RUN_DEPENDS= rubygem-compass>=1.0.0:${PORTSDIR}/textproc/rubygem-compass \ - rubygem-sass-rails>=0:${PORTSDIR}/textproc/rubygem-sass-rails \ + rubygem-sass-rails5>=0:${PORTSDIR}/textproc/rubygem-sass-rails5 \ rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets NO_ARCH= yes diff --git a/textproc/rubygem-compass-rails/distinfo b/textproc/rubygem-compass-rails/distinfo index 4f6e4e28b915..e5f7bfedb5ce 100644 --- a/textproc/rubygem-compass-rails/distinfo +++ b/textproc/rubygem-compass-rails/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/compass-rails-2.0.4.gem) = 843339299ff5812db46611f968ef60193674af555e8fb4dd9b29252c2605618e -SIZE (rubygem/compass-rails-2.0.4.gem) = 17920 +SHA256 (rubygem/compass-rails-2.0.5.gem) = fe331fb032ebe447e97c982657b4bf90cc8d243475c06b2747811abb80d2981d +SIZE (rubygem/compass-rails-2.0.5.gem) = 17920 |