Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 12:55:41 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r436770 - branches/2017Q1/devel/py-canonicaljson
Message-ID:  <201703231255.v2NCtfLn009777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Thu Mar 23 12:55:41 2017
New Revision: 436770
URL: https://svnweb.freebsd.org/changeset/ports/436770

Log:
  MFH: r436686
  
  devel/py-canonicaljson: fix missing dependencies
  
  PR:		217986
  Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
  Approved by:	blanket
  
  Approved by:	ports-secteam

Modified:
  branches/2017Q1/devel/py-canonicaljson/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/devel/py-canonicaljson/Makefile
==============================================================================
--- branches/2017Q1/devel/py-canonicaljson/Makefile	Thu Mar 23 12:54:46 2017	(r436769)
+++ branches/2017Q1/devel/py-canonicaljson/Makefile	Thu Mar 23 12:55:41 2017	(r436770)
@@ -4,6 +4,7 @@
 PORTNAME=	canonicaljson
 PORTVERSION=	1.0.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,6 +14,8 @@ COMMENT=	Canonical JSON
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}frozendict>=0.4:devel/py-frozendict \
+		${PYTHON_PKGNAMEPREFIX}simplejson>=3.6.5:devel/py-simplejson
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
 
 USES=		python



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