Date: Wed, 2 Jun 2021 09:25:47 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 797df44df8ff - main - accessibility/orca: remove obsolete dependency on devel/py-xdg Message-ID: <202106020925.1529PlTV079838@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=797df44df8ff88fcae3acaa183e856be53799bd2 commit 797df44df8ff88fcae3acaa183e856be53799bd2 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2021-06-02 08:28:29 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-06-02 09:25:36 +0000 accessibility/orca: remove obsolete dependency on devel/py-xdg The dependency of accessibility/orca on py-xdg was removed in 2012. https://gitlab.gnome.org/GNOME/orca/-/commit/e14a7ddc9e244b2085e8bc45641bd710b6f2dc3f PR: 256294 --- accessibility/orca/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index f49fbba899ca..12d2b7b0227b 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -2,6 +2,7 @@ PORTNAME= orca PORTVERSION= 40.0 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 @@ -13,14 +14,12 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ itstool:textproc/itstool LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}speech-dispatcher>=0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}atspi>=0:accessibility/py-atspi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} # conflict with py*-json-py because orca uses the json from python itself
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106020925.1529PlTV079838>