Bug 182940 - [patch] www/redmine: update to 2.3.3
Summary: [patch] www/redmine: update to 2.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-13 01:00 UTC by m.tsatsenko
Modified: 2013-10-24 04:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.86 KB, patch)
2013-10-13 01:00 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2013-10-13 01:00:00 UTC
- Update port to 2.3.3

Build log:
https://redports.org/~mtsatsenko/20131006234423-09652-149889/redmine-2.3.3.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-13 01:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-24 04:22:20 UTC
Author: swills
Date: Thu Oct 24 03:22:12 2013
New Revision: 331455
URL: http://svnweb.freebsd.org/changeset/ports/331455

Log:
  - Update to 2.3.3
  
  PR:		ports/182940
  Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>

Modified:
  head/www/redmine/Makefile
  head/www/redmine/distinfo
  head/www/redmine/files/patch-Gemfile
  head/www/redmine/pkg-plist

Modified: head/www/redmine/Makefile
==============================================================================
--- head/www/redmine/Makefile	Thu Oct 24 03:09:31 2013	(r331454)
+++ head/www/redmine/Makefile	Thu Oct 24 03:22:12 2013	(r331455)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redmine
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/www/redmine/distinfo
==============================================================================
--- head/www/redmine/distinfo	Thu Oct 24 03:09:31 2013	(r331454)
+++ head/www/redmine/distinfo	Thu Oct 24 03:22:12 2013	(r331455)
@@ -1,2 +1,2 @@
-SHA256 (redmine-2.3.2.tar.gz) = dc3f86f2ac591c6d0886d183b68604aa80fc90d412bdeab0c3a57c9cd7b43384
-SIZE (redmine-2.3.2.tar.gz) = 3801029
+SHA256 (redmine-2.3.3.tar.gz) = dbec7b62417b8cd36c02bf98f38d26429c27b67430217879ce8fe25af6add97b
+SIZE (redmine-2.3.3.tar.gz) = 3803852

Modified: head/www/redmine/files/patch-Gemfile
==============================================================================
--- head/www/redmine/files/patch-Gemfile	Thu Oct 24 03:09:31 2013	(r331454)
+++ head/www/redmine/files/patch-Gemfile	Thu Oct 24 03:22:12 2013	(r331455)
@@ -1,5 +1,5 @@
---- Gemfile.orig	2013-07-14 16:51:09.000000000 +0000
-+++ Gemfile	2013-10-24 01:36:14.746224376 +0000
+--- Gemfile.orig	2013-09-14 10:48:49.000000000 +0400
++++ Gemfile	2013-10-03 15:49:30.683217929 +0400
 @@ -1,11 +1,11 @@
  source 'https://rubygems.org'
  
@@ -19,13 +19,17 @@
  
  # Optional gem for OpenID authentication
  group :openid do
--  gem "ruby-openid", "~> 2.1.4", :require => "openid"
-+  gem "ruby-openid", "~> 2.1", :require => "openid"
+-  gem "ruby-openid", "~> 2.2.3", :require => "openid"
++  gem "ruby-openid", "~> 2.2", :require => "openid"
    gem "rack-openid"
  end
  
-@@ -49,7 +49,7 @@
-         gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
+@@ -46,10 +46,10 @@
+     adapters.each do |adapter|
+       case adapter
+       when 'mysql2'
+-        gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
++        gem "mysql2", "~> 0.3", :platforms => [:mri, :mingw]
          gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
        when 'mysql'
 -        gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]

Modified: head/www/redmine/pkg-plist
==============================================================================
--- head/www/redmine/pkg-plist	Thu Oct 24 03:09:31 2013	(r331454)
+++ head/www/redmine/pkg-plist	Thu Oct 24 03:22:12 2013	(r331455)
@@ -1580,8 +1580,11 @@
 %%WWWDIR%%/test/fixtures/files/iso8859-1.txt
 %%WWWDIR%%/test/fixtures/custom_fields_trackers.yml
 %%WWWDIR%%/test/fixtures/changes.yml
-%%WWWDIR%%/test/fixtures/diffs/issue-13644-2.diff
 %%WWWDIR%%/test/fixtures/diffs/issue-13644-1.diff
+%%WWWDIR%%/test/fixtures/diffs/issue-13644-2.diff
+%%WWWDIR%%/test/fixtures/diffs/issue-13644-3.diff
+%%WWWDIR%%/test/fixtures/diffs/issue-13644-4.diff
+%%WWWDIR%%/test/fixtures/diffs/issue-13644-5.diff
 %%WWWDIR%%/test/fixtures/diffs/issue-12641-ja.diff
 %%WWWDIR%%/test/fixtures/diffs/issue-12641-ru.diff
 %%WWWDIR%%/test/fixtures/diffs/partials.diff
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-24 04:22:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!