From owner-svn-ports-head@FreeBSD.ORG Thu Jun 11 12:02:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0396F47; Thu, 11 Jun 2015 12:02:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9462515D5; Thu, 11 Jun 2015 12:02:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5BC2cR5022702; Thu, 11 Jun 2015 12:02:38 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5BC2c9V022699; Thu, 11 Jun 2015 12:02:38 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506111202.t5BC2c9V022699@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 11 Jun 2015 12:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389194 - head/sysutils/py-ploy_ansible X-SVN-Group: ports-head 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.20 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: Thu, 11 Jun 2015 12:02:38 -0000 Author: koobs Date: Thu Jun 11 12:02:37 2015 New Revision: 389194 URL: https://svnweb.freebsd.org/changeset/ports/389194 Log: sysutils/py-ploy_ansible: Update to 1.3.0 - Update to 1.3.0 (for Ansible > 1.9.0 support) [1] - Add setuptools as explicit (PEP-20) RUN_DEPENDS, as ploy_ansible uses pkg_resources Changes: https://github.com/ployground/ploy_ansible/blob/1.3.0/HISTORY.rst [1] https://github.com/ployground/ploy_ansible/pull/15 PR: 200785 Reported by: Modified: head/sysutils/py-ploy_ansible/Makefile head/sysutils/py-ploy_ansible/distinfo Modified: head/sysutils/py-ploy_ansible/Makefile ============================================================================== --- head/sysutils/py-ploy_ansible/Makefile Thu Jun 11 11:59:55 2015 (r389193) +++ head/sysutils/py-ploy_ansible/Makefile Thu Jun 11 12:02:37 2015 (r389194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ploy_ansible -DISTVERSION= 1.2.4 +PORTVERSION= 1.3.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \ ansible>=1.8.0:${PORTSDIR}/sysutils/ansible USES= python:-2.7 Modified: head/sysutils/py-ploy_ansible/distinfo ============================================================================== --- head/sysutils/py-ploy_ansible/distinfo Thu Jun 11 11:59:55 2015 (r389193) +++ head/sysutils/py-ploy_ansible/distinfo Thu Jun 11 12:02:37 2015 (r389194) @@ -1,2 +1,2 @@ -SHA256 (ploy_ansible-1.2.4.tar.gz) = e43c8d798c1395e391c598cf76cf67048208577130be4d844713c498bbea2986 -SIZE (ploy_ansible-1.2.4.tar.gz) = 24496 +SHA256 (ploy_ansible-1.3.0.tar.gz) = 8efeab1cccd4eedfd3bd7edbc350816119fcb5418da70dec8507ac3020991589 +SIZE (ploy_ansible-1.3.0.tar.gz) = 26260