summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-01-04 14:24:31 +0000
committerleot <leot@pkgsrc.org>2016-01-04 14:24:31 +0000
commit52916ee7281d3339762df9ba3baa5b7efa7455d2 (patch)
tree7ad705c0bd8b13355b0e1413d94112913defc945 /net
parent40f85a334bccd37840f4341e3d6d295257329755 (diff)
downloadpkgsrc-52916ee7281d3339762df9ba3baa5b7efa7455d2.tar.gz
Update net/libsoup to 2.53.2.
Changes: Changes in libsoup from 2.53.1 to 2.53.2: * Fixed up symbol visibility handling for mingw by copying GLib's system [Ignacio Casal Quinteiro, #757146] * Finally marked the old SoupSessionAsync and SoupSessionSync methods as deprecated [Ignacio Casal Quinteiro, Dan Winship, #757146] * Added libsoup-2.4.deps for valac [Rico Tzschichholz] * Make it possible to build from git without gtk-doc being installed [Ignacio Casal Quinteiro] * Updated translations: Norwegian bokmål, Occitan Changes in libsoup from 2.52.1 to 2.53.1: * Really fixed build under MinGW for sure this time [Ignacio Casal Quinteiro] * Fixed SoupServer Web Sockets code so that the SoupClientContext passed to a SoupServerWebsocketCallback is fully usable (rather than crashing when you try to do most things). Changes in libsoup from 2.52.0 to 2.52.1: * Fixed build under MinGW [Chun-wei Fan] * Fixed build with --disable-introspection [#755389, Quentin Glidic] * Fixed HTTP authentication protection space handling for files directly under the root directory. [#755617, Carlos Garcia Campos] * Fixed a warning when loading data from SoupCache while using an authenticated proxy. [#756076, Carlos Garcia Campos] * Updated translations: German, Vietnamese Changes in libsoup from 2.51.92 to 2.52.0: * Removed duplicate test paths from tests/date so it will pass with glib 2.46.0 Changes in libsoup from 2.51.90 to 2.51.92: * Added g_autoptr() support for all libsoup types. [#754721, Kalev Lember] * Added a missing (allow-none) annotation to soup_uri_normalize() [#754776, Jens Georg] * Updated translations: Polish Changes in libsoup from 2.51.3 to 2.51.90: * Added a new GVariant-based XMLRPC API, and deprecated the old GValue-based API (along with the associated GValue-manipulating utilities). [#746495, Xavier Claessens] * Multiple build fixes for Visual Studio [#752952, Chun-wei Fan] * Added VAPI generation [#750679, Daniel Espinosa] * Fixed the mode bits on soup-cookie.c, which was previously marked executable for some reason. [rh #1247285] * Updated translations: Norwegian bokmål, Portuguese, Thai, Turkish Changes in libsoup from 2.50.0 to 2.51.3: * Fixed "make check" in non-English locales [rh #1224989, #749397] * Fixed some compiler warnings [#748514, Philip Withnall] * New/Updated translations: Aragonese, Catalan, Occitan, Russian
Diffstat (limited to 'net')
-rw-r--r--net/libsoup/Makefile15
-rw-r--r--net/libsoup/PLIST6
-rw-r--r--net/libsoup/distinfo10
3 files changed, 18 insertions, 13 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile
index 22dafd0b883..37cd5d6c547 100644
--- a/net/libsoup/Makefile
+++ b/net/libsoup/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2016/01/04 12:43:06 nros Exp $
+# $NetBSD: Makefile,v 1.20 2016/01/04 14:24:31 leot Exp $
-DISTNAME= libsoup-2.50.0
-PKGREVISION= 2
+DISTNAME= libsoup-2.53.2
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.50/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.53/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -18,10 +17,14 @@ GNU_CONFIGURE= yes
# XXX work around botched gettext check (ignores libintl)
CONFIGURE_ENV+= DATADIRNAME=share
+# XXX: disable Vala bindings otherwise the configure phase fails because is not
+# XXX: able to find vapigen.
+CONFIGURE_ARGS+= --enable-vala=no
+
DEPENDS+= glib-networking-[0-9]*:../../net/glib-networking
PKGCONFIG_OVERRIDE+= libsoup-2.4.pc.in
-PKGCONFIG_OVERRIDE+= libsoup-gnome-2.4.pc.in
+PKGCONFIG_OVERRIDE+= libsoup-gnome-2.4.pc.in
TEST_TARGET= check
@@ -41,7 +44,7 @@ PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"
.include "../../databases/sqlite3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.7
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5
BUILDLINK_DEPMETHOD.gobject-introspection+= build
diff --git a/net/libsoup/PLIST b/net/libsoup/PLIST
index 0af8f0df0ca..26a7b2e12d1 100644
--- a/net/libsoup/PLIST
+++ b/net/libsoup/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2016/01/04 12:43:06 nros Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/01/04 14:24:31 leot Exp $
include/libsoup-2.4/libsoup/soup-address.h
include/libsoup-2.4/libsoup/soup-auth-domain-basic.h
include/libsoup-2.4/libsoup/soup-auth-domain-digest.h
include/libsoup-2.4/libsoup/soup-auth-domain.h
include/libsoup-2.4/libsoup/soup-auth-manager.h
include/libsoup-2.4/libsoup/soup-auth.h
+include/libsoup-2.4/libsoup/soup-autocleanups.h
include/libsoup-2.4/libsoup/soup-cache.h
include/libsoup-2.4/libsoup/soup-content-decoder.h
include/libsoup-2.4/libsoup/soup-content-sniffer.h
@@ -48,6 +49,7 @@ include/libsoup-2.4/libsoup/soup-value-utils.h
include/libsoup-2.4/libsoup/soup-version.h
include/libsoup-2.4/libsoup/soup-websocket-connection.h
include/libsoup-2.4/libsoup/soup-websocket.h
+include/libsoup-2.4/libsoup/soup-xmlrpc-old.h
include/libsoup-2.4/libsoup/soup-xmlrpc.h
include/libsoup-2.4/libsoup/soup.h
include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h
@@ -104,7 +106,6 @@ share/gtk-doc/html/libsoup-2.4/index.sgml
share/gtk-doc/html/libsoup-2.4/ix01.html
share/gtk-doc/html/libsoup-2.4/left-insensitive.png
share/gtk-doc/html/libsoup-2.4/left.png
-share/gtk-doc/html/libsoup-2.4/libsoup-2.4-GValue-Support.html
share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html
share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html
share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html
@@ -161,6 +162,7 @@ share/locale/ml/LC_MESSAGES/libsoup.mo
share/locale/mr/LC_MESSAGES/libsoup.mo
share/locale/nb/LC_MESSAGES/libsoup.mo
share/locale/nl/LC_MESSAGES/libsoup.mo
+share/locale/oc/LC_MESSAGES/libsoup.mo
share/locale/or/LC_MESSAGES/libsoup.mo
share/locale/pa/LC_MESSAGES/libsoup.mo
share/locale/pl/LC_MESSAGES/libsoup.mo
diff --git a/net/libsoup/distinfo b/net/libsoup/distinfo
index dc990e2cfd4..2a92eb8563b 100644
--- a/net/libsoup/distinfo
+++ b/net/libsoup/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 00:35:10 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/01/04 14:24:31 leot Exp $
-SHA1 (libsoup-2.50.0.tar.xz) = 8bd422bd5d19b5e2630bbb35dfb06354b1d56442
-RMD160 (libsoup-2.50.0.tar.xz) = 96305642e92460269dac05772ea3a0e984e1de49
-SHA512 (libsoup-2.50.0.tar.xz) = 5004baac41feb2c4a7c4f8e68e0a2aac91ae115518e5bb7b58bc7f85dc7675611de82ad21d6a2f779daf2fc7496ab802e7d6dcd5eca91186b221664db37819e2
-Size (libsoup-2.50.0.tar.xz) = 1755052 bytes
+SHA1 (libsoup-2.53.2.tar.xz) = d2f34c723565db321d028fab20ca74635bc6f597
+RMD160 (libsoup-2.53.2.tar.xz) = 0d8248caa9c21adf1e6e35f24095cb1002ac5887
+SHA512 (libsoup-2.53.2.tar.xz) = cc93accc3f6ed87d67a54cb0495f01588d1940c9604a71d6db500913cee9cf3163b7039e923927431cffebedc65e204b9497dcea6e36a31bbd0ce424daf5431e
+Size (libsoup-2.53.2.tar.xz) = 1758868 bytes