svn commit: r532741 - in head/audio/exaile: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Apr 24 07:39:38 UTC 2020


Author: rm
Date: Fri Apr 24 07:39:37 2020
New Revision: 532741
URL: https://svnweb.freebsd.org/changeset/ports/532741

Log:
  audio/exaile: add upstream patch
  
  upstream commit:
  https://github.com/exaile/exaile/commit/bcbac205636ff260bf819a67c3fdd6d2e4ecbacb
  
  Bug fixed:
  https://github.com/exaile/exaile/issues/699

Added:
  head/audio/exaile/files/patch-xlgui_devices.py   (contents, props changed)
Modified:
  head/audio/exaile/Makefile

Modified: head/audio/exaile/Makefile
==============================================================================
--- head/audio/exaile/Makefile	Fri Apr 24 07:36:44 2020	(r532740)
+++ head/audio/exaile/Makefile	Fri Apr 24 07:39:37 2020	(r532741)
@@ -2,6 +2,7 @@
 
 PORTNAME=	exaile
 DISTVERSION=	4.1.0-alpha1
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	rm at FreeBSD.org

Added: head/audio/exaile/files/patch-xlgui_devices.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/exaile/files/patch-xlgui_devices.py	Fri Apr 24 07:39:37 2020	(r532741)
@@ -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)


More information about the svn-ports-all mailing list