[121307] users/devans/GNOME-3/stable/dports/gnome/libgit2-glib

devans at macports.org devans at macports.org
Sun Jun 22 20:51:56 PDT 2014


Revision: 121307
          https://trac.macports.org/changeset/121307
Author:   devans at macports.org
Date:     2014-06-22 20:51:56 -0700 (Sun, 22 Jun 2014)
Log Message:
-----------
GNOME-3/stable: libgit2-glib, update to version 0.0.16, requires libgit2 >= 0.21.0.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/files/
    users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/files/patch-libgit2-glib-ggit-repository.c.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile	2014-06-23 03:28:21 UTC (rev 121306)
+++ users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/Portfile	2014-06-23 03:51:56 UTC (rev 121307)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                libgit2-glib
-version             0.0.12
-revision            1
+version             0.0.16
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Glib wrapper library around the libgit2 git access library.
@@ -19,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  c17367d448516a1cf12ec3f06fdd067330e57262 \
-                    sha256  193125b314f588894b769058be28101fb0b2bec345520ca6398ee4e8b7319762
+checksums           rmd160  3d99194438b959befabf56e713eeea8371f30697 \
+                    sha256  36fa374e2c01b42aab885c91f9a0da184a21fa06c9e3a273a3d4f593c083627e
 
 depends_build       port:pkgconfig
 
@@ -28,6 +27,8 @@
                     port:libgit2 \
                     port:gobject-introspection
 
+patchfiles          patch-libgit2-glib-ggit-repository.c.diff
+
 configure.args      --disable-silent-rules \
                     --enable-python=no
 

Added: users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/files/patch-libgit2-glib-ggit-repository.c.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/files/patch-libgit2-glib-ggit-repository.c.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/libgit2-glib/files/patch-libgit2-glib-ggit-repository.c.diff	2014-06-23 03:51:56 UTC (rev 121307)
@@ -0,0 +1,13 @@
+--- libgit2-glib/ggit-repository.c.orig	2014-06-22 20:40:54.000000000 -0700
++++ libgit2-glib/ggit-repository.c	2014-06-22 20:41:50.000000000 -0700
+@@ -1735,8 +1735,8 @@
+ 
+ 	g_return_if_fail (GGIT_IS_REPOSITORY (repository));
+ 	g_return_if_fail (GGIT_IS_OBJECT (target));
+-	g_return_val_if_fail (GGIT_IS_SIGNATURE (signature), FALSE);
+-	g_return_val_if_fail (log_message != NULL, FALSE);
++	g_return_if_fail (GGIT_IS_SIGNATURE (signature));
++	g_return_if_fail (log_message != NULL);
+ 	g_return_if_fail (error == NULL || *error == NULL);
+ 
+ 	ret = git_reset (_ggit_native_get (repository),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140622/965cb5f0/attachment.html>


More information about the macports-changes mailing list