git: 8aabda5dad3c - main - x11/xpra: Add devel/py-xdg to RUN_DEPENDS.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 26 Oct 2021 14:43:15 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8aabda5dad3ca27397e1f729b75f74ff704a1f03

commit 8aabda5dad3ca27397e1f729b75f74ff704a1f03
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-10-26 14:42:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-10-26 14:43:11 +0000

    x11/xpra: Add devel/py-xdg to RUN_DEPENDS.
---
 x11/xpra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 4c83b13194e7..31c989ae7f22 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xpra
 PORTVERSION=	4.2.3
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://xpra.org/src/
 
@@ -24,6 +25,7 @@ RUN_DEPENDS=	${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}PyOpenGL-accelerate>=3.1.0:graphics/py-PyOpenGL-accelerate@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyOpenGL>=3.1.0:graphics/py-PyOpenGL@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rencode>1:converters/py-rencode@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
 		setxkbmap:x11/setxkbmap \
 		ssh-askpass:security/openssh-askpass \
 		xauth:x11/xauth \