From owner-svn-ports-head@freebsd.org Tue Mar 20 10:56:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 196CBF67905; Tue, 20 Mar 2018 10:56:53 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF2E26CE3E; Tue, 20 Mar 2018 10:56:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B58AF1BF89; Tue, 20 Mar 2018 10:56:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2KAuqRU049181; Tue, 20 Mar 2018 10:56:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2KAuqnd049180; Tue, 20 Mar 2018 10:56:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201803201056.w2KAuqnd049180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 20 Mar 2018 10:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465081 - head/sysutils/py-salt X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/sysutils/py-salt X-SVN-Commit-Revision: 465081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 10:56:53 -0000 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}