Date: Wed, 13 Nov 2019 14:02:39 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517374 - head/sysutils/azure-agent Message-ID: <201911131402.xADE2dQc093541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Nov 13 14:02:39 2019 New Revision: 517374 URL: https://svnweb.freebsd.org/changeset/ports/517374 Log: - 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 Modified: head/sysutils/azure-agent/Makefile head/sysutils/azure-agent/distinfo head/sysutils/azure-agent/pkg-descr Modified: head/sysutils/azure-agent/Makefile ============================================================================== --- head/sysutils/azure-agent/Makefile Wed Nov 13 11:49:01 2019 (r517373) +++ head/sysutils/azure-agent/Makefile Wed Nov 13 14:02:39 2019 (r517374) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-agent -PORTVERSION= 2.2.41 +PORTVERSION= 2.2.45 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -18,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: head/sysutils/azure-agent/distinfo ============================================================================== --- head/sysutils/azure-agent/distinfo Wed Nov 13 11:49:01 2019 (r517373) +++ head/sysutils/azure-agent/distinfo Wed Nov 13 14:02:39 2019 (r517374) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570513843 -SHA256 (Azure-WALinuxAgent-v2.2.41_GH0.tar.gz) = 824972766850e81da3ffc3d56c8ca9731a4b1f35597830810d7cad188a6d3166 -SIZE (Azure-WALinuxAgent-v2.2.41_GH0.tar.gz) = 859203 +TIMESTAMP = 1573617843 +SHA256 (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = ded5ecf2ce17b3e375147a386ba13554b52098475dc06974e9780cc04ca893ee +SIZE (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = 937466 Modified: head/sysutils/azure-agent/pkg-descr ============================================================================== --- head/sysutils/azure-agent/pkg-descr Wed Nov 13 11:49:01 2019 (r517373) +++ head/sysutils/azure-agent/pkg-descr Wed Nov 13 14:02:39 2019 (r517374) @@ -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?201911131402.xADE2dQc093541>