svn commit: r548480 - head/deskutils/py-vobject

Danilo G. Baio dbaio at FreeBSD.org
Sun Sep 13 15:08:19 UTC 2020


Author: dbaio
Date: Sun Sep 13 15:08:18 2020
New Revision: 548480
URL: https://svnweb.freebsd.org/changeset/ports/548480

Log:
  deskutils/py-vobject: Add missing dependency
  
  This fixes issues with other ports that needs py-vobject.
  
  pytz is optional, but it doesn't make any harm having it as default, just the
  opposite.
  
  PR:		249283
  Reported by:	Michael Bueker <m.bueker at berlin.de>
  Approved by:	portmgr (blanket: runtime fix)

Modified:
  head/deskutils/py-vobject/Makefile

Modified: head/deskutils/py-vobject/Makefile
==============================================================================
--- head/deskutils/py-vobject/Makefile	Sun Sep 13 14:40:41 2020	(r548479)
+++ head/deskutils/py-vobject/Makefile	Sun Sep 13 15:08:18 2020	(r548480)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vobject
 PORTVERSION=	0.9.6.1
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +14,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE-2.0.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.0:devel/py-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python


More information about the svn-ports-all mailing list