Date: Sat, 22 Feb 2020 09:14:27 +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: r526746 - head/sysutils/azure-agent Message-ID: <202002220914.01M9ERQH011821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sat Feb 22 09:14:26 2020 New Revision: 526746 URL: https://svnweb.freebsd.org/changeset/ports/526746 Log: Pull in a config patch requested by Azure Application Certification Support Approved by: Wei Hu <weh@microsoft.com> (maintainer, implicitly) Obtained from: https://github.com/Azure/WALinuxAgent/pull/1762 Sponsored by: The FreeBSD Foundation Modified: head/sysutils/azure-agent/Makefile head/sysutils/azure-agent/distinfo Modified: head/sysutils/azure-agent/Makefile ============================================================================== --- head/sysutils/azure-agent/Makefile Sat Feb 22 08:54:44 2020 (r526745) +++ head/sysutils/azure-agent/Makefile Sat Feb 22 09:14:26 2020 (r526746) @@ -5,6 +5,9 @@ PORTVERSION= 2.2.45 DISTVERSIONPREFIX= v CATEGORIES= sysutils +PATCH_SITES= https://github.com/Azure/WALinuxAgent/commit/ +PATCHFILES= 14236c2c13e4f8986588b38477812b22240bdbac.patch:-p1 + MAINTAINER= weh@microsoft.com COMMENT= Microsoft Azure Linux Agent Modified: head/sysutils/azure-agent/distinfo ============================================================================== --- head/sysutils/azure-agent/distinfo Sat Feb 22 08:54:44 2020 (r526745) +++ head/sysutils/azure-agent/distinfo Sat Feb 22 09:14:26 2020 (r526746) @@ -1,3 +1,5 @@ -TIMESTAMP = 1573617843 +TIMESTAMP = 1582362460 SHA256 (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = ded5ecf2ce17b3e375147a386ba13554b52098475dc06974e9780cc04ca893ee SIZE (Azure-WALinuxAgent-v2.2.45_GH0.tar.gz) = 937466 +SHA256 (14236c2c13e4f8986588b38477812b22240bdbac.patch) = be70c35e5dc9d121b3618ef9aa4aef5cd899cd6a03c59bbc860b94858f3da59a +SIZE (14236c2c13e4f8986588b38477812b22240bdbac.patch) = 883
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002220914.01M9ERQH011821>