From owner-svn-ports-head@freebsd.org Fri Apr 24 07:39:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77CC52AAE93; Fri, 24 Apr 2020 07:39:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 497mK62dFQz3yGr; Fri, 24 Apr 2020 07:39:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 557C11A65B; Fri, 24 Apr 2020 07:39:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03O7dcfX060175; Fri, 24 Apr 2020 07:39:38 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03O7dcu6060174; Fri, 24 Apr 2020 07:39:38 GMT (envelope-from rm@FreeBSD.org) Message-Id: <202004240739.03O7dcu6060174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Fri, 24 Apr 2020 07:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532741 - in head/audio/exaile: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rm X-SVN-Commit-Paths: in head/audio/exaile: . files X-SVN-Commit-Revision: 532741 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2020 07:39:38 -0000 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@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)