pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/jira-cli



Module Name:    pkgsrc
Committed By:   fox
Date:           Fri Jul 10 07:37:27 UTC 2026

Modified Files:
        pkgsrc/www/jira-cli: Makefile

Log Message:
www/jira-cli: Remove go default version.

Build was tested with go 1.25 and go 1.26 and it worked.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/jira-cli/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/jira-cli/Makefile
diff -u pkgsrc/www/jira-cli/Makefile:1.61 pkgsrc/www/jira-cli/Makefile:1.62
--- pkgsrc/www/jira-cli/Makefile:1.61   Wed Jul  8 18:32:44 2026
+++ pkgsrc/www/jira-cli/Makefile        Fri Jul 10 07:37:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2026/07/08 18:32:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.62 2026/07/10 07:37:27 fox Exp $
 
 DISTNAME=      jira-cli-1.7.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ankitpokhrel/}
@@ -12,7 +12,6 @@ HOMEPAGE=     https://github.com/ankitpokhre
 COMMENT=       Feature-rich Interactive Jira Command Line
 LICENSE=       mit
 
-GO_VERSION_DEFAULT=    124
 GO_BUILD_DATE_cmd=     ${DATE} "+%FT%T%Z"
 GO_XFLAG_PREFIX=       -X github.com/ankitpokhrel/jira-cli/internal/version
 



Home | Main Index | Thread Index | Old Index