git: b906ae028fd2 - main - www/jira-cli: Update to 1.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 04:57:00 UTC
The branch main has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b906ae028fd2c52a10b255454f1c211781f2285f
commit b906ae028fd2c52a10b255454f1c211781f2285f
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-09-02 04:55:47 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-09-02 04:55:47 +0000
www/jira-cli: Update to 1.7.0
Changes since 1.6.0:
This release adds CSV and JSON output support for issue listings and upgrades
deprecated endpoints to ensure compatibility with the latest Jira APIs.
- The new API does not return the total number of entries anymore, so the total
issue count is no longer displayed in the search results.
- Consequently, the startAt parameter in the new API is unsupported. Therefore,
the from part of the --paginate=<from>:<limit> flag is effectively ignored.
Users can still paginate using the maxResults parameter (e.g., --paginate=10).
- feat: Add option to list issues in raw JSON by @evg656e in #840
- feat: Add releases Subcommand by @vkhitrin in #851
- feat: Support num comments in issue list cmd by @ankitpokhrel in #853
- feat: Support CSV when listing issues by @ankitpokhrel in #854
- feat: Allow skipping notification on edit by @ankitpokhrel in #855
- feat: Add command line arg delimiter for custom delimiter instead of tab. by
@iksi4prs in #662
- feat: Add support for environment variable to specify config file path by
@aazon in #858
- fix: usernames can be 2 chars by @jontyq in #890
- fix: Update deprecated endpoint by @ankitpokhrel in #892
- fix: csv format priority by @ciricc in #882
- chore(docs): Add packaging stats to Installation section in README.md by
@kskarthik in #857
- @evg656e made their first contribution in #840
- @vkhitrin made their first contribution in #851
- @iksi4prs made their first contribution in #662
- @aazon made their first contribution in #858
- @jontyq made their first contribution in #890
- @ciricc made their first contribution in #882
- @kskarthik made their first contribution in #857
Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.6.0...v1.7.0
---
www/jira-cli/Makefile | 3 +--
www/jira-cli/distinfo | 10 +++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile
index 5b59b52142eb..6d61e2e2bcb6 100644
--- a/www/jira-cli/Makefile
+++ b/www/jira-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= jira-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.0
-PORTREVISION= 4
+DISTVERSION= 1.7.0
CATEGORIES= www
DIST_SUBDIR= jira-cli
diff --git a/www/jira-cli/distinfo b/www/jira-cli/distinfo
index e4ce10ecbd87..2676d991a8ea 100644
--- a/www/jira-cli/distinfo
+++ b/www/jira-cli/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1746167061
-SHA256 (go/www_jira-cli/jira-cli-v1.6.0/v1.6.0.mod) = 3f26481454741fe185dfa6852a62f7d20e1fa0cb42fafef5f6d74e8e1568eed4
-SIZE (go/www_jira-cli/jira-cli-v1.6.0/v1.6.0.mod) = 3573
-SHA256 (go/www_jira-cli/jira-cli-v1.6.0/v1.6.0.zip) = 8677cbf397d912b82e3afa2b6ae9efb645df4b3a2e05a14b43f7751dfb2155ef
-SIZE (go/www_jira-cli/jira-cli-v1.6.0/v1.6.0.zip) = 53411127
+TIMESTAMP = 1756743680
+SHA256 (go/www_jira-cli/jira-cli-v1.7.0/v1.7.0.mod) = 3f26481454741fe185dfa6852a62f7d20e1fa0cb42fafef5f6d74e8e1568eed4
+SIZE (go/www_jira-cli/jira-cli-v1.7.0/v1.7.0.mod) = 3573
+SHA256 (go/www_jira-cli/jira-cli-v1.7.0/v1.7.0.zip) = 71f5caf245e6df1a8a3f71211134a09eb6a2af5825b72fb2c6176716f1848032
+SIZE (go/www_jira-cli/jira-cli-v1.7.0/v1.7.0.zip) = 53417390