View | Details | Raw Unified | Return to bug 198807
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rest
4
PORTNAME=	rest
5
PORTVERSION=	0.7.92
5
PORTVERSION=	0.7.93
6
PORTREVISION=	1
7
CATEGORIES=	devel www
6
CATEGORIES=	devel www
8
MASTER_SITES=	GNOME
7
MASTER_SITES=	GNOME
9
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rest-0.7.92.tar.xz) = 07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec
1
SHA256 (rest-0.7.93.tar.xz) = c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216
2
SIZE (rest-0.7.92.tar.xz) = 321580
2
SIZE (rest-0.7.93.tar.xz) = 321072
(-)files/patch-rest_oauth-proxy-call.c (-10 lines)
Lines 1-10 Link Here
1
--- rest/oauth-proxy-call.c.orig	2015-02-24 01:13:22.000000000 +0100
2
+++ rest/oauth-proxy-call.c	2015-02-24 01:13:39.000000000 +0100
3
@@ -25,6 +25,7 @@
4
 #include <rest/rest-proxy-call.h>
5
 #include "oauth-proxy-call.h"
6
 #include "oauth-proxy-private.h"
7
+#include "rest-proxy-call-private.h"
8
 #include "sha1.h"
9
 
10
 G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL)
(-)files/patch-tests_custom-serialize.c (-11 lines)
Lines 1-11 Link Here
1
--- tests/custom-serialize.c.orig	2015-02-23 23:22:16.000000000 +0100
2
+++ tests/custom-serialize.c	2015-02-23 23:22:28.000000000 +0100
3
@@ -125,6 +125,8 @@
4
   soup_server_add_handler (server, NULL, server_callback, NULL, NULL);
5
   g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL);
6
 
7
+  sleep(2);
8
+
9
   url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server));
10
 
11
   proxy = rest_proxy_new (url, FALSE);
(-)files/patch-tests_threaded.c (-11 lines)
Lines 1-11 Link Here
1
--- tests/threaded.c.orig	2015-02-23 23:21:35.000000000 +0100
2
+++ tests/threaded.c	2015-02-23 23:22:06.000000000 +0100
3
@@ -92,6 +92,8 @@
4
   soup_server_add_handler (server, NULL, server_callback, NULL, NULL);
5
   g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL);
6
 
7
+  sleep(2);
8
+
9
   url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server));
10
 
11
   for (i = 0; i < G_N_ELEMENTS (threads); i++) {

Return to bug 198807