From owner-svn-ports-all@freebsd.org Fri Jan 29 21:01:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1FEAA7270A; Fri, 29 Jan 2016 21:01:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99C471E91; Fri, 29 Jan 2016 21:01:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TL1KDE040338; Fri, 29 Jan 2016 21:01:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TL1JEM040323; Fri, 29 Jan 2016 21:01:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601292101.u0TL1JEM040323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 29 Jan 2016 21:01:19 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 21:01:22 -0000 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 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