Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 10:44:20 +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: r399811 - head/sysutils/py-ploy_ansible
Message-ID:  <201510201044.t9KAiKp2084161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Oct 20 10:44:20 2015
New Revision: 399811
URL: https://svnweb.freebsd.org/changeset/ports/399811

Log:
  sysutils/py-ploy_ansible: Update to 1.3.1
  
  - Update PORTVERSION and distinfo checksum (1.3.1)
  - Update COMMENT to match upstream setup.py:description=
  - Re-order RUN_DEPENDS to match setup.py install_requires order
  - Add NO_ARCH
  
  Changes:
  
    https://github.com/ployground/ploy_ansible/blob/1.3.1/HISTORY.rst

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	Tue Oct 20 10:37:52 2015	(r399810)
+++ head/sysutils/py-ploy_ansible/Makefile	Tue Oct 20 10:44:20 2015	(r399811)
@@ -2,22 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	ploy_ansible
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	Ploy plugin to integrate with Ansible
+COMMENT=	Plugin to integrate Ansible with ploy
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \
+		${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
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>

Modified: head/sysutils/py-ploy_ansible/distinfo
==============================================================================
--- head/sysutils/py-ploy_ansible/distinfo	Tue Oct 20 10:37:52 2015	(r399810)
+++ head/sysutils/py-ploy_ansible/distinfo	Tue Oct 20 10:44:20 2015	(r399811)
@@ -1,2 +1,2 @@
-SHA256 (ploy_ansible-1.3.0.tar.gz) = 8efeab1cccd4eedfd3bd7edbc350816119fcb5418da70dec8507ac3020991589
-SIZE (ploy_ansible-1.3.0.tar.gz) = 26260
+SHA256 (ploy_ansible-1.3.1.tar.gz) = c2aebc2cf1f015aa8a43b6982617b26e30f48e0a479073c7b0ddcdfe9dc46a1c
+SIZE (ploy_ansible-1.3.1.tar.gz) = 26521



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