Date: Tue, 26 May 2020 07:30:07 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r536577 - in branches/2020Q2/sysutils/azure-agent: . files Message-ID: <202005260730.04Q7U7Ti049604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue May 26 07:30:07 2020 New Revision: 536577 URL: https://svnweb.freebsd.org/changeset/ports/536577 Log: MFH: r536262 Adjust WALinuxAgent to be more sutiable for FreeBSD: - Pull in the patch from https://github.com/Azure/WALinuxAgent/pull/1892 - Drop patch to create large swap space, leave some more space for temporarily storage Approved by: maintainer (implicitly) Sponsored by: The FreeBSD Foundation Approved by: portmgr (bapt) Added: branches/2020Q2/sysutils/azure-agent/files/ - copied from r536262, head/sysutils/azure-agent/files/ Modified: branches/2020Q2/sysutils/azure-agent/Makefile branches/2020Q2/sysutils/azure-agent/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/azure-agent/Makefile ============================================================================== --- branches/2020Q2/sysutils/azure-agent/Makefile Tue May 26 07:02:57 2020 (r536576) +++ branches/2020Q2/sysutils/azure-agent/Makefile Tue May 26 07:30:07 2020 (r536577) @@ -3,11 +3,10 @@ PORTNAME= azure-agent PORTVERSION= 2.2.45 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PATCH_SITES= https://github.com/Azure/WALinuxAgent/commit/ -PATCHFILES= 14236c2c13e4f8986588b38477812b22240bdbac.patch:-p1 MAINTAINER= weh@microsoft.com COMMENT= Microsoft Azure Linux Agent Modified: branches/2020Q2/sysutils/azure-agent/distinfo ============================================================================== --- branches/2020Q2/sysutils/azure-agent/distinfo Tue May 26 07:02:57 2020 (r536576) +++ branches/2020Q2/sysutils/azure-agent/distinfo Tue May 26 07:30:07 2020 (r536577) @@ -1,5 +1,3 @@ -TIMESTAMP = 1582362460 +TIMESTAMP = 1590110519 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?202005260730.04Q7U7Ti049604>