diff options
author | koobs <koobs@FreeBSD.org> | 2015-10-20 18:44:20 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-10-20 18:44:20 +0800 |
commit | 594104f4fdeb843be8ffc92e2a650d8437c49207 (patch) | |
tree | c2a720aa7dd2030fbc21ae34492474dc59ec67b5 /sysutils | |
parent | b4ba8639cf1a76bafb06abb757272c3d4293bb28 (diff) | |
download | freebsd-ports-gnome-594104f4fdeb843be8ffc92e2a650d8437c49207.tar.gz freebsd-ports-gnome-594104f4fdeb843be8ffc92e2a650d8437c49207.tar.zst freebsd-ports-gnome-594104f4fdeb843be8ffc92e2a650d8437c49207.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-ploy_ansible/Makefile | 10 | ||||
-rw-r--r-- | sysutils/py-ploy_ansible/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile index af47ed9b14a3..9134c9c81088 100644 --- a/sysutils/py-ploy_ansible/Makefile +++ b/sysutils/py-ploy_ansible/Makefile @@ -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> diff --git a/sysutils/py-ploy_ansible/distinfo b/sysutils/py-ploy_ansible/distinfo index 93027336871b..8586d681da4c 100644 --- a/sysutils/py-ploy_ansible/distinfo +++ b/sysutils/py-ploy_ansible/distinfo @@ -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 |