summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-15 12:10:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-15 12:10:34 +0000
commit8069d14a9496a3d9fabdaf3013028f6af6e7b38b (patch)
tree5c2ca53c0bf54f60a74df19703bf67574da3dcaa
parent- Update to 2.0.5 (diff)
- Update RUN_DEPENDS: use Rails 4 and newer rubygem-sass-rails
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=394313
-rw-r--r--www/rubygem-chosen-rails/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-chosen-rails/Makefile b/www/rubygem-chosen-rails/Makefile
index c659811dd5e9..43a56649ba36 100644
--- a/www/rubygem-chosen-rails/Makefile
+++ b/www/rubygem-chosen-rails/Makefile
@@ -2,6 +2,7 @@
PORTNAME= chosen-rails
PORTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -10,10 +11,10 @@ COMMENT= Box enhancer for jQuery and Protoype
LICENSE= MIT
-RUN_DEPENDS= rubygem-coffee-rails>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails \
+RUN_DEPENDS= rubygem-coffee-rails4>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails4 \
rubygem-compass-rails>=2.0.4:${PORTSDIR}/textproc/rubygem-compass-rails \
- rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
- rubygem-sass-rails>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails
+ rubygem-railties4>=3.0:${PORTSDIR}/www/rubygem-railties4 \
+ rubygem-sass-rails5>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails5
NO_ARCH= yes