Date: Thu, 7 Dec 2017 21:09:15 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455756 - branches/2017Q4/textproc/pootle Message-ID: <201712072109.vB7L9FxU022165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Dec 7 21:09:15 2017 New Revision: 455756 URL: https://svnweb.freebsd.org/changeset/ports/455756 Log: MFH: r451347 textproc/pootle: add missing dependency on devel/py-argparse PR: 222798 Submitted by: ygy Approved by: ports-secteam (missing-dependency blanket) Modified: branches/2017Q4/textproc/pootle/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/textproc/pootle/Makefile ============================================================================== --- branches/2017Q4/textproc/pootle/Makefile Thu Dec 7 20:55:32 2017 (r455755) +++ branches/2017Q4/textproc/pootle/Makefile Thu Dec 7 21:09:15 2017 (r455756) @@ -3,7 +3,7 @@ PORTNAME= pootle PORTVERSION= 2.5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= CHEESESHOP DISTNAME= Pootle-${PORTVERSION} @@ -23,6 +23,7 @@ RUN_DEPENDS= translate-toolkit>=1.11.0:textproc/transl ${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south \ ${PYTHON_PKGNAMEPREFIX}django-voting>=0.1:www/py-django-voting \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ ${PYTHON_PKGNAMEPREFIX}diff-match-patch>=0:textproc/py-diff-match-patch # actually diff-match-patch is a dependency of translate-toolkit, # but only this port uses it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712072109.vB7L9FxU022165>