svn commit: r526746 - head/sysutils/azure-agent

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Feb 22 09:14:28 UTC 2020


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 at 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 at 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


More information about the svn-ports-all mailing list