aboutsummaryrefslogtreecommitdiffstats
path: root/audio/abraca
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-08-01 14:26:31 +0800
committermadpilot <madpilot@FreeBSD.org>2013-08-01 14:26:31 +0800
commit35a901f62e27c6740738174ac6b63e8150500095 (patch)
tree973c971d1907c765c361c2e3af353e271d066b4f /audio/abraca
parentb4625dd442d3d1d3b5e8b58d29a958ac8ef431cd (diff)
downloadfreebsd-ports-gnome-35a901f62e27c6740738174ac6b63e8150500095.tar.gz
freebsd-ports-gnome-35a901f62e27c6740738174ac6b63e8150500095.tar.zst
freebsd-ports-gnome-35a901f62e27c6740738174ac6b63e8150500095.zip
- Fix build after new vala import
- While here, use space in place of tab in pkg-descr WWW line
Diffstat (limited to 'audio/abraca')
-rw-r--r--audio/abraca/files/patch-src-components-filter-filter_model.vala11
-rw-r--r--audio/abraca/files/patch-src-components-playlist-playlist_model.vala11
-rw-r--r--audio/abraca/pkg-descr2
3 files changed, 23 insertions, 1 deletions
diff --git a/audio/abraca/files/patch-src-components-filter-filter_model.vala b/audio/abraca/files/patch-src-components-filter-filter_model.vala
new file mode 100644
index 000000000000..86e44345fd4c
--- /dev/null
+++ b/audio/abraca/files/patch-src-components-filter-filter_model.vala
@@ -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;
+
diff --git a/audio/abraca/files/patch-src-components-playlist-playlist_model.vala b/audio/abraca/files/patch-src-components-playlist-playlist_model.vala
new file mode 100644
index 000000000000..65742e3b4aa6
--- /dev/null
+++ b/audio/abraca/files/patch-src-components-playlist-playlist_model.vala
@@ -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);
diff --git a/audio/abraca/pkg-descr b/audio/abraca/pkg-descr
index a515fc308b17..8424f2c85576 100644
--- a/audio/abraca/pkg-descr
+++ b/audio/abraca/pkg-descr
@@ -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