Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 07:18:04 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331655 - head/finance/py-stripe
Message-ID:  <201310260718.r9Q7I4gT052011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Oct 26 07:18:03 2013
New Revision: 331655
URL: http://svnweb.freebsd.org/changeset/ports/331655

Log:
  finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment
  
  Reported by:	jgh

Modified:
  head/finance/py-stripe/Makefile

Modified: head/finance/py-stripe/Makefile
==============================================================================
--- head/finance/py-stripe/Makefile	Sat Oct 26 06:44:26 2013	(r331654)
+++ head/finance/py-stripe/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
@@ -14,7 +14,7 @@ COMMENT=	Python bindings for the Stripe.
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0.8.8:${PORTSDIR}/www/py-requests
-TEST_DEPENDS:=	${RUN_DEPENDS
+TEST_DEPENDS:=	${RUN_DEPENDS}
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310260718.r9Q7I4gT052011>