Bug 206880 - security/rubygem-rack-oauth2: switch used Rails version from 3 to 4.2
Summary: security/rubygem-rack-oauth2: switch used Rails version from 3 to 4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 10:37 UTC by Torsten Zühlsdorff
Modified: 2016-02-03 20:57 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
patch to switch dependencies to rails 4.2 (713 bytes, patch)
2016-02-03 10:37 UTC, Torsten Zühlsdorff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2016-02-03 10:37:02 UTC
Created attachment 166491 [details]
patch to switch dependencies to rails 4.2

Hello,

we discussed at ruby@ mailing-list the future obsoletion of Rails 3 in the ports-tree. Most of the ports using Rails 3 were already working with the current Rails 4.2. 

Attached is a patch which changes the dependencies to the new Rails 4.2. This includes a bump for the new build.

poudriere build fine for:
9.3 amd + i386
10.1 amd + i386
10.2 amd + i386
11-current r293820 amd + i386

portlint is also fine.

And i did a runtime test to verify that the port is still loadable and usable!

Greetings,
Torsten
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-03 20:55:18 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Feb  3 20:54:56 UTC 2016
New revision: 407983
URL: https://svnweb.freebsd.org/changeset/ports/407983

Log:
  - Update RUN_DEPENDS: use Rails 4
  - Bump PORTREVISION for dependency change

  PR:		206880
  Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>

Changes:
  head/security/rubygem-rack-oauth2/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-02-03 20:57:28 UTC
Committed. Thanks!