pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-redmine60
Module Name: pkgsrc
Committed By: taca
Date: Sat May 17 07:25:35 UTC 2025
Modified Files:
pkgsrc/devel/ruby-redmine60: Makefile PLIST distinfo
Log Message:
devel/ruby-redmine60: update to 6.0.5
6.0.5 (2025-04-20)
[Administration]
* Defect #42584: NoMethodError when creating a user with an invalid email
address and domain restrictions are enabled
[Attachments]
* Defect #42394: Inconsistent behaviour between attachment download routes
with and without filename
[Code cleanup/refactoring]
* Patch #42562: Fix random test failure in ProjectAdminQueryTest due to
missing language setting
* Patch #42572: Fix random test failure in
MemberTest#test_update_roles_with_inherited_roles due to non-deterministic
ordering
[Custom fields]
* Defect #42342: Missing thousands separator in Integer and Float custom
field totals
* Patch #41935: Add "editable" attribute in the custom fields API response
[Gantt]
* Defect #42145: MiniMagick (> 5) removed cli_path, result crash when
supplied imagemagick_convert_command
[Issues]
* Defect #42458: "For all projects" checkbox should be disabled when editing
an existing query in which the checkbox is already checked
[Performance]
* Defect #40728: Slow loading of global spent time list in MySQL
* Feature #42574: Optimize autocomplete issue listing triggered by typing
"##" by eager loading trackers
[Plugin API]
* Defect #42509: Plugin activity icons broken when multiple plugins are
loaded
[Projects]
* Patch #42440: Fix project selector focus by explicitly targeting the first
selected item
[SCM]
* Patch #42500: Skip repository tests when the SCM client command is
unavailable
[Text formatting]
* Defect #42545: Commit message in issue history might be rendered in
incorrect context
[UI]
* Defect #41828: In mobile view, delete relation svg icon in 'Related
Issues' on an issue page, overflow text
* Defect #41833: Tabs left / right buttons use legacy icons
* Defect #41947: Collapse arrow shows the wrong direction at /workflows/edit
* Defect #41952: Flash notice icons use the legacy icons
* Defect #41967: Replace SCM action legacy icons with SVG icons in the tree
view of the repository browser
* Defect #42181: Project jump box uses legacy caret icons
* Defect #42285: Icon expanded for closed fixed versions missing
* Defect #42286: Context menu right arrow uses the legacy icon
* Defect #42369: Expander icons not switch in Collapse all/Expand all
* Defect #42465: Improve SVG icon compatibility with RTL languages
* Defect #42487: Improve SVG contrast when a row is selected on table list
* Defect #42520: PNG icon displayed instead of SVG in subtasks list when
viewing all tasks
* Defect #42532: Expander icon not working in repository tree
* Defect #42575: Fix sidebar switch button display in RTL language
* Defect #42576: Newly attached files are displayed using the legacy icons
* Patch #42497: Adjust the position of the news comment delete button
* Patch #42577: Replace legacy Atom icon with SVG icon
* Patch #42596: Do not show user icon in add watchers modal when gravatar is
disabled
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-redmine60/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-redmine60/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine60/distinfo
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-redmine60/Makefile
diff -u pkgsrc/devel/ruby-redmine60/Makefile:1.4 pkgsrc/devel/ruby-redmine60/Makefile:1.5
--- pkgsrc/devel/ruby-redmine60/Makefile:1.4 Sun Mar 16 12:29:39 2025
+++ pkgsrc/devel/ruby-redmine60/Makefile Sat May 17 07:25:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/03/16 12:29:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/17 07:25:35 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= 6.0.4
+RM_VERSION= 6.0.5
NO_BUILD= yes
@@ -49,7 +49,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sanitize>=6.
.include "../../lang/ruby/modules.mk"
-# not for ruby33
+# for older Ruby
.if ${RUBY_VER} < 33
DEPENDS+= ${RUBY_PKGPREFIX}-csv>=3.2.8<4:../../textproc/ruby-csv
DEPENDS+= ${RUBY_PKGPREFIX}-net-imap>=0.4.8:../../net/ruby-net-imap
Index: pkgsrc/devel/ruby-redmine60/PLIST
diff -u pkgsrc/devel/ruby-redmine60/PLIST:1.2 pkgsrc/devel/ruby-redmine60/PLIST:1.3
--- pkgsrc/devel/ruby-redmine60/PLIST:1.2 Sun Mar 16 12:29:39 2025
+++ pkgsrc/devel/ruby-redmine60/PLIST Sat May 17 07:25:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/03/16 12:29:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/05/17 07:25:35 taca Exp $
bin/redmine60_generate_secret_token${RUBY_SUFFIX}.sh
bin/redmine60_load_default_data${RUBY_SUFFIX}.sh
bin/redmine60_migrate_db${RUBY_SUFFIX}.sh
@@ -40,6 +40,8 @@ share/${RUBY_NAME}-redmine60/app/assets/
share/${RUBY_NAME}-redmine60/app/assets/images/calendar.png
share/${RUBY_NAME}-redmine60/app/assets/images/cancel.png
share/${RUBY_NAME}-redmine60/app/assets/images/changeset.png
+share/${RUBY_NAME}-redmine60/app/assets/images/chevron-down.svg
+share/${RUBY_NAME}-redmine60/app/assets/images/chevron-right-idnt.svg
share/${RUBY_NAME}-redmine60/app/assets/images/close.png
share/${RUBY_NAME}-redmine60/app/assets/images/close_hl.png
share/${RUBY_NAME}-redmine60/app/assets/images/comment.png
@@ -63,6 +65,7 @@ share/${RUBY_NAME}-redmine60/app/assets/
share/${RUBY_NAME}-redmine60/app/assets/images/fav_off.png
share/${RUBY_NAME}-redmine60/app/assets/images/favicon.ico
share/${RUBY_NAME}-redmine60/app/assets/images/feed.png
+share/${RUBY_NAME}-redmine60/app/assets/images/file-rss.svg
share/${RUBY_NAME}-redmine60/app/assets/images/files/c.png
share/${RUBY_NAME}-redmine60/app/assets/images/files/csharp.png
share/${RUBY_NAME}-redmine60/app/assets/images/files/css.png
Index: pkgsrc/devel/ruby-redmine60/distinfo
diff -u pkgsrc/devel/ruby-redmine60/distinfo:1.3 pkgsrc/devel/ruby-redmine60/distinfo:1.4
--- pkgsrc/devel/ruby-redmine60/distinfo:1.3 Sun Mar 16 12:29:39 2025
+++ pkgsrc/devel/ruby-redmine60/distinfo Sat May 17 07:25:35 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2025/03/16 12:29:39 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/05/17 07:25:35 taca Exp $
-BLAKE2s (redmine-6.0.4.tar.gz) = d905b9989cbf1e42c77fdafeb1af56a2c676115ae70a440dac10db28084e307d
-SHA512 (redmine-6.0.4.tar.gz) = ad61ae178a4b0aee1f1bff1bb65757af459f6407a75d00e9b74818ceaf9be783bec2c7f3ad1879d984ffc86e77e71663167361d75f7536a5650c9a5d75d7910a
-Size (redmine-6.0.4.tar.gz) = 4058355 bytes
+BLAKE2s (redmine-6.0.5.tar.gz) = 84dcd24d53649186f3cfe4b758160f00e9543f9b13190d072bb99dc7ad3b441f
+SHA512 (redmine-6.0.5.tar.gz) = 03e6d655283cfb00cd286e2e0c7868791e4c6982da65076026648f25d12ba3b00d51b6c46f4c3fde0b91250cf7f950e2270cc480f8758928e3742f3a5063b497
+Size (redmine-6.0.5.tar.gz) = 4064357 bytes
SHA1 (patch-Gemfile) = d2cce8bf015232e878702703cf5a51b85d5fe750
SHA1 (patch-config_additional__environment.rb.example) = 7ad913800c5f31fdd9b71aa92294bdbeea7b77fe
SHA1 (patch-lib_redmine_scm_adapters_mercurial_redminehelper.py) = 87db1005896b2a962b8b93ec5b5b7d313ae6f691
Home |
Main Index |
Thread Index |
Old Index