The following reply was made to PR ports/187413; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/187413: commit references a PR
Date: Thu, 22 May 2014 05:42:12 +0000 (UTC)

 Author: miwi
 Date: Thu May 22 05:42:08 2014
 New Revision: 354771
 URL: http://svnweb.freebsd.org/changeset/ports/354771
 QAT: https://qat.redports.org/buildarchive/r354771/
 
 Log:
   statsd is a client for Etsy's statsd server, a front end/proxy for the 
Graphite
   stats collection and graphing server.
   
   WWW: https://github.com/WoLpH/python-statsd
   
   PR:          ports/187413
   Submitted by:        f...@nohik.ee
 
 Added:
   head/devel/py-python-statsd/
   head/devel/py-python-statsd/Makefile   (contents, props changed)
   head/devel/py-python-statsd/distinfo   (contents, props changed)
   head/devel/py-python-statsd/pkg-descr   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile        Thu May 22 05:40:53 2014        (r354770)
 +++ head/devel/Makefile        Thu May 22 05:42:08 2014        (r354771)
 @@ -3776,6 +3776,7 @@
      SUBDIR += py-pytemplate
      SUBDIR += py-pytest
      SUBDIR += py-pytest-runner
 +    SUBDIR += py-python-statsd
      SUBDIR += py-pythonbrew
      SUBDIR += py-pytz
      SUBDIR += py-pyutil
 
 Added: head/devel/py-python-statsd/Makefile
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/py-python-statsd/Makefile       Thu May 22 05:42:08 2014        
(r354771)
 @@ -0,0 +1,18 @@
 +# $FreeBSD$
 +
 +PORTNAME=     python-statsd
 +PORTVERSION=  1.6.2
 +CATEGORIES=   devel python
 +MASTER_SITES= CHEESESHOP
 +PKGNAMEPREFIX=        ${PYTHON_PKGNAMEPREFIX}
 +
 +MAINTAINER=   f...@nohik.ee
 +COMMENT=      Statsd is a client for Etsy's node-js statsd server
 +
 +LICENSE=      BSD
 +
 +USE_PYTHON=           yes
 +USE_PYDISTUTILS=      yes
 +PYDISTUTILS_AUTOPLIST=        yes
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/py-python-statsd/distinfo
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/py-python-statsd/distinfo       Thu May 22 05:42:08 2014        
(r354771)
 @@ -0,0 +1,2 @@
 +SHA256 (python-statsd-1.6.2.tar.gz) = 
61854c53dd4573d806048ecd02712d75af822c379775304f9c929af465b047f0
 +SIZE (python-statsd-1.6.2.tar.gz) = 8891
 
 Added: head/devel/py-python-statsd/pkg-descr
 ==============================================================================
 --- /dev/null  00:00:00 1970   (empty, because file is newly added)
 +++ head/devel/py-python-statsd/pkg-descr      Thu May 22 05:42:08 2014        
(r354771)
 @@ -0,0 +1,4 @@
 +statsd is a client for Etsy's statsd server, a front end/proxy for the 
Graphite
 +stats collection and graphing server.
 +
 +WWW: https://github.com/WoLpH/python-statsd
 _______________________________________________
 svn-ports-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to