Skip to content

Commit

Permalink
- Update to 2.2.45 (pre-release) to pull in the requried fix
Browse files Browse the repository at this point in the history
  Azure/WALinuxAgent#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


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@517374 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
lwhsu committed Nov 13, 2019
1 parent 6dafb0d commit 206b9c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sysutils/azure-agent/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= azure-agent
PORTVERSION= 2.2.41
PORTVERSION= 2.2.45
DISTVERSIONPREFIX= v
CATEGORIES= sysutils

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

Expand Down
6 changes: 3 additions & 3 deletions sysutils/azure-agent/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion sysutils/azure-agent/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ The Microsoft Azure Linux Agent

LICENSE: APACHE20

WWW: http://azure.microsoft.com/
WWW: https://github.com/Azure/WALinuxAgent/

0 comments on commit 206b9c7

Please sign in to comment.