diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-01-07 18:38:23 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-01-07 18:38:23 +0000 |
commit | a8e7def630d4b65d4cd36f7181b988bed5ac4ee8 (patch) | |
tree | f588c76c696c258bdf891ba63374984dd49f88d4 | |
parent | - Convert to OPTIONS helpers where possible (diff) |
Update sysutils/azure-agent to 2.0.16.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sysutils/azure-agent/Makefile | 6 | ||||
-rw-r--r-- | sysutils/azure-agent/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile index 30e01c02952d..01ff937f3a9d 100644 --- a/sysutils/azure-agent/Makefile +++ b/sysutils/azure-agent/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= azure-agent -PORTVERSION= ${GH_TAGNAME}.11 -PORTREVISION= 1 +PORTVERSION= ${GH_TAGNAME}.16 CATEGORIES= sysutils MAINTAINER= gjb@FreeBSD.org @@ -13,7 +12,8 @@ LICENSE= APACHE20 RUN_DEPENDS= python:${PORTSDIR}/lang/python \ sudo:${PORTSDIR}/security/sudo \ bash:${PORTSDIR}/shells/bash \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:${PORTSDIR}/devel/py-pyasn1 \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss NO_BUILD= yes USES= python:2 diff --git a/sysutils/azure-agent/distinfo b/sysutils/azure-agent/distinfo index 0d74bb0c01aa..fc0e586e10ad 100644 --- a/sysutils/azure-agent/distinfo +++ b/sysutils/azure-agent/distinfo @@ -1,2 +1,2 @@ -SHA256 (Azure-WALinuxAgent-2.0.11-2.0_GH0.tar.gz) = e979617e4ff7ec6e3b50aa1347d7bb7e7913b65ff815feb5679b5c5fd21ce6bc -SIZE (Azure-WALinuxAgent-2.0.11-2.0_GH0.tar.gz) = 89445 +SHA256 (Azure-WALinuxAgent-2.0.16-2.0_GH0.tar.gz) = abb51b068a1c38dd50323722e05bd1066dc179be07e9e8dd1a3d0c92c46724ea +SIZE (Azure-WALinuxAgent-2.0.16-2.0_GH0.tar.gz) = 100991 |