pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-redmine50



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov  6 15:56:16 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-redmine50: Makefile distinfo
        pkgsrc/devel/ruby-redmine50/patches: patch-Gemfile

Log Message:
devel/ruby-redmine50: update to 5.0.10

5.0.10 (2024-11-03)

[Code cleanup/refactoring]

* Patch #41313: Fix test/unit/issue_test.rb to use correct IANA timezone
  name "Asia/Hong_Kong" instead of deprecated "Hongkong"

[Gantt]

* Defect #41263: Gantt progress line misrendering for 0% progress
  issues/versions with future start dates beyond chart range

[I18n]

* Defect #37072: Capitalization issue for object names in I18n keys:
  button_save_object, button_edit_object, and button_delete_object

[Importers]

* Defect #41465: "Import issues" and "Import time entries" pages are visible
  to users without "Add issues" and "Log spent time" permissions

[Issues]

* Defect #8539: Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#relations_from

[Ruby support]

* Patch #41489: Update Rails to 6.1.7.10

[Security]

* Defect #40946: Watcher list visible with only add watchers permissions

[SCM]

* Defect #40948: ActiveRecord::ValueTooLong error with git author longer
  than 255 characters

[Text formatting]

* Defect #41096: "##" syntax auto complete does not work

[Time tracking]

* Defect #40924: Spent Hours ignoring "Time Span Format" Setting on several
  pages

[Translations]

* Patch #40875: Improve Czech translation for "two-factor authentication"
* Patch #40950: Improve english translation for invalid watcher notice

[UI]

* Patch #41624: CSS-fix to prevent 'blinking' tooltips

[Wiki]

