aboutsummaryrefslogtreecommitdiff
path: root/sysutils/azure-agent
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-13 14:02:39 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-11-13 14:02:39 +0000
commit785c22466d43802f96ddcd1864a0a44c54bc7ad4 (patch)
tree479d2c7aa1763767ce8edeae809d935032e901d4 /sysutils/azure-agent
parentb8588b7f411fa6f310a0b46764305b6d8253a4e7 (diff)
downloadports-785c22466d43802f96ddcd1864a0a44c54bc7ad4.tar.gz
ports-785c22466d43802f96ddcd1864a0a44c54bc7ad4.zip
- 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
Notes
Notes: svn path=/head/; revision=517374
Diffstat (limited to 'sysutils/azure-agent')
-rw-r--r--sysutils/azure-agent/Makefile4
-rw-r--r--sysutils/azure-agent/distinfo6
-rw-r--r--sysutils/azure-agent/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile
index 75694b0b5306..a63fde7dcc7f 100644
--- a/sysutils/azure-agent/Makefile
+++ b/sysutils/azure-agent/Makefile
@@ -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
diff --git a/sysutils/azure-agent/distinfo b/sysutils/azure-agent/distinfo
index ed67f3968682..ba857cb47e27 100644
--- a/sysutils/azure-agent/distinfo
+++ b/sysutils/azure-agent/distinfo
@@ -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
diff --git a/sysutils/azure-agent/pkg-descr b/sysutils/azure-agent/pkg-descr
index fd72839e99f7..f358ecc0ffbf 100644
--- a/sysutils/azure-agent/pkg-descr
+++ b/sysutils/azure-agent/pkg-descr
@@ -2,4 +2,4 @@ The Microsoft Azure Linux Agent
LICENSE: APACHE20
-WWW: http://azure.microsoft.com/
+WWW: https://github.com/Azure/WALinuxAgent/