From owner-svn-ports-all@freebsd.org Thu Oct 5 21:44:32 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 1FE1EE43581; Thu, 5 Oct 2017 21:44:32 +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 E1FAB3A4C; Thu, 5 Oct 2017 21:44:31 +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 v95LiV5W079753; Thu, 5 Oct 2017 21:44:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v95LiVLk079752; Thu, 5 Oct 2017 21:44:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201710052144.v95LiVLk079752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 5 Oct 2017 21:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451347 - head/textproc/pootle X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/textproc/pootle X-SVN-Commit-Revision: 451347 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.23 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, 05 Oct 2017 21:44:32 -0000 Author: rene Date: Thu Oct 5 21:44:30 2017 New Revision: 451347 URL: https://svnweb.freebsd.org/changeset/ports/451347 Log: textproc/pootle: add missing dependency on devel/py-argparse PR: 222798 Submitted by: ygy MFH: 2017Q4 Modified: head/textproc/pootle/Makefile Modified: head/textproc/pootle/Makefile ============================================================================== --- head/textproc/pootle/Makefile Thu Oct 5 21:23:37 2017 (r451346) +++ head/textproc/pootle/Makefile Thu Oct 5 21:44:30 2017 (r451347) @@ -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.