diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-30 05:01:18 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-01-30 05:01:18 +0800 |
commit | 08689737c048750f58dda6d30595805fdba101c1 (patch) | |
tree | 2beb9ddd40190587cc6d80730d17c9433baa20c5 | |
parent | 115e24d084ab985c4abeb5ce0332be06b2c146a3 (diff) | |
download | freebsd-ports-gnome-08689737c048750f58dda6d30595805fdba101c1.tar.gz freebsd-ports-gnome-08689737c048750f58dda6d30595805fdba101c1.tar.zst freebsd-ports-gnome-08689737c048750f58dda6d30595805fdba101c1.zip |
databases/rubygem-activemodel41
databases/rubygem-activerecord41
databases/rubygem-after_commit_queue-rails41
databases/rubygem-paranoia-rails41
devel/rubygem-actionview41
devel/rubygem-activesupport41
devel/rubygem-coffee-rails41
devel/rubygem-jbuilder-rails41
devel/rubygem-omniauth_crowd-rails41
devel/rubygem-sprockets-rails-rails41
mail/rubygem-actionmailer41
textproc/rubygem-sass-rails4-rails41
www/rubygem-actionpack41
www/rubygem-railties41
www/rubygem-turbolinks-rails41
- DEPRECATE those ports in favor of Rails 4.2
PR: 206735
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
-rw-r--r-- | databases/rubygem-activemodel41/Makefile | 3 | ||||
-rw-r--r-- | databases/rubygem-activerecord41/Makefile | 3 | ||||
-rw-r--r-- | databases/rubygem-after_commit_queue-rails41/Makefile | 3 | ||||
-rw-r--r-- | databases/rubygem-paranoia-rails41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-actionview41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-activesupport41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-coffee-rails41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-jbuilder-rails41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-omniauth_crowd-rails41/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-sprockets-rails-rails41/Makefile | 3 | ||||
-rw-r--r-- | mail/rubygem-actionmailer41/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-sass-rails4-rails41/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-actionpack41/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-railties41/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-turbolinks-rails41/Makefile | 3 |
15 files changed, 45 insertions, 0 deletions
diff --git a/databases/rubygem-activemodel41/Makefile b/databases/rubygem-activemodel41/Makefile index c2f2714ecc32..52b4f7dac8a2 100644 --- a/databases/rubygem-activemodel41/Makefile +++ b/databases/rubygem-activemodel41/Makefile @@ -13,6 +13,9 @@ COMMENT= Toolkit for building modeling frameworks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32 diff --git a/databases/rubygem-activerecord41/Makefile b/databases/rubygem-activerecord41/Makefile index ae04640607dc..0fb1541f76fb 100644 --- a/databases/rubygem-activerecord41/Makefile +++ b/databases/rubygem-activerecord41/Makefile @@ -14,6 +14,9 @@ COMMENT= Object-relational mapping layer for Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activemodel41>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel41 \ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-arel5>=5.0.0:${PORTSDIR}/databases/rubygem-arel5 diff --git a/databases/rubygem-after_commit_queue-rails41/Makefile b/databases/rubygem-after_commit_queue-rails41/Makefile index bc214ce5cf7f..7a5e75b99110 100644 --- a/databases/rubygem-after_commit_queue-rails41/Makefile +++ b/databases/rubygem-after_commit_queue-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activerecord41>=4.1:${PORTSDIR}/databases/rubygem-activerecord41 MASTERDIR= ${.CURDIR}/../rubygem-after_commit_queue diff --git a/databases/rubygem-paranoia-rails41/Makefile b/databases/rubygem-paranoia-rails41/Makefile index 7940c82d58bd..103a042e037a 100644 --- a/databases/rubygem-paranoia-rails41/Makefile +++ b/databases/rubygem-paranoia-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activerecord41>=0:${PORTSDIR}/databases/rubygem-activerecord41 MASTERDIR= ${.CURDIR}/../rubygem-paranoia diff --git a/devel/rubygem-actionview41/Makefile b/devel/rubygem-actionview41/Makefile index c26d41a994b3..3e74c5d2c967 100644 --- a/devel/rubygem-actionview41/Makefile +++ b/devel/rubygem-actionview41/Makefile @@ -13,6 +13,9 @@ COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis diff --git a/devel/rubygem-activesupport41/Makefile b/devel/rubygem-activesupport41/Makefile index a83ac3fa9857..311ed63e60d3 100644 --- a/devel/rubygem-activesupport41/Makefile +++ b/devel/rubygem-activesupport41/Makefile @@ -13,6 +13,9 @@ COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json \ rubygem-minitest>=5.1:${PORTSDIR}/devel/rubygem-minitest \ diff --git a/devel/rubygem-coffee-rails41/Makefile b/devel/rubygem-coffee-rails41/Makefile index 91e60faacd89..1e633ba3c77e 100644 --- a/devel/rubygem-coffee-rails41/Makefile +++ b/devel/rubygem-coffee-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= 41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \ rubygem-railties41>=4.1.12:${PORTSDIR}/www/rubygem-railties41 diff --git a/devel/rubygem-jbuilder-rails41/Makefile b/devel/rubygem-jbuilder-rails41/Makefile index dc4a7811145b..ef21639bb135 100644 --- a/devel/rubygem-jbuilder-rails41/Makefile +++ b/devel/rubygem-jbuilder-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activesupport41>=4.1.12:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-multi_json>=1.2:${PORTSDIR}/devel/rubygem-multi_json diff --git a/devel/rubygem-omniauth_crowd-rails41/Makefile b/devel/rubygem-omniauth_crowd-rails41/Makefile index a71c4d72ca8b..15fd054ef01a 100644 --- a/devel/rubygem-omniauth_crowd-rails41/Makefile +++ b/devel/rubygem-omniauth_crowd-rails41/Makefile @@ -2,6 +2,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-activesupport41>=0:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth diff --git a/devel/rubygem-sprockets-rails-rails41/Makefile b/devel/rubygem-sprockets-rails-rails41/Makefile index aee89be8c679..7f5dbe178397 100644 --- a/devel/rubygem-sprockets-rails-rails41/Makefile +++ b/devel/rubygem-sprockets-rails-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-actionpack41>=4.1.12:${PORTSDIR}/www/rubygem-actionpack41 \ rubygem-activesupport41>=4.1.12:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-sprockets3>=3.0.3:${PORTSDIR}/devel/rubygem-sprockets3 diff --git a/mail/rubygem-actionmailer41/Makefile b/mail/rubygem-actionmailer41/Makefile index ddddc21aed88..b8d56859abf4 100644 --- a/mail/rubygem-actionmailer41/Makefile +++ b/mail/rubygem-actionmailer41/Makefile @@ -13,6 +13,9 @@ COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \ rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \ rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail diff --git a/textproc/rubygem-sass-rails4-rails41/Makefile b/textproc/rubygem-sass-rails4-rails41/Makefile index 52806b3d4480..1196f25fbd22 100644 --- a/textproc/rubygem-sass-rails4-rails41/Makefile +++ b/textproc/rubygem-sass-rails4-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= 4-rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-railties41>=4.1.12:${PORTSDIR}/www/rubygem-railties41 \ rubygem-sass32>=3.2.2:${PORTSDIR}/textproc/rubygem-sass32 \ rubygem-sprockets>=2.8:${PORTSDIR}/devel/rubygem-sprockets \ diff --git a/www/rubygem-actionpack41/Makefile b/www/rubygem-actionpack41/Makefile index 0033cc3a5e9a..745eaadb6fec 100644 --- a/www/rubygem-actionpack41/Makefile +++ b/www/rubygem-actionpack41/Makefile @@ -13,6 +13,9 @@ COMMENT= Action Controller and Action View of Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \ diff --git a/www/rubygem-railties41/Makefile b/www/rubygem-railties41/Makefile index e29880213b94..88d7de408124 100644 --- a/www/rubygem-railties41/Makefile +++ b/www/rubygem-railties41/Makefile @@ -12,6 +12,9 @@ COMMENT= Rails internals bootup, plugins, generators, and rake tasks LICENSE= MIT +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor diff --git a/www/rubygem-turbolinks-rails41/Makefile b/www/rubygem-turbolinks-rails41/Makefile index abefd37de21c..4c4b6626abc1 100644 --- a/www/rubygem-turbolinks-rails41/Makefile +++ b/www/rubygem-turbolinks-rails41/Makefile @@ -3,6 +3,9 @@ PKGNAMESUFFIX= -rails41 +DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2 +EXPIRATION_DATE= 2016-03-31 + RUN_DEPENDS= rubygem-coffee-rails41>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails41 MASTERDIR= ${.CURDIR}/../rubygem-turbolinks |