Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 06:26:31 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324089 - in head/audio/abraca: . files
Message-ID:  <201308010626.r716QVpc077601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Aug  1 06:26:31 2013
New Revision: 324089
URL: http://svnweb.freebsd.org/changeset/ports/324089

Log:
  - Fix build after new vala import
  - While here, use space in place of tab in pkg-descr WWW line

Added:
  head/audio/abraca/files/patch-src-components-filter-filter_model.vala   (contents, props changed)
  head/audio/abraca/files/patch-src-components-playlist-playlist_model.vala   (contents, props changed)
Modified:
  head/audio/abraca/pkg-descr   (contents, props changed)

Added: head/audio/abraca/files/patch-src-components-filter-filter_model.vala
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/abraca/files/patch-src-components-filter-filter_model.vala	Thu Aug  1 06:26:31 2013	(r324089)
@@ -0,0 +1,11 @@
+--- src/components/filter/filter_model.vala.orig	2012-06-17 19:04:56.000000000 +0200
++++ src/components/filter/filter_model.vala	2013-07-31 18:17:53.287738608 +0200
+@@ -117,7 +117,7 @@
+ 		 * When GTK asks for the value of a column, check if the row
+ 		 * has been resolved or not, otherwise resolve it.
+ 		 */
+-		public void get_value (Gtk.TreeIter iter, int column, ref GLib.Value val)
++		public void get_value (Gtk.TreeIter iter, int column, out GLib.Value val)
+ 		{
+ 			GLib.Value tmp1;
+ 

Added: head/audio/abraca/files/patch-src-components-playlist-playlist_model.vala
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/abraca/files/patch-src-components-playlist-playlist_model.vala	Thu Aug  1 06:26:31 2013	(r324089)
@@ -0,0 +1,11 @@
+--- src/components/playlist/playlist_model.vala.orig	2012-06-17 19:04:56.000000000 +0200
++++ src/components/playlist/playlist_model.vala	2013-07-31 18:19:16.480732632 +0200
+@@ -85,7 +85,7 @@
+ 		 * When GTK asks for the value of a column, check if the row
+ 		 * has been resolved or not, otherwise resolve it.
+ 		 */
+-		public void get_value(Gtk.TreeIter iter, int column, ref GLib.Value val) {
++		public void get_value(Gtk.TreeIter iter, int column, out GLib.Value val) {
+ 			GLib.Value status;
+ 
+ 			base.get_value(iter, Column.STATUS, out status);

Modified: head/audio/abraca/pkg-descr
==============================================================================
--- head/audio/abraca/pkg-descr	Thu Aug  1 06:23:50 2013	(r324088)
+++ head/audio/abraca/pkg-descr	Thu Aug  1 06:26:31 2013	(r324089)
@@ -1,4 +1,4 @@
 Abraca is a GTK2 client for the XMMS2 music player. It is designed with
 collections in mind, which makes managing your music a breeze.
 
-WWW:	http://abraca.github.com/Abraca
+WWW: http://abraca.github.com/Abraca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010626.r716QVpc077601>