From 1f70cad5928925652825650a53c2c4b6e9a492a9 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 28 Feb 2021 16:30:12 +0000 Subject: [PATCH] devel/ruby-redmine_work_time: update to 0.4.1 pkgsrc change: switch to use devel/ruby-redmine/redmine.mk. 0.4.1 (2020-10-04) No release note but here are changes from commit log. * fixes #1502 update fails cause by custom field. * Add ca & es translations. * fix for redmine > 4.0 where user attribute is needed for new TimeEntry. --- devel/ruby-redmine_work_time/Makefile | 8 +- devel/ruby-redmine_work_time/PLIST | 142 +++++++++++++------------- devel/ruby-redmine_work_time/distinfo | 10 +- 3 files changed, 80 insertions(+), 80 deletions(-) diff --git a/devel/ruby-redmine_work_time/Makefile b/devel/ruby-redmine_work_time/Makefile index bd7f6f6297da..99e7ae183880 100644 --- a/devel/ruby-redmine_work_time/Makefile +++ b/devel/ruby-redmine_work_time/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2020/05/06 14:25:43 taca Exp $ +# $NetBSD: Makefile,v 1.5 2021/02/28 16:30:12 taca Exp $ # -DISTNAME= ${PLUGIN_NAME}-0.4.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= ${PLUGIN_NAME}-0.4.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/redmine_/redmine${RM_VER}-/} MASTER_SITES= ${MASTER_SITE_GITHUB:=tkusukawa/} GITHUB_PROJECT= ${PLUGIN_NAME} @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} NO_CONFIGURE= yes NO_BUILD= yes -WORK_TIME_PLUGIN_DIR= ${REDMINE_PLUGINDIR}/${PLUGIN_NAME} +WORK_TIME_PLUGIN_DIR= ${RM_PLUGINDIR}/${PLUGIN_NAME} INSTALLATION_DIRS+= ${WORK_TIME_PLUGIN_DIR}/app/controllers INSTALLATION_DIRS+= ${WORK_TIME_PLUGIN_DIR}/app/helpers diff --git a/devel/ruby-redmine_work_time/PLIST b/devel/ruby-redmine_work_time/PLIST index 00acd84e1d41..7144a177b0da 100644 --- a/devel/ruby-redmine_work_time/PLIST +++ b/devel/ruby-redmine_work_time/PLIST @@ -1,71 +1,71 @@ -@comment $NetBSD: PLIST,v 1.3 2020/05/06 14:25:43 taca Exp $ -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/controllers/work_time_controller.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/helpers/work_time_helper.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/user_issue_month.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/wt_daily_memo.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/wt_holidays.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/wt_member_order.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/wt_project_orders.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/models/wt_ticket_relay.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/settings/_work_time_project_settings.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/settings/_work_time_settings.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/_select_project.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/_select_user.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/_user_day_table.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/_user_month_table.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_add_tickets_input.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_add_tickets_input_select.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_add_tickets_insert.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_done_ratio_input.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_done_ratio_update.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_memo_edit.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_relay.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_relay_input.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/ajax_relay_input_select.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/edit_relay.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/relay_total.api.rsb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/relay_total.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/show.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/app/views/work_time/total.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/assets/javascripts/work_time.js -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/assets/stylesheets/work_time.css -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/ca.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/de.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/en.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/es.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/fr.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/it.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/ja.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/ko.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/no.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/po.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/pt-BR.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/ru.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/tr.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/locales/zh.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/config/routes.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/001_create_user_issue_months.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/002_create_wt_member_orders.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/003_create_wt_ticket_relays.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/004_add_prj_to_mem_odr.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/005_create_wt_daily_memos.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/006_create_wt_project_orders.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/007_create_wt_holidays.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/008_remove_month_from_user_issue_month.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/db/migrate/009_remove_prj_from_wt_project_orders.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/init.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/lib/work_time_projects_helper_patch.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/user_issue_months.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/wt_daily_memos.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/wt_holidays.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/wt_member_orders.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/wt_project_orders.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/fixtures/wt_ticket_relays.yml -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/functional/work_time_controller_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/test_helper.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/user_issue_month_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/wt_daily_memo_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/wt_holidays_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/wt_member_order_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/wt_project_orders_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/plugins/redmine_work_time/test/unit/wt_ticket_relay_test.rb +@comment $NetBSD: PLIST,v 1.4 2021/02/28 16:30:12 taca Exp $ +${RM_PLUGINDIR}/redmine_work_time/app/controllers/work_time_controller.rb +${RM_PLUGINDIR}/redmine_work_time/app/helpers/work_time_helper.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/user_issue_month.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/wt_daily_memo.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/wt_holidays.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/wt_member_order.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/wt_project_orders.rb +${RM_PLUGINDIR}/redmine_work_time/app/models/wt_ticket_relay.rb +${RM_PLUGINDIR}/redmine_work_time/app/views/settings/_work_time_project_settings.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/settings/_work_time_settings.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_select_project.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_select_user.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_user_day_table.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_user_month_table.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_input.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_input_select.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_insert.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_done_ratio_input.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_done_ratio_update.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_memo_edit.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay_input.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay_input_select.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/edit_relay.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/relay_total.api.rsb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/relay_total.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/show.html.erb +${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/total.html.erb +${RM_PLUGINDIR}/redmine_work_time/assets/javascripts/work_time.js +${RM_PLUGINDIR}/redmine_work_time/assets/stylesheets/work_time.css +${RM_PLUGINDIR}/redmine_work_time/config/locales/ca.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/de.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/en.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/es.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/fr.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/it.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/ja.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/ko.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/no.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/po.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/pt-BR.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/ru.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/tr.yml +${RM_PLUGINDIR}/redmine_work_time/config/locales/zh.yml +${RM_PLUGINDIR}/redmine_work_time/config/routes.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/001_create_user_issue_months.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/002_create_wt_member_orders.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/003_create_wt_ticket_relays.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/004_add_prj_to_mem_odr.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/005_create_wt_daily_memos.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/006_create_wt_project_orders.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/007_create_wt_holidays.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/008_remove_month_from_user_issue_month.rb +${RM_PLUGINDIR}/redmine_work_time/db/migrate/009_remove_prj_from_wt_project_orders.rb +${RM_PLUGINDIR}/redmine_work_time/init.rb +${RM_PLUGINDIR}/redmine_work_time/lib/work_time_projects_helper_patch.rb +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/user_issue_months.yml +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_daily_memos.yml +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_holidays.yml +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_member_orders.yml +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_project_orders.yml +${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_ticket_relays.yml +${RM_PLUGINDIR}/redmine_work_time/test/functional/work_time_controller_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/test_helper.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/user_issue_month_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_daily_memo_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_holidays_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_member_order_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_project_orders_test.rb +${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_ticket_relay_test.rb diff --git a/devel/ruby-redmine_work_time/distinfo b/devel/ruby-redmine_work_time/distinfo index 58f3cc689a44..5d2c5c95da22 100644 --- a/devel/ruby-redmine_work_time/distinfo +++ b/devel/ruby-redmine_work_time/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/05/06 14:25:43 taca Exp $ +$NetBSD: distinfo,v 1.5 2021/02/28 16:30:12 taca Exp $ -SHA1 (redmine_work_time-0.4.0.tar.gz) = 7934a8b1f995eb2025b2fd624afd11ab7c64673f -RMD160 (redmine_work_time-0.4.0.tar.gz) = 5f05d19cb8647e13cbf61007ba935d1f9daf224e -SHA512 (redmine_work_time-0.4.0.tar.gz) = f362bdf81de11b59b395f3c922cf784e7e87105bcf5fa57dc5cdcf4c0c52d1a686b6acd3336b33d6786914da833ae4e24be5b0ba8452437677ceb772e8287a79 -Size (redmine_work_time-0.4.0.tar.gz) = 41979 bytes +SHA1 (redmine_work_time-0.4.1.tar.gz) = 1dccc4485b7f9fe8e7420297b62ca1cfd871a776 +RMD160 (redmine_work_time-0.4.1.tar.gz) = 0f26eb0d6c720bd943bd30c133b54d39162d9423 +SHA512 (redmine_work_time-0.4.1.tar.gz) = 4ad83d31c293df4c85ac6904e6babdf5710a5548a5854e93aaa747075075e24cd5ded6ba47cf28e7815fde241a5969e05e214040dc70ef48f551abdf2ecbfc9c +Size (redmine_work_time-0.4.1.tar.gz) = 42621 bytes