svn commit: r465081 - head/sysutils/py-salt

Kubilay Kocak koobs at FreeBSD.org
Tue Mar 20 10:56:53 UTC 2018


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}


More information about the svn-ports-all mailing list