svn commit: r331455 - in head/www/redmine: . files
Steve Wills
swills at FreeBSD.org
Thu Oct 24 03:22:13 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list