Index: head/audio/exaile/Makefile =================================================================== --- head/audio/exaile/Makefile (revision 532740) +++ head/audio/exaile/Makefile (revision 532741) @@ -1,38 +1,39 @@ # $FreeBSD$ PORTNAME= exaile DISTVERSION= 4.1.0-alpha1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rm@FreeBSD.org COMMENT= Full featured python-based music player for GTK+ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR} USE_GITHUB= yes NO_ARCH= yes USES= desktop-file-utils gmake gnome python:3.6+ USE_GNOME= gtk30 librsvg2 pygobject3 USE_GSTREAMER1= good faad OPTIONS_DEFINE= DOCS NLS UDISKS2 CDDB OPTIONS_SUB= yes NLS_USES= gettext NLS_BUILD_DEPENDS= help2man:misc/help2man NLS_INSTALL_TARGET_OFF= install_no_locale CDDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cddb>0:audio/py-cddb@${PY_FLAVOR} UDISKS2_DESC= UDISKS2 implementation for hardware detection UDISKS2_RUN_DEPENDS= ${LOCALBASE}bin/bsdisks:sysutils/bsdisks MAKE_ENV= EPREFIX=${PREFIX} \ PYTHON3_CMD=${PYTHON_CMD} \ XDGCONFDIR=${PREFIX}/etc/xdg \ MANPREFIX=${PREFIX} .include Index: head/audio/exaile/files/patch-xlgui_devices.py =================================================================== --- head/audio/exaile/files/patch-xlgui_devices.py (nonexistent) +++ head/audio/exaile/files/patch-xlgui_devices.py (revision 532741) @@ -0,0 +1,11 @@ +--- xlgui/devices.py.orig 2020-04-24 07:37:29 UTC ++++ xlgui/devices.py +@@ -42,7 +42,7 @@ class ManagerDialog(Gtk.Window): + + __gtype_name__ = 'DeviceManager' + +- tree_devices, model = GtkTemplate.Child.widgets(5) ++ tree_devices, model = GtkTemplate.Child.widgets(2) + + def __init__(self, parent, main): + Gtk.Window.__init__(self) Property changes on: head/audio/exaile/files/patch-xlgui_devices.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property