Date: Wed, 24 Jun 2015 15:40:52 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390488 - head/textproc/py-sphinx-intl Message-ID: <201506241540.t5OFeqE4014812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Jun 24 15:40:51 2015 New Revision: 390488 URL: https://svnweb.freebsd.org/changeset/ports/390488 Log: - Add depend upon py-polib, required to function properly - Bump PORTREV Modified: head/textproc/py-sphinx-intl/Makefile Modified: head/textproc/py-sphinx-intl/Makefile ============================================================================== --- head/textproc/py-sphinx-intl/Makefile Wed Jun 24 15:16:23 2015 (r390487) +++ head/textproc/py-sphinx-intl/Makefile Wed Jun 24 15:40:51 2015 (r390488) @@ -3,6 +3,7 @@ PORTNAME= sphinx-intl PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ http://www.pcbsd.org/~kris/software/ @@ -13,7 +14,8 @@ COMMENT= Sphinx-intl translation feature LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx +RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ + ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib USES= python USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241540.t5OFeqE4014812>