Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 19:07:00 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r544709 - branches/2020Q3/sysutils/py-salt
Message-ID:  <202008111907.07BJ7063001797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Tue Aug 11 19:07:00 2020
New Revision: 544709
URL: https://svnweb.freebsd.org/changeset/ports/544709

Log:
  MFH: r544708
  
  Upgrade to 3001.1
  
  Approved by:	maintainer
  
  Approved by:	portmgr (security blanket)

Modified:
  branches/2020Q3/sysutils/py-salt/Makefile
  branches/2020Q3/sysutils/py-salt/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/sysutils/py-salt/Makefile
==============================================================================
--- branches/2020Q3/sysutils/py-salt/Makefile	Tue Aug 11 18:53:44 2020	(r544708)
+++ branches/2020Q3/sysutils/py-salt/Makefile	Tue Aug 11 19:07:00 2020	(r544709)
@@ -2,11 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	salt
-PORTVERSION=	3001
-PORTREVISION=	1
+PORTVERSION=	3001.1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+# Unbreak the sysctl state.
+# https://github.com/saltstack/salt/issues/57826
+# https://github.com/saltstack/salt/pull/57839
+PATCH_SITES=	https://github.com/saltstack/salt/commit/
+PATCHFILES+=	1fa77bc846856d3a9a9d80e7643fb2f46febf827.patch:-p1
 
 MAINTAINER=	christer.edwards@gmail.com
 COMMENT=	Distributed remote execution and configuration management system

Modified: branches/2020Q3/sysutils/py-salt/distinfo
==============================================================================
--- branches/2020Q3/sysutils/py-salt/distinfo	Tue Aug 11 18:53:44 2020	(r544708)
+++ branches/2020Q3/sysutils/py-salt/distinfo	Tue Aug 11 19:07:00 2020	(r544709)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1592464695
-SHA256 (salt-3001.tar.gz) = 5ca60d1b2cc8e63db50995bd8b117914eeaf57c48ce2b3a3731ee57163adf154
-SIZE (salt-3001.tar.gz) = 14448043
+TIMESTAMP = 1597171484
+SHA256 (salt-3001.1.tar.gz) = e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc
+SIZE (salt-3001.1.tar.gz) = 14556156
+SHA256 (1fa77bc846856d3a9a9d80e7643fb2f46febf827.patch) = 36977a22f504cd383efb97b5ae6c34a4712f5843fb295af2dd8047afc17823cf
+SIZE (1fa77bc846856d3a9a9d80e7643fb2f46febf827.patch) = 9298



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008111907.07BJ7063001797>