ports/156685: [update] audio/abraca: update to 0.6.0.

Guido Falsi mad at madpilot.net
Wed Apr 27 21:10:10 UTC 2011


>Number:         156685
>Category:       ports
>Synopsis:       [update] audio/abraca: update to 0.6.0.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 27 21:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
None
>Environment:
System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Apr 21 12:44:44 CEST 2011 root at megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Update audio/abraca to 0.6.0.

Removed all files in the files directory, and removed the files directory itself.

>How-To-Repeat:
>Fix:

diff -ruN abraca.old/Makefile abraca/Makefile
--- abraca.old/Makefile	2011-04-27 23:03:45.676088005 +0200
+++ abraca/Makefile	2011-04-27 23:04:00.741663522 +0200
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	abraca
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.0
 CATEGORIES=	audio
-MASTER_SITES=	http://abraca.xmms.se/attachments/download/128/
+MASTER_SITES=	http://abraca.xmms.se/attachments/download/134/
 
 MAINTAINER=	olivier at gid0.org
 COMMENT=	Abraca is a GTK2 client for the XMMS2 music player
@@ -17,7 +17,6 @@
 LIB_DEPENDS=	xmmsclient.6:${PORTSDIR}/audio/xmms2 \
 		gee.2:${PORTSDIR}/devel/libgee
 
-USE_BZIP2=	yes
 USE_SCONS=	yes
 USE_GNOME=	gtk20
 
diff -ruN abraca.old/distinfo abraca/distinfo
--- abraca.old/distinfo	2011-04-27 23:03:45.676088005 +0200
+++ abraca/distinfo	2011-04-27 23:04:00.709669304 +0200
@@ -1,2 +1,2 @@
-SHA256 (abraca-0.5.0.tar.bz2) = c4caf88e9c0c8d5d51ac5c0df4cc9022a0aa2574a4ff791dea11c7e212b766e2
-SIZE (abraca-0.5.0.tar.bz2) = 402497
+SHA256 (abraca-0.6.0.tar.gz) = ff40ab90904036e9493658b446c1251135a2f507f9c00e2c7cf115db21a6be75
+SIZE (abraca-0.6.0.tar.gz) = 403184
diff -ruN abraca.old/files/patch-src-components-collections-collections_view.vala abraca/files/patch-src-components-collections-collections_view.vala
--- abraca.old/files/patch-src-components-collections-collections_view.vala	2011-04-27 23:03:45.675086762 +0200
+++ abraca/files/patch-src-components-collections-collections_view.vala	1970-01-01 01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
---- src/components/collections/collections_view.vala.orig	2010-04-03 04:19:53.000000000 +0200
-+++ src/components/collections/collections_view.vala	2010-11-12 20:11:48.471315596 +0100
-@@ -441,16 +441,11 @@
- 				Gtk.TreePath path = model.get_path(iter);
- 
- 				if (path.get_depth() == 2) {
--					unowned GLib.List<Gtk.CellRenderer> renderers;
--					Gtk.CellRendererText renderer;
--					GLib.List<unowned Gtk.TreeViewColumn> cols;
--					Gtk.TreeViewColumn col;
-+					var cols = get_columns();
-+					var col = cols.data;
- 
--					cols = get_columns();
--					col = cols.data;
--
--					renderers = col.get_cells();
--					renderer = (Gtk.CellRendererText) renderers.data;
-+					var renderers = col.get_cells();
-+					var renderer = (Gtk.CellRendererText) renderers.data;
- 
- 					renderer.editable = true;
- 					set_cursor_on_cell(path, col, renderer, true);
diff -ruN abraca.old/files/patch-src-components-playlist-playlist_model.vala abraca/files/patch-src-components-playlist-playlist_model.vala
--- abraca.old/files/patch-src-components-playlist-playlist_model.vala	2011-04-27 23:03:45.675086762 +0200
+++ abraca/files/patch-src-components-playlist-playlist_model.vala	1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
---- src/components/playlist/playlist_model.vala.orig	2010-04-03 04:19:53.000000000 +0200
-+++ src/components/playlist/playlist_model.vala	2010-11-21 22:17:26.000000000 +0100
-@@ -136,9 +136,9 @@
- 			if (iter_nth_child (out iter, null, pos) &&
- 			    iter_nth_child(out niter, null, npos)) {
- 				if (pos < npos) {
--					move_after (iter, niter);
-+					move_after (ref iter, niter);
- 				} else {
--					move_before (iter, niter);
-+					move_before (ref iter, niter);
- 				}
- 			}
- 		}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list