pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-redmine51



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Nov  6 16:21:19 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-redmine51: Makefile distinfo options.mk
        pkgsrc/devel/ruby-redmine51/patches: patch-Gemfile

Log Message:
devel/ruby-redmine51: update to 5.1.4

5.1.4 (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"

[Filters]

* Defect #41079: Incorrect sorting of users grouped by status in issue
  filters for administrators

[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
* Defect #39778: Untranslated string "OK" in the repository browser

[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
* Defect #40860: Creating a new issue fails with an internal error if no
  issue priorities are defined

[Projects]

* Defect #41217: Broken project list table when filter scheduled for
  deletion

[Ruby support]

* Patch #41489: Update Rails to 6.1.7.10

[SCM]

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

[Security]

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

[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
* Patch #41254: Brazilian Portuguese translation update for 5.1-stable
* Patch #41420: Italian translation update for 5.1-stable

[UI]

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

[Wiki]

* Defect #40655: Revisions count is wrong on the wiki content page
* Defect #40716: "Edit this section" on Wiki pages misinterprets issue links
  with double hash (##nnn) as ATX headings


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine51/Makefile \
    pkgsrc/devel/ruby-redmine51/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-redmine51/options.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-redmine51/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-redmine51/Makefile
diff -u pkgsrc/devel/ruby-redmine51/Makefile:1.5 pkgsrc/devel/ruby-redmine51/Makefile:1.6
--- pkgsrc/devel/ruby-redmine51/Makefile:1.5    Wed Jun 19 11:19:22 2024
+++ pkgsrc/devel/ruby-redmine51/Makefile        Wed Nov  6 16:21:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/06/19 11:19:22 taca Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/06 16:21:18 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.1.3
+RM_VERSION=    5.1.4
 
 NO_BUILD=      yes
 
@@ -25,14 +25,14 @@ OVERRIDE_GEMSPEC+=  mini-magick>=4.11.0 n
 
 #DEPENDS+=     ${RUBY_PKGPREFIX}-bundler>=1.12.0:../../misc/ruby-bundler
 DEPENDS+=      ${RUBY_RAILS_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-rouge>=3.28:../../www/ruby-rouge
+DEPENDS+=      ${RUBY_PKGPREFIX}-rouge>=4.2.0<5:../../www/ruby-rouge
 DEPENDS+=      ${RUBY_PKGPREFIX}-request_store>=1.5.0<1.6:../../www/ruby-request_store
 # 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}-roadie31-rails${RUBY_RAILS}>=3.1.0<3.2:../../mail/ruby-roadie31-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}-mail>=2.8.1<2.9:../../mail/ruby-mail
 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,13 +41,13 @@ DEPENDS+=   ${RUBY_PKGPREFIX}-zip>=2.3.0<2
 DEPENDS+=      ${RUBY_PKGPREFIX}-rotp>=6.2.0:../../security/ruby-rotp
 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}-mini-magick>=4.12.0:../../graphics/ruby-mini-magick
+DEPENDS+=      ${RUBY_PKGPREFIX}-redcarpet>=3.6.0<3.7:../../textproc/ruby-redcarpet
 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
-DEPENDS+=      ${RUBY_PKGPREFIX}-csv>=3.2.6:../../textproc/ruby-csv
+#DEPENDS+=     ${RUBY_PKGPREFIX}-csv>=3.2.6<4:../../textproc/ruby-csv
 
 .include "../../lang/ruby/modules.mk"
 
Index: pkgsrc/devel/ruby-redmine51/distinfo
diff -u pkgsrc/devel/ruby-redmine51/distinfo:1.5 pkgsrc/devel/ruby-redmine51/distinfo:1.6
--- pkgsrc/devel/ruby-redmine51/distinfo:1.5    Wed Jun 19 11:19:22 2024
+++ pkgsrc/devel/ruby-redmine51/distinfo        Wed Nov  6 16:21:18 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2024/06/19 11:19:22 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/11/06 16:21:18 taca Exp $
 
-BLAKE2s (redmine-5.1.3.tar.gz) = 8aba46ac75bd01c24d99deb41ef8e3c48216f5e28e5449825286c505b69be3d9
-SHA512 (redmine-5.1.3.tar.gz) = 60d33aacf7694e25fbf880f54bda4ac6b996f807a5e616938f27eb2a2b5da23ac849e07d08046800465e7cf98cf1a5ee1af51dd4a1a54ca2aeb03a589ee64485
-Size (redmine-5.1.3.tar.gz) = 3251273 bytes
-SHA1 (patch-Gemfile) = 6870906e263d9a59d7338f2b812f457c93b3abf3
+BLAKE2s (redmine-5.1.4.tar.gz) = b330cddc5c3b4a04ce2d8234ef4ea324d4c3ae43265cb03a5b3f8fa82323cc86
+SHA512 (redmine-5.1.4.tar.gz) = ec4340049a28720eba9e51b6abb8cf322f92c24297bd27de5fd3846e0928f03465692de4bea503404699f12f984aeb2e5d7de9e8d13c7e26710abbddf9254f6e
+Size (redmine-5.1.4.tar.gz) = 3256191 bytes
+SHA1 (patch-Gemfile) = 34150c702f0372f5adcf379c949113cbac9950f6
 SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
 SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
 SHA1 (patch-lib_tasks_initializers.rake) = d5ccb73cff6baedee9dfbe7563e25925f1ff9d85

Index: pkgsrc/devel/ruby-redmine51/options.mk
diff -u pkgsrc/devel/ruby-redmine51/options.mk:1.2 pkgsrc/devel/ruby-redmine51/options.mk:1.3
--- pkgsrc/devel/ruby-redmine51/options.mk:1.2  Sun May  5 14:42:49 2024
+++ pkgsrc/devel/ruby-redmine51/options.mk      Wed Nov  6 16:21:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2024/05/05 14:42:49 taca Exp $
+# $NetBSD: options.mk,v 1.3 2024/11/06 16:21:18 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.redmine51
 
@@ -17,7 +17,7 @@ PLIST_VARS+=                  unicorn
 .if !empty(PKG_OPTIONS:Mmysql)
 DEPENDS+=      ${RUBY_PKGPREFIX}-mysql2>=0.5.0<0.6:../../databases/ruby-mysql2
 .elif !empty(PKG_OPTIONS:Mpgsql)
-DEPENDS+=      ${RUBY_PKGPREFIX}-pg>=1.2.2<2.0:../../databases/ruby-pg
+DEPENDS+=      ${RUBY_PKGPREFIX}-pg>=1.5.3<2.0:../../databases/ruby-pg
 .elif !empty(PKG_OPTIONS:Msqlite3)
 DEPENDS+=      ${RUBY_PKGPREFIX}-sqlite3>=1.6.0:../../databases/ruby-sqlite3
 .endif

Index: pkgsrc/devel/ruby-redmine51/patches/patch-Gemfile
diff -u pkgsrc/devel/ruby-redmine51/patches/patch-Gemfile:1.5 pkgsrc/devel/ruby-redmine51/patches/patch-Gemfile:1.6
--- pkgsrc/devel/ruby-redmine51/patches/patch-Gemfile:1.5       Wed Jun 19 11:19:22 2024
+++ pkgsrc/devel/ruby-redmine51/patches/patch-Gemfile   Wed Nov  6 16:21:19 2024
@@ -1,19 +1,28 @@
-$NetBSD: patch-Gemfile,v 1.5 2024/06/19 11:19:22 taca Exp $
+$NetBSD: patch-Gemfile,v 1.6 2024/11/06 16:21:19 taca Exp $
 
 * Relax dependency.
 * Do not load gem for developemt and test.
 
---- Gemfile.orig       2024-06-12 00:45:02.000000000 +0000
+--- Gemfile.orig       2024-11-03 22:15:03.000000000 +0000
 +++ Gemfile
 @@ -2,7 +2,7 @@ source 'https://rubygems.org'
  
  ruby '>= 2.7.0', '< 3.3.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 'rouge', '~> 4.2.0'
  gem 'request_store', '~> 1.5.0'
  gem 'mini_mime', '~> 1.1.0'
+@@ -10,7 +10,7 @@ gem "actionpack-xml_parser"
+ gem 'roadie-rails', '~> 3.1.0'
+ gem 'marcel'
+ gem 'mail', '~> 2.8.1'
+-gem 'nokogiri', '~> 1.15.2'
++gem 'nokogiri', '>= 1.15.2'
+ gem 'i18n', '~> 1.14.1'
+ gem 'rbpdf', '~> 1.21.3'
+ gem 'addressable'
 @@ -31,17 +31,17 @@ gem 'rotp', '>= 5.0.0'
  gem 'rqrcode'
  



Home | Main Index | Thread Index | Old Index