diff options
author | tz <tz@FreeBSD.org> | 2016-08-11 23:17:21 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-08-11 23:17:21 +0800 |
commit | d7a8543ca311be59576238b6c975a41366c4472b (patch) | |
tree | 4a30eaaf847b12d192da69867e2c541f43bb0d41 /security | |
parent | 7ad179b73a04a1e029699e5f7ae285104be0c302 (diff) | |
download | freebsd-ports-gnome-d7a8543ca311be59576238b6c975a41366c4472b.tar.gz freebsd-ports-gnome-d7a8543ca311be59576238b6c975a41366c4472b.tar.zst freebsd-ports-gnome-d7a8543ca311be59576238b6c975a41366c4472b.zip |
devel/rubygem-devise: switch to Rails 4 and fix fallout
Remove support of Rails 3 since we are obsoleting this version from the
ports-tree. This fixes the fallout-message to ruby@.
Also DEPRECATE rubygem-devise-rails4 in favor of rubygem-devise
and adjust dependencies of security/rubygem-devise-two-factor and
www/gitlab.
Approved by: pi (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-devise-two-factor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile index 3be3e3f2b33e..94604a8c2f6d 100644 --- a/security/rubygem-devise-two-factor/Makefile +++ b/security/rubygem-devise-two-factor/Makefile @@ -3,6 +3,7 @@ PORTNAME= devise-two-factor PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \ - rubygem-devise-rails4>=4.0:devel/rubygem-devise-rails4 \ + rubygem-devise>=4.0:devel/rubygem-devise \ rubygem-railties4>=0:www/rubygem-railties4 \ rubygem-rotp>=2.0:devel/rubygem-rotp |