1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to version 0.7.93

PR:		198807
Submitted by:	cmt@burggraben.net (maintainer)
This commit is contained in:
Pawel Pekala 2015-03-30 15:12:17 +00:00
parent fd5b1227fe
commit 54e7e9632c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382674
5 changed files with 3 additions and 36 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rest
PORTVERSION= 0.7.92
PORTREVISION= 1
PORTVERSION= 0.7.93
CATEGORIES= devel www
MASTER_SITES= GNOME

View File

@ -1,2 +1,2 @@
SHA256 (rest-0.7.92.tar.xz) = 07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec
SIZE (rest-0.7.92.tar.xz) = 321580
SHA256 (rest-0.7.93.tar.xz) = c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216
SIZE (rest-0.7.93.tar.xz) = 321072

View File

@ -1,10 +0,0 @@
--- rest/oauth-proxy-call.c.orig 2015-02-24 01:13:22.000000000 +0100
+++ rest/oauth-proxy-call.c 2015-02-24 01:13:39.000000000 +0100
@@ -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)

View File

@ -1,11 +0,0 @@
--- tests/custom-serialize.c.orig 2015-02-23 23:22:16.000000000 +0100
+++ tests/custom-serialize.c 2015-02-23 23:22:28.000000000 +0100
@@ -125,6 +125,8 @@
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);
g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL);
+ sleep(2);
+
url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server));
proxy = rest_proxy_new (url, FALSE);

View File

@ -1,11 +0,0 @@
--- tests/threaded.c.orig 2015-02-23 23:21:35.000000000 +0100
+++ tests/threaded.c 2015-02-23 23:22:06.000000000 +0100
@@ -92,6 +92,8 @@
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);
g_thread_create ((GThreadFunc)soup_server_run, server, FALSE, NULL);
+ sleep(2);
+
url = g_strdup_printf ("http://127.0.0.1:%d/", soup_server_get_port (server));
for (i = 0; i < G_N_ELEMENTS (threads); i++) {