[125190] trunk/dports/gnome/rest

devans at macports.org devans at macports.org
Tue Sep 9 10:59:19 PDT 2014


Revision: 125190
          https://trac.macports.org/changeset/125190
Author:   devans at macports.org
Date:     2014-09-09 10:59:19 -0700 (Tue, 09 Sep 2014)
Log Message:
-----------
rest: update to version 0.7.92, apply upstream build fix.

Modified Paths:
--------------
    trunk/dports/gnome/rest/Portfile

Added Paths:
-----------
    trunk/dports/gnome/rest/files/
    trunk/dports/gnome/rest/files/patch-oauth-missing-include-b50ace7.diff

Modified: trunk/dports/gnome/rest/Portfile
===================================================================
--- trunk/dports/gnome/rest/Portfile	2014-09-09 17:57:57 UTC (rev 125189)
+++ trunk/dports/gnome/rest/Portfile	2014-09-09 17:59:19 UTC (rev 125190)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                rest
-version             0.7.91
+version             0.7.92
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A library that makes it easier to access web services that \
@@ -18,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  5d24a78ac30478cbf9acb32195ee08bd0cb75cfb \
-                    sha256  838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a
+checksums           rmd160  5d0a9c31094ebc5ead442df9019c1b714a09b18e \
+                    sha256  07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec
 
 depends_build       port:pkgconfig
 
@@ -30,6 +30,8 @@
 
 depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
 
+patchfiles          patch-oauth-missing-include-b50ace7.diff
+
 configure.args      --enable-introspection=yes \
                     --with-ca-certificates=${prefix}/share/curl/curl-ca-bundle.crt
 

Added: trunk/dports/gnome/rest/files/patch-oauth-missing-include-b50ace7.diff
===================================================================
--- trunk/dports/gnome/rest/files/patch-oauth-missing-include-b50ace7.diff	                        (rev 0)
+++ trunk/dports/gnome/rest/files/patch-oauth-missing-include-b50ace7.diff	2014-09-09 17:59:19 UTC (rev 125190)
@@ -0,0 +1,22 @@
+From b50ace7738ea03817acdad87fb2b338a86018329 Mon Sep 17 00:00:00 2001
+From: Christophe Fergeau <cfergeau at redhat.com>
+Date: Wed, 3 Sep 2014 11:31:49 +0200
+Subject: oauth: Add missing include
+
+This fixes a compilation warning about a missing prototype.
+
+diff --git rest/oauth-proxy-call.c rest/oauth-proxy-call.c
+index dce2c66..ab77b1a 100644
+--- rest/oauth-proxy-call.c
++++ rest/oauth-proxy-call.c
+@@ -25,6 +25,7 @@
+ #include <rest/rest-proxy-call.h>
+ #include "oauth-proxy-call.h"
+ #include "oauth-proxy-private.h"
++#include "rest-proxy-call-private.h"
+ #include "sha1.h"
+ 
+ G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL)
+-- 
+cgit v0.10.1
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140909/6fdbfbd4/attachment.html>


More information about the macports-changes mailing list