Date: Wed, 4 Dec 2019 18:33:06 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r519041 - branches/2019Q4/sysutils/azure-agent Message-ID: <201912041833.xB4IX6i1011550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Dec 4 18:33:06 2019 New Revision: 519041 URL: https://svnweb.freebsd.org/changeset/ports/519041 Log: MFH: r517374 - Update to 2.2.45 (pre-release) to pull in the requried fix https://github.com/Azure/WALinuxAgent/pull/1638/ - Update WWW to where the code exists - Switch to use Python 3 to match the ports' default to avoid some subprocess invoking issues Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (blanket(s): bugfix release) Modified: branches/2019Q4/sysutils/azure-agent/Makefile branches/2019Q4/sysutils/azure-agent/distinfo branches/2019Q4/sysutils/azure-agent/pkg-descr Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/sysutils/azure-agent/Makefile ============================================================================== --- branches/2019Q4/sysutils/azure-agent/Makefile Wed Dec 4 18:20:44 2019 (r519040) +++ branches/2019Q4/sysutils/azure-agent/Makefile Wed Dec 4 18:33:06 2019 (r519041) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= azure-agent -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.45 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= honzhan@microsoft.com @@ -19,7 +18,7 @@ RUN_DEPENDS= sudo:security/sudo \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss NO_BUILD= yes -USES= python:2.7 shebangfix +USES= python:3.5+ shebangfix SHEBANG_FILES= bin/waagent bin/waagent2.0 Modified: branches/2019Q4/sysutils/azure-agent/distinfo ============================================================================== --- branches/2019Q4/sysutils/azure-agent/distinfo Wed Dec 4 18:20:44 2019 (r519040) +++ branches/2019Q4/sysutils/azure-agent/distinfo Wed Dec 4 18:33:06 2019 (r519041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497364262 -SHA256 (Azure-WALinuxAgent-v2.2.14_GH0.tar.gz) = d76c1db57ac7a019ac2262f9665b56fbce7bb4cdaeb0d30810d892fbb1ec856e -SIZE (Azure-WALinuxAgent-v2.2.14_GH0.tar.gz) = 692532 +TIMESTAMP = 1573617843 +SHA256 (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = ded5ecf2ce17b3e375147a386ba13554b52098475dc06974e9780cc04ca893ee +SIZE (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = 937466 Modified: branches/2019Q4/sysutils/azure-agent/pkg-descr ============================================================================== --- branches/2019Q4/sysutils/azure-agent/pkg-descr Wed Dec 4 18:20:44 2019 (r519040) +++ branches/2019Q4/sysutils/azure-agent/pkg-descr Wed Dec 4 18:33:06 2019 (r519041) @@ -2,4 +2,4 @@ The Microsoft Azure Linux Agent LICENSE: APACHE20 -WWW: http://azure.microsoft.com/ +WWW: https://github.com/Azure/WALinuxAgent/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912041833.xB4IX6i1011550>