svn commit: r437390 - head/textproc/py-mako

Wen Heping wen at FreeBSD.org
Sat Apr 1 00:31:11 UTC 2017


Author: wen
Date: Sat Apr  1 00:31:09 2017
New Revision: 437390
URL: https://svnweb.freebsd.org/changeset/ports/437390

Log:
  - Remove unnecessary dependencies by fix RUN_DEPENDS
  
  PR:		218258
  Submitted by:	andreas.hollmann at gmail.com

Modified:
  head/textproc/py-mako/Makefile

Modified: head/textproc/py-mako/Makefile
==============================================================================
--- head/textproc/py-mako/Makefile	Sat Apr  1 00:08:38 2017	(r437389)
+++ head/textproc/py-mako/Makefile	Sat Apr  1 00:31:09 2017	(r437390)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mako
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	textproc www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,9 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
 		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
 		${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beaker>=1.1:www/py-beaker \
+		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.9.2:textproc/py-MarkupSafe \
+		${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-head mailing list