diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-12-06 22:14:12 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-12-06 22:14:12 +0000 |
commit | 5a5ca401505d2a51165e45f4e8f578a8fda6baee (patch) | |
tree | 4f7f4d6ad6ea48e89e7ddd0a12793e87a38e23cb /www | |
parent | e9c6e5503e44da601bc49872cd65ce1b8c09fc68 (diff) |
www/rubygem-tinymce-rails: switch to railties 4.x
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=427997
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-tinymce-rails/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-tinymce-rails/Makefile b/www/rubygem-tinymce-rails/Makefile index f40dd16a4110..8912072fb9aa 100644 --- a/www/rubygem-tinymce-rails/Makefile +++ b/www/rubygem-tinymce-rails/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinymce-rails PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Seamlessly integrates TinyMCE into the Rails asset pipeline LICENSE= MIT -RUN_DEPENDS= rubygem-railties>=3.1.1:www/rubygem-railties +RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 NO_ARCH= yes |