Date: Fri, 25 Aug 2017 05:49:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448709 - head/databases/py-carbon Message-ID: <201708250549.v7P5nDvF096813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Aug 25 05:49:13 2017 New Revision: 448709 URL: https://svnweb.freebsd.org/changeset/ports/448709 Log: - Add LICENSE_FILE - Switch from deprecated USES=twisted:run to py-twisted, py-txamqp already depends on py-twisted - Remove dependency on the python2 symlink Reported by: pkg-fallout With hat: portmgr Modified: head/databases/py-carbon/Makefile Modified: head/databases/py-carbon/Makefile ============================================================================== --- head/databases/py-carbon/Makefile Fri Aug 25 00:00:54 2017 (r448708) +++ head/databases/py-carbon/Makefile Fri Aug 25 05:49:13 2017 (r448709) @@ -3,7 +3,7 @@ PORTNAME= carbon PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,16 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Backend storage application for graphite LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \ + ${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:net/py-txamqp \ ${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:databases/py-whisper \ ${PYTHON_PKGNAMEPREFIX}django18>=1.4:www/py-django18 NO_ARCH= yes USE_PYTHON= distutils -USES= python:2 twisted:run +USES= python:2.7 USE_RC_SUBR= carbon USE_GITHUB= yes GH_ACCOUNT= graphite-project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708250549.v7P5nDvF096813>