diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 15:12:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 15:12:57 +0000 |
commit | df20ecbdec4d327536e33d2962fad98536eb158b (patch) | |
tree | 03c52effc87ecde8baf7968debe06ac3c5509985 | |
parent | 7f7ac1796890a2a8b1bee7b6885bef95406c47b9 (diff) | |
download | ports-df20ecbdec4d327536e33d2962fad98536eb158b.tar.gz ports-df20ecbdec4d327536e33d2962fad98536eb158b.zip |
Update to 2.1.0
- While I'm here:
- Add NO_ARCH
- Sort USE_PYTHON
Changes: https://github.com/WoLpH/python-statsd/commits/develop
PR: 222592
Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer)
Notes
Notes:
svn path=/head/; revision=450613
-rw-r--r-- | devel/py-python-statsd/Makefile | 5 | ||||
-rw-r--r-- | devel/py-python-statsd/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-python-statsd/Makefile b/devel/py-python-statsd/Makefile index 97462b620b64..a06fc3902dea 100644 --- a/devel/py-python-statsd/Makefile +++ b/devel/py-python-statsd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-statsd -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,9 @@ COMMENT= Statsd is a client for Etsy's node-js statsd server LICENSE= BSD3CLAUSE +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils post-extract: ${RM} -r ${WRKSRC}/tests diff --git a/devel/py-python-statsd/distinfo b/devel/py-python-statsd/distinfo index 09a68b92cce1..edcccaf547e7 100644 --- a/devel/py-python-statsd/distinfo +++ b/devel/py-python-statsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470226088 -SHA256 (python-statsd-2.0.0.tar.gz) = 54ed1a223eef8d735661c26f830ca9beaf307a56322532cebeea8c805b40a19a -SIZE (python-statsd-2.0.0.tar.gz) = 10374 +TIMESTAMP = 1506347421 +SHA256 (python-statsd-2.1.0.tar.gz) = d2c573d325d0f015b4d79f0d0f8c88dd8413d7b9ef890c09076a9b6089ab301c +SIZE (python-statsd-2.1.0.tar.gz) = 10834 |