pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine41
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 3 05:23:26 UTC 2022
Modified Files:
pkgsrc/devel/ruby-redmine41: Makefile distinfo
pkgsrc/devel/ruby-redmine41/patches: patch-Gemfile
Log Message:
devel/ruby-redmine41: update to 4.1.7
4.1.7 (2022-03-28)
[Attachments]
* Defect #36013: Paste image mixed with other DataTransferItem
[Database]
* Defect #36766: Database migration from Redmine 0.8.7 or earlier fails
[Documents]
* Defect #36686: Allow pasting screenshots from clipboard in documents
[Issues filter]
* Defect #30924: Filter on Target version's Status in subproject
doesn't work on version from top project
[Projects]
* Defect #36593: User without permissions to view required project
custom fields cannot create new projects
[Rails support]
* Patch #36757: Update Rails to 5.2.6.3
4.1.6 (2022-02-20)
[Gantt]
* Defect #35027: Gantt PNG export ignores imagemagick_convert_command
[Gems support]
* Defect #35435: Psych 4: aliases in database.yml cause Psych::BadAlias
exception
* Defect #36226: Psych 4: Psych::DisallowedClass exception when
unserializing a setting value
[Issues]
* Defect #36455: Text custom field values are not aligned with their labels
when text formatting is enabled
[Rails support]
* Patch #36633: Update Rails to 5.2.6.2
[UI]
* Defect #35090: Permission check of the setting button on the issues page
mismatches button semantics
* Defect #36363: Cannot select text in a table with a context menu available
* Patch #36378: Update copyright year in the footer to 2022
[Wiki]
* Defect #36494: WikiContentVersion API returns 500 if author is nil
* Defect #36561: Wiki revision page does not return 404 if revision does not
exist
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-redmine41/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-redmine41/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-redmine41/Makefile
diff -u pkgsrc/devel/ruby-redmine41/Makefile:1.9 pkgsrc/devel/ruby-redmine41/Makefile:1.10
--- pkgsrc/devel/ruby-redmine41/Makefile:1.9 Fri Jan 21 00:28:36 2022
+++ pkgsrc/devel/ruby-redmine41/Makefile Sun Apr 3 05:23:26 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/21 00:28:36 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/03 05:23:26 taca Exp $
DISTNAME= redmine-${RM_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
-PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://www.redmine.org/releases/
@@ -11,7 +10,7 @@ HOMEPAGE= https://www.redmine.org/
COMMENT= Flexible project management web application
LICENSE= gnu-gpl-v2 # and so on.
-RM_VERSION= 4.1.5
+RM_VERSION= 4.1.7
NO_BUILD= yes
Index: pkgsrc/devel/ruby-redmine41/distinfo
diff -u pkgsrc/devel/ruby-redmine41/distinfo:1.8 pkgsrc/devel/ruby-redmine41/distinfo:1.9
--- pkgsrc/devel/ruby-redmine41/distinfo:1.8 Fri Jan 21 00:28:36 2022
+++ pkgsrc/devel/ruby-redmine41/distinfo Sun Apr 3 05:23:26 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2022/01/21 00:28:36 taca Exp $
+$NetBSD: distinfo,v 1.9 2022/04/03 05:23:26 taca Exp $
-BLAKE2s (redmine-4.1.5.tar.gz) = 7c23b558328d35f50c6f20647b587eca846375fd8265d15e995647837af11058
-SHA512 (redmine-4.1.5.tar.gz) = cf4020bff11b13986989e312db1e7ee459f4391ec7326f59a4f493fb0c95be87d19196377da60ac083801b7c792dc012769350b684e20dd887c431c0c18cc851
-Size (redmine-4.1.5.tar.gz) = 2722929 bytes
-SHA1 (patch-Gemfile) = d27537420f373f5fae052ca7335711a5f2a03cb6
+BLAKE2s (redmine-4.1.7.tar.gz) = 9db3cf32ee7394bbd33fce3ff7dcb756472c06e846d1f5be1db378bb8c8acbc9
+SHA512 (redmine-4.1.7.tar.gz) = ebcd23999b2e208243b3a4876329d4cb15edd5bbde40697d10425c7fd24d092c641e0a389e29eb9be3c338a3b459f33a0775586eb317d8b7b05b614b191316e6
+Size (redmine-4.1.7.tar.gz) = 2723718 bytes
+SHA1 (patch-Gemfile) = 048f239b7c2c740060af0bd013600b6ec0024927
SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff
Index: pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.5 pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.6
--- pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile:1.5 Fri Jan 21 00:28:36 2022
+++ pkgsrc/devel/ruby-redmine41/patches/patch-Gemfile Sun Apr 3 05:23:26 2022
@@ -1,15 +1,15 @@
-$NetBSD: patch-Gemfile,v 1.5 2022/01/21 00:28:36 taca Exp $
+$NetBSD: patch-Gemfile,v 1.6 2022/04/03 05:23:26 taca Exp $
Relax dependency.
---- Gemfile.orig 2021-10-10 03:00:09.000000000 +0000
+--- Gemfile.orig 2022-03-28 19:50:12.000000000 +0000
+++ Gemfile
@@ -3,19 +3,19 @@ source 'https://rubygems.org'
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
gem "bundler", ">= 1.5.0"
--gem 'rails', '5.2.6'
-+gem 'rails', '~> 5.2.6'
+-gem 'rails', '5.2.6.3'
++gem 'rails', '>~ 5.2.6'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
-gem "rouge", "~> 3.12.0"
@@ -19,7 +19,7 @@ Relax dependency.
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"
-gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0")
-+gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.2")
++gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : ">= 2.1.0")
gem 'marcel'
gem "mail", "~> 2.7.1"
-gem 'csv', (RUBY_VERSION < '2.5' ? ['>= 3.1.1', '<= 3.1.5'] : '~> 3.1.1')
@@ -48,7 +48,7 @@ Relax dependency.
end
# Optional Markdown support, not for JRuby
-@@ -56,7 +56,7 @@ if File.exist?(database_file)
+@@ -57,7 +57,7 @@ if File.exist?(database_file)
when 'mysql2'
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
when /postgresql/
@@ -57,7 +57,7 @@ Relax dependency.
when /sqlite3/
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
-@@ -73,25 +73,6 @@ else
+@@ -74,25 +74,6 @@ else
warn("Please configure your config/database.yml first")
end
Home |
Main Index |
Thread Index |
Old Index