Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2018 10:56:52 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465081 - head/sysutils/py-salt
Message-ID:  <201803201056.w2KAuqnd049180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Mar 20 10:56:52 2018
New Revision: 465081
URL: https://svnweb.freebsd.org/changeset/ports/465081

Log:
  sysutils/py-salt: Bump PORTREVISION
  
  Chase ports r464891 that switched salt's dependencies from tornado (5.x) to
  tornado (4.x, www/tornado4), as the failure occurs at runtime.
  
  Since package builds werent affected (packages were created) after the
  ports r464162 regression (updating tornado to 5.x), we need to force a rebuild.
  
  PR:		226548
  Reported by:	dani-hp (via IRC)

Modified:
  head/sysutils/py-salt/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Tue Mar 20 10:46:14 2018	(r465080)
+++ head/sysutils/py-salt/Makefile	Tue Mar 20 10:56:52 2018	(r465081)
@@ -3,6 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2017.7.4
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



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