svn commit: r325762 - head/devel/py-babel

Dryice Dong Liu dryice at FreeBSD.org
Sat Aug 31 01:18:13 UTC 2013


Author: dryice
Date: Sat Aug 31 01:18:12 2013
New Revision: 325762
URL: http://svnweb.freebsd.org/changeset/ports/325762

Log:
  - Add pytz to run_depends
  - bump PORTREVISION
  
  PR: ports/181686
  Submitted by: dryice at freebsd.org
  Approved by:  Hung-Yi Chen <gaod at hychen.org> (maintainer, in private mail)

Modified:
  head/devel/py-babel/Makefile

Modified: head/devel/py-babel/Makefile
==============================================================================
--- head/devel/py-babel/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
+++ head/devel/py-babel/Makefile	Sat Aug 31 01:18:12 2013	(r325762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Babel
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	gaod at hychen.org
 COMMENT=	Collection of tools for internationalizing Python applications
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
+
 USE_PYTHON=		2.7+
 USE_PYDISTUTILS=	easy_install
 


More information about the svn-ports-all mailing list