From owner-svn-ports-all@FreeBSD.ORG Sun Mar 30 21:48:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0340958; Sun, 30 Mar 2014 21:48:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 83D94DFF; Sun, 30 Mar 2014 21:48:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ULmQvs095174; Sun, 30 Mar 2014 21:48:26 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ULmQ6U095172; Sun, 30 Mar 2014 21:48:26 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201403302148.s2ULmQ6U095172@svn.freebsd.org> From: Steve Wills Date: Sun, 30 Mar 2014 21:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349685 - in head/www/redmine: . files 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.17 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: Sun, 30 Mar 2014 21:48:26 -0000 Author: swills Date: Sun Mar 30 21:48:25 2014 New Revision: 349685 URL: http://svnweb.freebsd.org/changeset/ports/349685 QAT: https://qat.redports.org/buildarchive/r349685/ Log: - Fix patch with rmagick options disabled Reported by: Cyril Kalinchikov Pointyhat to: swills Modified: head/www/redmine/Makefile head/www/redmine/files/extra-patch-Gemfile Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Sun Mar 30 21:44:34 2014 (r349684) +++ head/www/redmine/Makefile Sun Mar 30 21:48:25 2014 (r349685) @@ -3,6 +3,7 @@ PORTNAME= redmine PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ Modified: head/www/redmine/files/extra-patch-Gemfile ============================================================================== --- head/www/redmine/files/extra-patch-Gemfile Sun Mar 30 21:44:34 2014 (r349684) +++ head/www/redmine/files/extra-patch-Gemfile Sun Mar 30 21:48:25 2014 (r349685) @@ -1,19 +1,17 @@ ---- ./Gemfile.orig 2013-07-30 12:49:03.000000000 -0400 -+++ ./Gemfile 2013-07-30 12:49:13.000000000 -0400 -@@ -18,16 +18,6 @@ - gem "rack-openid" +--- Gemfile.orig 2014-03-30 21:39:22.047223369 +0000 ++++ Gemfile 2014-03-30 21:39:43.309222769 +0000 +@@ -21,14 +21,6 @@ end --# Optional gem for exporting the gantt to a PNG file, not supported with jruby --platforms :mri, :mingw do + platforms :mri, :mingw do +- # Optional gem for exporting the gantt to a PNG file, not supported with jruby - group :rmagick do - # RMagick 2 supports ruby 1.9 - # RMagick 1 would be fine for ruby 1.8 but Bundler does not support - # different requirements for the same gem on different platforms - gem "rmagick", ">= 2.0.0" - end --end - - platforms :jruby do - # jruby-openssl is bundled with JRuby 1.7.0 - gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0' + # Optional Markdown support, not for JRuby + group :markdown do + # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped