From owner-cvs-all@FreeBSD.ORG Fri Mar 18 14:07:07 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07A4E1065672; Fri, 18 Mar 2011 14:07:07 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDB648FC1F; Fri, 18 Mar 2011 14:07:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2IE76Uc097765; Fri, 18 Mar 2011 14:07:06 GMT (envelope-from decke@repoman.freebsd.org) Received: (from decke@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2IE76HA097764; Fri, 18 Mar 2011 14:07:06 GMT (envelope-from decke) Message-Id: <201103181407.p2IE76HA097764@repoman.freebsd.org> From: Bernhard Froehlich Date: Fri, 18 Mar 2011 14:07:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/redmine/files patch-Rakefile patch-config-boot.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 14:07:07 -0000 decke 2011-03-18 14:07:06 UTC FreeBSD ports repository Modified files: www/redmine/files patch-config-boot.rb Removed files: www/redmine/files patch-Rakefile Log: - Improve fix to work with RubyGems 1.6.x RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's documented in the RubyGems release notes that "RubyGems no longer requires 'thread'. Rails < 3 will need to add require 'thread' to their applications." PR: ports/155492 Reported by: Thomas Sandford Thanks to: Thomas Sandford Revision Changes Path 1.2 +0 -10 ports/www/redmine/files/patch-Rakefile (dead) 1.4 +12 -3 ports/www/redmine/files/patch-config-boot.rb