Date: Sat, 27 Jul 2019 11:58:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507447 - in head/www/redmine: . files Message-ID: <201907271158.x6RBwGQA082157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 27 11:58:15 2019 New Revision: 507447 URL: https://svnweb.freebsd.org/changeset/ports/507447 Log: Update to 3.4.11 Changes: https://redmine.org/projects/redmine/wiki/Changelog PR: 239463 Submitted by: Oleg Ginzburg <olevole@olevole.ru> 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 Sat Jul 27 11:58:10 2019 (r507446) +++ head/www/redmine/Makefile Sat Jul 27 11:58:15 2019 (r507447) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redmine -PORTVERSION= 3.4.9 -PORTREVISION= 2 +PORTVERSION= 3.4.11 CATEGORIES= www MASTER_SITES= https://www.redmine.org/releases/ @@ -14,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ - rubygem-rails4>=4.2.11:www/rubygem-rails4 \ + rubygem-rails4>=4.2.11.1:www/rubygem-rails4 \ rubygem-jquery-rails>=3.1.4:www/rubygem-jquery-rails \ rubygem-coderay>=1.1.1:textproc/rubygem-coderay \ rubygem-request_store>=1.0.5:devel/rubygem-request_store \ Modified: head/www/redmine/distinfo ============================================================================== --- head/www/redmine/distinfo Sat Jul 27 11:58:10 2019 (r507446) +++ head/www/redmine/distinfo Sat Jul 27 11:58:15 2019 (r507447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550859446 -SHA256 (redmine-3.4.9.tar.gz) = c26f41c165cca182f81e489c45b04763010b43cf7c4edcea9e9205a1a67ffab8 -SIZE (redmine-3.4.9.tar.gz) = 2454011 +TIMESTAMP = 1564158013 +SHA256 (redmine-3.4.11.tar.gz) = 19c09eedbe970fc5a20de96c2f1107a186072a69dc512c501a5638979a3e2891 +SIZE (redmine-3.4.11.tar.gz) = 2454920 Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Sat Jul 27 11:58:10 2019 (r507446) +++ head/www/redmine/files/patch-Gemfile Sat Jul 27 11:58:15 2019 (r507447) @@ -1,13 +1,13 @@ ---- Gemfile.orig 2019-04-19 20:09:58.067146000 +0900 -+++ Gemfile 2019-04-19 20:10:30.702127000 +0900 +--- Gemfile.orig 2019-06-10 12:52:16 UTC ++++ Gemfile @@ -1,25 +1,25 @@ source 'https://rubygems.org' -gem "bundler", ">= 1.5.0", "< 2.0.0" +gem "bundler", ">= 1.5.0" --gem "rails", "4.2.11" -+gem "rails", ">= 4.2.11" +-gem "rails", "4.2.11.1" ++gem "rails", ">= 4.2.11.1" gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" if RUBY_VERSION < "2.1" gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5") @@ -34,7 +34,7 @@ gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0" gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3" -@@ -32,76 +32,15 @@ +@@ -32,76 +32,15 @@ gem "rbpdf", "~> 1.19.6" # Optional gem for LDAP authentication group :ldap do @@ -113,12 +113,11 @@ local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") if File.exists?(local_gemfile) eval_gemfile local_gemfile -@@ -110,4 +49,8 @@ - # Load plugins' Gemfiles +@@ -111,3 +50,7 @@ end Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file| eval_gemfile file -+end + end + +Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle| + self.instance_eval(Bundler.read_file(bundle)) - end ++end Modified: head/www/redmine/pkg-plist ============================================================================== --- head/www/redmine/pkg-plist Sat Jul 27 11:58:10 2019 (r507446) +++ head/www/redmine/pkg-plist Sat Jul 27 11:58:15 2019 (r507447) @@ -1690,10 +1690,10 @@ %%WWWDIR%%/test/fixtures/changes.yml %%WWWDIR%%/test/fixtures/changesets.yml %%WWWDIR%%/test/fixtures/comments.yml -%%WWWDIR%%/test/fixtures/configuration/default.yml -%%WWWDIR%%/test/fixtures/configuration/empty.yml -%%WWWDIR%%/test/fixtures/configuration/no_default.yml -%%WWWDIR%%/test/fixtures/configuration/overrides.yml +%%WWWDIR%%/test/fixtures/configuration/default.yml.example +%%WWWDIR%%/test/fixtures/configuration/empty.yml.example +%%WWWDIR%%/test/fixtures/configuration/no_default.yml.example +%%WWWDIR%%/test/fixtures/configuration/overrides.yml.example %%WWWDIR%%/test/fixtures/custom_fields.yml %%WWWDIR%%/test/fixtures/custom_fields_projects.yml %%WWWDIR%%/test/fixtures/custom_fields_trackers.yml @@ -1968,6 +1968,7 @@ %%WWWDIR%%/test/integration/sessions_test.rb %%WWWDIR%%/test/integration/sudo_mode_test.rb %%WWWDIR%%/test/integration/users_test.rb +%%WWWDIR%%/test/integration/wiki_test.rb %%WWWDIR%%/test/mocks/open_id_authentication_mock.rb %%WWWDIR%%/test/object_helpers.rb %%WWWDIR%%/test/test_helper.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271158.x6RBwGQA082157>