Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2023 17:43:12 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0fe6998d8ad0 - main - releng-azure: Use port name to install Azure CLI
Message-ID:  <202308291743.37THhCj9089412@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=0fe6998d8ad0bf54c237c8f513bf00cab547b561

commit 0fe6998d8ad0bf54c237c8f513bf00cab547b561
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2023-08-29 17:39:11 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-08-29 17:39:11 +0000

    releng-azure: Use port name to install Azure CLI
    
    To overcome package name changing on default Python version updates.
    
    Approved by:    gjb (re)
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D41453
---
 release/Makefile.azure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/Makefile.azure b/release/Makefile.azure
index ba996bc15ac6..528371ad076e 100644
--- a/release/Makefile.azure
+++ b/release/Makefile.azure
@@ -38,7 +38,7 @@ azure-check-depends:
 .  if !exists(/usr/local/sbin/pkg-static)
 	env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
 .  endif
-	env ASSUME_ALWAYS_YES=yes pkg install -y py38-azure-cli
+	env ASSUME_ALWAYS_YES=yes pkg install -y sysutils/py-azure-cli
 . else
 	env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/sysutils/py-azure-cli BATCH=1 all install clean
 . endif



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