svn commit: r451347 - head/textproc/pootle

Rene Ladan rene at FreeBSD.org
Thu Oct 5 21:44:32 UTC 2017


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.


More information about the svn-ports-all mailing list