Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 21:44:31 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451347 - head/textproc/pootle
Message-ID:  <201710052144.v95LiVLk079752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710052144.v95LiVLk079752>