1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Update to 3.3.0

- Add LICENSE
- Add NO_ARCH
- Update WWW

Changes:	https://github.com/jsocol/pystatsd/blob/master/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-14 21:44:28 +00:00
parent 8462c2234d
commit b3c7b167db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484959
3 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= statsd
PORTVERSION= 3.2.1
PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simple statsd client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (statsd-3.2.1.tar.gz) = 3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e
SIZE (statsd-3.2.1.tar.gz) = 166047
TIMESTAMP = 1542046118
SHA256 (statsd-3.3.0.tar.gz) = e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f
SIZE (statsd-3.3.0.tar.gz) = 259045

View File

@ -1,4 +1,4 @@
statsd is a friendly front-end to Graphite. This is a Python client for the
statsd daemon.
WWW: https://pypi.org/project/statsd/
WWW: https://github.com/jsocol/pystatsd