Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 00:15:24 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417624 - head/www/py-routes
Message-ID:  <201606270015.u5R0FOw1035947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Jun 27 00:15:24 2016
New Revision: 417624
URL: https://svnweb.freebsd.org/changeset/ports/417624

Log:
  - Add missing dependencies
  
  PR:		210602
  Submitted by:	freebsd@skinc.ru

Modified:
  head/www/py-routes/Makefile

Modified: head/www/py-routes/Makefile
==============================================================================
--- head/www/py-routes/Makefile	Sun Jun 26 23:59:46 2016	(r417623)
+++ head/www/py-routes/Makefile	Mon Jun 27 00:15:24 2016	(r417624)
@@ -3,6 +3,7 @@
 
 PORTNAME=	routes
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP/source/R/Routes
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,9 @@ COMMENT=	Routing package for Python that
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru
+
 USES=		python
 USE_PYTHON=	autoplist distutils
 



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