[146692] users/devans/GNOME-3/unstable/dports/gnome/gitg

devans at macports.org devans at macports.org
Tue Mar 15 08:19:11 PDT 2016


Revision: 146692
          https://trac.macports.org/changeset/146692
Author:   devans at macports.org
Date:     2016-03-15 08:19:11 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
GNOME-3/unstable, gitg, apply upstream patch to build with libgitg-glib 0.24.0, increment revision.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gitg/files/patch-libgit2-0.24.0.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile	2016-03-15 15:17:35 UTC (rev 146691)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile	2016-03-15 15:19:11 UTC (rev 146692)
@@ -7,6 +7,7 @@
 
 name                gitg
 version             3.19.6
+revision            1
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME git repository viewer.
@@ -53,7 +54,8 @@
 
 gobject_introspection yes
 
-patchfiles          patch-autogen.sh.diff
+patchfiles          patch-autogen.sh.diff \
+                    patch-libgit2-0.24.0.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 

Added: users/devans/GNOME-3/unstable/dports/gnome/gitg/files/patch-libgit2-0.24.0.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/files/patch-libgit2-0.24.0.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/files/patch-libgit2-0.24.0.diff	2016-03-15 15:19:11 UTC (rev 146692)
@@ -0,0 +1,41 @@
+From d55ce1608d03fcdf31cd7c5a19e28dc2535b5929 Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro <icq at gnome.org>
+Date: Tue, 15 Mar 2016 00:07:15 +0100
+Subject: Bump libgit2-glib to 0.23.11 and fix api break
+
+---
+ configure.ac             | 4 ++--
+ libgitg/gitg-remote.vala | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 697f1e6..9012ea0 100644
+--- configure.ac
++++ configure.ac
+@@ -133,8 +133,8 @@ GLIB_REQUIRED_VERSION=2.38
+ GTK_REQUIRED_VERSION=3.18.0
+ GTKSOURCEVIEW_REQUIRED_VERSION=3.10
+ INTROSPECTION_REQUIRED=0.10.1
+-LIBGIT2_GLIB_REQUIRED_VERSION=0.23.5
+-LIBGIT2_GLIB_REQUIRED_MAX_VERSION=0.24.0
++LIBGIT2_GLIB_REQUIRED_VERSION=0.23.11
++LIBGIT2_GLIB_REQUIRED_MAX_VERSION=0.25.0
+ LIBXML_REQUIRED_VERSION=2.9.0
+ 
+ PKG_CHECK_MODULES(LIBGITG, [
+diff --git a/libgitg/gitg-remote.vala b/libgitg/gitg-remote.vala
+index 991d4cf..6637312 100644
+--- libgitg/gitg-remote.vala
++++ libgitg/gitg-remote.vala
+@@ -247,7 +247,7 @@ public class Remote : Ggit.Remote
+ 			try
+ 			{
+ 				yield Async.thread(() => {
+-					base.connect(direction, new Callbacks(this, callbacks, null));
++					base.connect(direction, new Callbacks(this, callbacks, null), null);
+ 				});
+ 			}
+ 			catch (Error e)
+-- 
+cgit v0.12
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/fadac193/attachment-0001.html>


More information about the macports-changes mailing list