1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

www/rubygem-acts-as-taggable-on: change RUN_DEPENDS to www/rubygem-rails4

Originally the port depends on www/rubygem-rails, which we try to obsolete from
the ports-tree. The port works fine with Rails 4.

Approved by: pi (mentor)
This commit is contained in:
Torsten Zuehlsdorff 2016-07-29 13:06:05 +00:00
parent 707134d20c
commit b246fdaee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419250

View File

@ -2,6 +2,7 @@
PORTNAME= acts-as-taggable-on
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -11,7 +12,7 @@ COMMENT= Tag a single model on several contexts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rails>=3.0:www/rubygem-rails
RUN_DEPENDS= rubygem-rails4>=3.0:www/rubygem-rails4
NO_ARCH= yes
USE_RUBY= YES