From 60da756951023173f489c9e7c1eba53d33ccda46 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 30 Mar 2014 21:48:25 +0000 Subject: - Fix patch with rmagick options disabled Reported by: Cyril Kalinchikov Pointyhat to: swills --- www/redmine/Makefile | 1 + www/redmine/files/extra-patch-Gemfile | 18 ++++++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'www/redmine') diff --git a/www/redmine/Makefile b/www/redmine/Makefile index 27ffd5850b1d..eedc304c6e56 100644 --- a/www/redmine/Makefile +++ b/www/redmine/Makefile @@ -3,6 +3,7 @@ PORTNAME= redmine PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ diff --git a/www/redmine/files/extra-patch-Gemfile b/www/redmine/files/extra-patch-Gemfile index 1f3ded2ccd18..1acc6721dc51 100644 --- a/www/redmine/files/extra-patch-Gemfile +++ b/www/redmine/files/extra-patch-Gemfile @@ -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 -- cgit v1.2.3