Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 21:01:19 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407495 - in head: databases/rubygem-activemodel41 databases/rubygem-activerecord41 databases/rubygem-after_commit_queue-rails41 databases/rubygem-paranoia-rails41 devel/rubygem-actionv...
Message-ID:  <201601292101.u0TL1JEM040323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Jan 29 21:01:18 2016
New Revision: 407495
URL: https://svnweb.freebsd.org/changeset/ports/407495

Log:
  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>

Modified:
  head/databases/rubygem-activemodel41/Makefile
  head/databases/rubygem-activerecord41/Makefile
  head/databases/rubygem-after_commit_queue-rails41/Makefile
  head/databases/rubygem-paranoia-rails41/Makefile
  head/devel/rubygem-actionview41/Makefile
  head/devel/rubygem-activesupport41/Makefile
  head/devel/rubygem-coffee-rails41/Makefile
  head/devel/rubygem-jbuilder-rails41/Makefile
  head/devel/rubygem-omniauth_crowd-rails41/Makefile
  head/devel/rubygem-sprockets-rails-rails41/Makefile
  head/mail/rubygem-actionmailer41/Makefile
  head/textproc/rubygem-sass-rails4-rails41/Makefile
  head/www/rubygem-actionpack41/Makefile
  head/www/rubygem-railties41/Makefile
  head/www/rubygem-turbolinks-rails41/Makefile

Modified: head/databases/rubygem-activemodel41/Makefile
==============================================================================
--- head/databases/rubygem-activemodel41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/databases/rubygem-activemodel41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -13,6 +13,9 @@ COMMENT=	Toolkit for building modeling f
 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
 

Modified: head/databases/rubygem-activerecord41/Makefile
==============================================================================
--- head/databases/rubygem-activerecord41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/databases/rubygem-activerecord41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -14,6 +14,9 @@ COMMENT=	Object-relational mapping layer
 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

Modified: head/databases/rubygem-after_commit_queue-rails41/Makefile
==============================================================================
--- head/databases/rubygem-after_commit_queue-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/databases/rubygem-after_commit_queue-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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

Modified: head/databases/rubygem-paranoia-rails41/Makefile
==============================================================================
--- head/databases/rubygem-paranoia-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/databases/rubygem-paranoia-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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

Modified: head/devel/rubygem-actionview41/Makefile
==============================================================================
--- head/devel/rubygem-actionview41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-actionview41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -13,6 +13,9 @@ COMMENT=	Rendering framework putting the
 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

Modified: head/devel/rubygem-activesupport41/Makefile
==============================================================================
--- head/devel/rubygem-activesupport41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-activesupport41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -13,6 +13,9 @@ COMMENT=	Utility classes and extension t
 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 \

Modified: head/devel/rubygem-coffee-rails41/Makefile
==============================================================================
--- head/devel/rubygem-coffee-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-coffee-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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
 

Modified: head/devel/rubygem-jbuilder-rails41/Makefile
==============================================================================
--- head/devel/rubygem-jbuilder-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-jbuilder-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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
 

Modified: head/devel/rubygem-omniauth_crowd-rails41/Makefile
==============================================================================
--- head/devel/rubygem-omniauth_crowd-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-omniauth_crowd-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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

Modified: head/devel/rubygem-sprockets-rails-rails41/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-rails-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/devel/rubygem-sprockets-rails-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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

Modified: head/mail/rubygem-actionmailer41/Makefile
==============================================================================
--- head/mail/rubygem-actionmailer41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/mail/rubygem-actionmailer41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -13,6 +13,9 @@ COMMENT=	Easy email delivery and testing
 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

Modified: head/textproc/rubygem-sass-rails4-rails41/Makefile
==============================================================================
--- head/textproc/rubygem-sass-rails4-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/textproc/rubygem-sass-rails4-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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 \

Modified: head/www/rubygem-actionpack41/Makefile
==============================================================================
--- head/www/rubygem-actionpack41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/www/rubygem-actionpack41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -13,6 +13,9 @@ COMMENT=	Action Controller and Action Vi
 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 \

Modified: head/www/rubygem-railties41/Makefile
==============================================================================
--- head/www/rubygem-railties41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/www/rubygem-railties41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -12,6 +12,9 @@ COMMENT=	Rails internals bootup, plugins
 
 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

Modified: head/www/rubygem-turbolinks-rails41/Makefile
==============================================================================
--- head/www/rubygem-turbolinks-rails41/Makefile	Fri Jan 29 20:01:15 2016	(r407494)
+++ head/www/rubygem-turbolinks-rails41/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601292101.u0TL1JEM040323>