Index: head/accessibility/orca/Makefile =================================================================== --- head/accessibility/orca/Makefile (revision 511391) +++ head/accessibility/orca/Makefile (revision 511392) @@ -1,44 +1,44 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= orca PORTVERSION= 3.28.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Scriptable screen reader LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \ py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \ py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ itstool:textproc/itstool LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core RUN_DEPENDS= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \ py3?-speech-dispatcher>=0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \ py3?-atspi>=0:accessibility/py-atspi@${PY_FLAVOR} \ py3?-xdg>=0:devel/py-xdg@${PY_FLAVOR} \ py3?-cairo>=0:graphics/py-cairo@${PY_FLAVOR} # conflict with py*-json-py because orca uses the json from python itself # and py*-json-py shadows this. CONFLICTS= py*-json-py-[0-9]* PORTSCOUT= limitw:1,even NO_ARCH= yes USES= gettext gmake gnome localbase pathfix pkgconfig \ python:3.4+ tar:xz USE_GNOME= gtk30 pygobject3 intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca_i18n.py .include Index: head/accessibility/orca/pkg-descr =================================================================== --- head/accessibility/orca/pkg-descr (revision 511391) +++ head/accessibility/orca/pkg-descr (revision 511392) @@ -1,7 +1,7 @@ Orca a scriptable screen reader that is currently under development. As such it is highly unstable and undergoes frequent changes. To read more about Orca, please refer to the Orca documentation series available in the ./docs/doc-set directory and also the Orca WIKI at -http://live.gnome.org/Orca. +the URL below. WWW: http://live.gnome.org/Orca