* Defect #40655: Revisions count is wrong on the wiki content page


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-redmine50/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-redmine50/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-redmine50/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-redmine50/Makefile
diff -u pkgsrc/devel/ruby-redmine50/Makefile:1.21 pkgsrc/devel/ruby-redmine50/Makefile:1.22
--- pkgsrc/devel/ruby-redmine50/Makefile:1.21   Wed Jun 19 11:20:31 2024
+++ pkgsrc/devel/ruby-redmine50/Makefile        Wed Nov  6 15:56:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/06/19 11:20:31 taca Exp $
+# $NetBSD: Makefile,v 1.22 2024/11/06 15:56:16 taca Exp $
 
 DISTNAME=      redmine-${RM_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine/redmine${RM_VER}/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.redmine.org/
 COMMENT=       Flexible project management web application
 LICENSE=       gnu-gpl-v2 # and so on.
 
-RM_VERSION=    5.0.9
+RM_VERSION=    5.0.10
 
 NO_BUILD=      yes
 
@@ -29,9 +29,9 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-request_stor
 # ruby-mail depends it.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-mini_mime>=1.1.0<1.2:../../mail/ruby-mini_mime
 DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-xml_parser>=2.0:../../textproc/ruby-actionpack-xml_parser
-DEPENDS+=      ${RUBY_PKGPREFIX}-roadie-rails${RUBY_RAILS}>=3.0.0<3.1:../../mail/ruby-roadie-rails
+DEPENDS+=      ${RUBY_PKGPREFIX}-roadie30-rails${RUBY_RAILS}>=3.0.0<3.1:../../mail/ruby-roadie30-rails
 DEPENDS+=      ${RUBY_PKGPREFIX}-marcel>=1.0.0:../../devel/ruby-marcel
-DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.7.1<2.8:../../mail/ruby-mail
+DEPENDS+=      ${RUBY_PKGPREFIX}-mail27>=2.7.1<2.8:../../mail/ruby-mail27
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.15<2:../../textproc/ruby-nokogiri
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=1.10.0:../../devel/ruby-i18n
 DEPENDS+=      ${RUBY_PKGPREFIX}-rbpdf>=1.21.3<1.22:../../print/ruby-rbpdf
@@ -41,10 +41,10 @@ DEPENDS+=   ${RUBY_PKGPREFIX}-rotp>=6.2.0:
 DEPENDS+=      ${RUBY_PKGPREFIX}-rqrcode>=1.2.0:../../textproc/ruby-rqrcode
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-ldap>=0.17.0:../../net/ruby-net-ldap
 DEPENDS+=      ${RUBY_PKGPREFIX}-mini-magick>=4.11.0:../../graphics/ruby-mini-magick
-DEPENDS+=      ${RUBY_PKGPREFIX}-redcarpet>=3.5.1<3.6:../../textproc/ruby-redcarpet
+DEPENDS+=      ${RUBY_PKGPREFIX}-redcarpet35>=3.5.1<3.6:../../textproc/ruby-redcarpet35
 DEPENDS+=      ${RUBY_PKGPREFIX}-deckar01-task_list>=2.3.2:../../textproc/ruby-deckar01-task_list
 DEPENDS+=      ${RUBY_PKGPREFIX}-html-pipeline>=2.13.2<3:../../textproc/ruby-html-pipeline
-DEPENDS+=      ${RUBY_PKGPREFIX}-commonmarker>=0.23.1<1:../../textproc/ruby-commonmarker
+DEPENDS+=      ${RUBY_PKGPREFIX}-commonmarker>=0.23.8<1:../../textproc/ruby-commonmarker
 DEPENDS+=      ${RUBY_PKGPREFIX}-sanitize>=6.0<7:../../textproc/ruby-sanitize
 
 .include "../../lang/ruby/modules.mk"

Index: pkgsrc/devel/ruby-redmine50/distinfo
diff -u pkgsrc/devel/ruby-redmine50/distinfo:1.13 pkgsrc/devel/ruby-redmine50/distinfo:1.14
--- pkgsrc/devel/ruby-redmine50/distinfo:1.13   Wed Jun 19 11:20:31 2024
+++ pkgsrc/devel/ruby-redmine50/distinfo        Wed Nov  6 15:56:16 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2024/06/19 11:20:31 taca Exp $
+$NetBSD: distinfo,v 1.14 2024/11/06 15:56:16 taca Exp $
 
-BLAKE2s (redmine-5.0.9.tar.gz) = d52bf1198f63feca79623977d63691658491935c169f0ed8436bce7243b2b21e
-SHA512 (redmine-5.0.9.tar.gz) = 4b4a73164b134bc82826a8d909b5c4434ea03d6eb76f20de7db8ee7d321e47e679f22f03757a2906b858a0fa7543bfbeb5ea53498c097a399ad03fcd1e83aebb
-Size (redmine-5.0.9.tar.gz) = 3151650 bytes
-SHA1 (patch-Gemfile) = 4d20d0d3cdd12651fc9dd7ac182026c73398254f
+BLAKE2s (redmine-5.0.10.tar.gz) = 7f2acbd2418724b6838533da6ee5f5960e30ceddb455bb97150db5b8c5746e37
+SHA512 (redmine-5.0.10.tar.gz) = d6df13b69383a7f91d25b6c8745060e73fbb89fe106ff224ca5b5f4f4cf8abd1690b154d09bc57f6e1cff6231230173e2fc16ff305546e969b6a5a7224d7c652
+Size (redmine-5.0.10.tar.gz) = 3156928 bytes
+SHA1 (patch-Gemfile) = b494e4a99431c0598e9c1748da7a8f569eca7b45
 SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
 SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
 SHA1 (patch-lib_tasks_initializers.rake) = 73c4594c94abd28e628bbd172565b161f0e54fff

Index: pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.11 pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.12
--- pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile:1.11      Wed Jun 19 11:20:31 2024
+++ pkgsrc/devel/ruby-redmine50/patches/patch-Gemfile   Wed Nov  6 15:56:16 2024
@@ -1,16 +1,16 @@
-$NetBSD: patch-Gemfile,v 1.11 2024/06/19 11:20:31 taca Exp $
+$NetBSD: patch-Gemfile,v 1.12 2024/11/06 15:56:16 taca Exp $
 
 * Relax dependency.
 * Do not load gem for developemt and test.
 
---- Gemfile.orig       2024-06-12 00:40:01.000000000 +0000
+--- Gemfile.orig       2024-11-03 22:15:01.000000000 +0000
 +++ Gemfile
 @@ -3,9 +3,9 @@ source 'https://rubygems.org'
  ruby '>= 2.5.0', '< 3.2.0'
  gem 'bundler', '>= 1.12.0'
  
--gem 'rails', '6.1.7.8'
-+gem 'rails', '~> 6.1.7'
+-gem 'rails', '6.1.7.10'
++gem 'rails', '~> 6.1.7,>=6.1.7.10'
  gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
 -gem 'rouge', '~> 3.28.0'
 +gem 'rouge', '>= 3.28.0'
@@ -45,7 +45,7 @@ $NetBSD: patch-Gemfile,v 1.11 2024/06/19
  end
  
  # Optional Markdown support, not for JRuby
-@@ -54,7 +54,7 @@ gem 'redcarpet', '~> 3.5.1', groups: [:m
+@@ -54,10 +54,10 @@ gem 'redcarpet', '~> 3.5.1', groups: [:m
  
  # Optional CommonMark support, not for JRuby
  group :common_mark do
@@ -53,7 +53,11 @@ $NetBSD: patch-Gemfile,v 1.11 2024/06/19
 +  gem "html-pipeline", "~> 2.13"
    gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '~> 0.23.8')
    gem "sanitize", "~> 6.0"
-   gem 'deckar01-task_list', '2.3.2'
+-  gem 'deckar01-task_list', '2.3.2'
++  gem 'deckar01-task_list', '>=2.3.2'
+ end
+ 
+ # Include database gems for the adapters found in the database
 @@ -75,9 +75,9 @@ if File.exist?(database_file)
        when 'mysql2'
          gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]



Home | Main Index | Thread Index | Old Index