- 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
This commit is contained in:
Li-Wen Hsu 2019-11-13 14:02:39 +00:00
parent b8588b7f41
commit 785c22466d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517374
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -2,4 +2,4 @@ The Microsoft Azure Linux Agent
LICENSE: APACHE20
WWW: http://azure.microsoft.com/
WWW: https://github.com/Azure/WALinuxAgent/