From owner-svn-ports-all@freebsd.org Thu Dec 7 21:09:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92330E916ED; Thu, 7 Dec 2017 21:09:16 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF5476743; Thu, 7 Dec 2017 21:09:16 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB7L9FQZ022166; Thu, 7 Dec 2017 21:09:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB7L9FxU022165; Thu, 7 Dec 2017 21:09:15 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201712072109.vB7L9FxU022165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 7 Dec 2017 21:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r455756 - branches/2017Q4/textproc/pootle X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2017Q4/textproc/pootle X-SVN-Commit-Revision: 455756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 21:09:16 -0000 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.