Index: head/devel/librest/files/patch-rest_oauth-proxy-call.c =================================================================== --- head/devel/librest/files/patch-rest_oauth-proxy-call.c (revision 382673) +++ head/devel/librest/files/patch-rest_oauth-proxy-call.c (nonexistent) @@ -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 - #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) Property changes on: head/devel/librest/files/patch-rest_oauth-proxy-call.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/librest/files/patch-tests_threaded.c =================================================================== --- head/devel/librest/files/patch-tests_threaded.c (revision 382673) +++ head/devel/librest/files/patch-tests_threaded.c (nonexistent) @@ -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++) { Property changes on: head/devel/librest/files/patch-tests_threaded.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/librest/files/patch-tests_custom-serialize.c =================================================================== --- head/devel/librest/files/patch-tests_custom-serialize.c (revision 382673) +++ head/devel/librest/files/patch-tests_custom-serialize.c (nonexistent) @@ -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); Property changes on: head/devel/librest/files/patch-tests_custom-serialize.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/librest/Makefile =================================================================== --- head/devel/librest/Makefile (revision 382673) +++ head/devel/librest/Makefile (revision 382674) @@ -1,43 +1,42 @@ # Created by: Christoph Moench-Tegeder # $FreeBSD$ PORTNAME= rest -PORTVERSION= 0.7.92 -PORTREVISION= 1 +PORTVERSION= 0.7.93 CATEGORIES= devel www MASTER_SITES= GNOME MAINTAINER= cmt@burggraben.net COMMENT= Easy access to RESTful web services LICENSE= LGPL21 BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes USE_GNOME= glib20 intlhack libxml2 introspection:build PORTEXAMPLES= *.c OPTIONS_DEFINE= GNOME EXAMPLES OPTIONS_DEFAULT= GNOME GNOME_LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome GNOME_CONFIGURE_OFF= --without-gnome GNOME_LIB_DEPENDS_OFF= libsoup-2.4.so:${PORTSDIR}/devel/libsoup post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-0.7.so.0 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librest-extras-0.7.so.0 regression-test: (cd ${WRKSRC}/tests && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} check) .include Index: head/devel/librest/distinfo =================================================================== --- head/devel/librest/distinfo (revision 382673) +++ head/devel/librest/distinfo (revision 382674) @@ -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