svn commit: r455756 - branches/2017Q4/textproc/pootle

Rene Ladan rene at FreeBSD.org
Thu Dec 7 21:09:16 UTC 2017


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.


More information about the svn-ports-all mailing list