Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 17:09:17 GMT
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d0db9d3bebe - main - www/jira-cli: Update to 1.4.0
Message-ID:  <202307011709.361H9H9e038351@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d0db9d3bebeb81f8c9f9142cf330483d1a51f9b

commit 9d0db9d3bebeb81f8c9f9142cf330483d1a51f9b
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2023-07-01 14:31:15 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2023-07-01 17:07:44 +0000

    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
---
 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307011709.361H9H9e038351>