svn commit: r417624 - head/www/py-routes

Wen Heping wen at FreeBSD.org
Mon Jun 27 00:15:25 UTC 2016


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 at 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
 


More information about the svn-ports-head mailing list