1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

audio/exaile: update to 4.1.0-rc1

Also remove patch merged upstream. Changelog:
https://github.com/exaile/exaile/wiki/Exaile-4.1-release-notes
This commit is contained in:
Ruslan Makhmatkhanov 2021-01-12 09:04:34 +00:00
parent bcb4400082
commit fad7786312
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561305
3 changed files with 4 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= exaile
DISTVERSION= 4.1.0-alpha1
PORTREVISION= 2
DISTVERSION= 4.1.0-rc1
CATEGORIES= audio
MAINTAINER= rm@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1587570511
SHA256 (exaile-exaile-4.1.0-alpha1_GH0.tar.gz) = 024e3f8585028af5ca0b98bfc01b01df2ba2603c0dbad4d1e99205dc1cba28f0
SIZE (exaile-exaile-4.1.0-alpha1_GH0.tar.gz) = 3605803
TIMESTAMP = 1610439857
SHA256 (exaile-exaile-4.1.0-rc1_GH0.tar.gz) = 6873fd858f0a68e3f5894de3b2592b6208901fe512b04429b73e0e2c67473c88
SIZE (exaile-exaile-4.1.0-rc1_GH0.tar.gz) = 3630699

View File

@ -1,11 +0,0 @@
--- 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)