svn commit: r496223 - head/devel/py-odfpy

Wen Heping wen at FreeBSD.org
Mon Mar 18 23:31:39 UTC 2019


Author: wen
Date: Mon Mar 18 23:31:38 2019
New Revision: 496223
URL: https://svnweb.freebsd.org/changeset/ports/496223

Log:
  - Add missing RUN_DEPENDS
  
  PR:		236618
  Submitted by:	kai@

Modified:
  head/devel/py-odfpy/Makefile

Modified: head/devel/py-odfpy/Makefile
==============================================================================
--- head/devel/py-odfpy/Makefile	Mon Mar 18 23:24:04 2019	(r496222)
+++ head/devel/py-odfpy/Makefile	Mon Mar 18 23:31:38 2019	(r496223)
@@ -3,6 +3,7 @@
 
 PORTNAME=	odfpy
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		http://opendocumentfellowship.com/files/
@@ -13,6 +14,8 @@ COMMENT=	Python API and Tools to Manipulate OpenDocume
 
 LICENSE=	APACHE20 GPLv2
 LICENSE_COMB=	dual
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR}
 
 CONFLICTS_BUILD=	py${PYTHON_SUFFIX}-setuptools_scm
 


More information about the svn-ports-all mailing list