aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanthosh Raju <fox@FreeBSD.org>2023-07-01 14:31:15 +0000
committerSanthosh Raju <fox@FreeBSD.org>2023-07-01 17:07:44 +0000
commit9d0db9d3bebeb81f8c9f9142cf330483d1a51f9b (patch)
tree4dad9ef9be2c659245df7ba6351cfc197dc45b02
parentb848b2248beed7052f466b2dd10a482b13a13d0f (diff)
downloadports-9d0db9d3bebeb81f8c9f9142cf330483d1a51f9b.tar.gz
ports-9d0db9d3bebeb81f8c9f9142cf330483d1a51f9b.zip
www/jira-cli: Update to 1.4.0
Changes since 1.3.0: v1.4.0 This release adds support for Jira v9, a serverinfo command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. - feat(tui): Allow issue transition from the ui by @ankitpokhrel in #544 - feat(tui): Add help page by @ankitpokhrel in #563 - feat: Filter by multiple statuses by @ankitpokhrel in #573 - feat: Support for adding watcher to Issue by @ankitpokhrel in #584 - feat: Allow different jira server for API and for UI by @markhatch in #613 - fix: Shell completion for Fish and PowerShell by @ankitpokhrel in #553 - fix: Worklog comment don't work together with prompt by @ankitpokhrel in #562 - fix: Use http client wrapper instead of round trip by @ankitpokhrel in #530 - fix: Try to detect if JIRA v8 server is not using the createmeta REST endpoint by @tristianc in #574 - fix: Issue with -c flag on config generation by @ankitpokhrel in #582 - fix: Issue with value assignment in init by @ankitpokhrel in #606 - fix: Issue with epic field on create by @ankitpokhrel in #607 - fix: Comment author name is not always displayed by @ankitpokhrel in (#618) - ehc: Improve PAGER selection by @ankitpokhrel in #570 - dep: Upgrade cobra to v1.7.0 by @dbirks in #608 - ci: Upgrade actions by @ankitpokhrel in #590 - @tristianc made their first contribution in #574 - @dbirks made their first contribution in #608 - @markhatch made their first contribution in #613 Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.3.0...v1.4.0
-rw-r--r--www/jira-cli/Makefile3
-rw-r--r--www/jira-cli/distinfo10
2 files changed, 6 insertions, 7 deletions
diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile
index bc15e0c2aabb..e8df580c353f 100644
--- a/www/jira-cli/Makefile
+++ b/www/jira-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= jira-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.0
-PORTREVISION= 4
+DISTVERSION= 1.4.0
CATEGORIES= www
DIST_SUBDIR= jira-cli
diff --git a/www/jira-cli/distinfo b/www/jira-cli/distinfo
index 4e0b03e542b0..ede5d448f453 100644
--- a/www/jira-cli/distinfo
+++ b/www/jira-cli/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1675516690
-SHA256 (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.mod) = c65d19967075c5f7f1385171210575c53bef0a0d5bc2dc254f84dd43b2b06f6b
-SIZE (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.mod) = 3116
-SHA256 (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.zip) = 07d8f0c862b877dcf332d2e7150560d9d86304c3ad02ae06761be4898bab39c1
-SIZE (go/www_jira-cli/jira-cli-v1.3.0/v1.3.0.zip) = 53371049
+TIMESTAMP = 1688221303
+SHA256 (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.mod) = 57fbd11a8667d8767bded25b68b3aa571f32b8cf905854ba157eb99648b7daea
+SIZE (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.mod) = 3116
+SHA256 (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.zip) = 359aed8cfe480c0a055a6b78b88d627c25ee81e6206d4aa4731a9f73a00a5afd
+SIZE (go/www_jira-cli/jira-cli-v1.4.0/v1.4.0.zip) = 53379812