pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup24 update to 2.32.0 -- switch to the gnome-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bab48664bb4
branches:  trunk
changeset: 581705:3bab48664bb4
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Oct 21 20:33:59 2010 +0000

description:
update to 2.32.0 -- switch to the gnome-2.32 release branch.
This is pulled in early because it fixes a serious problem with servers
providing both IPv4 and v6: previous versions tried only the first
address returned by DNS, whether the box has connectivity or not.
Should fix problems with webkit in particular, as also reported by
Pouya D. Tafti.

diffstat:

 net/libsoup24/Makefile |  8 ++++----
 net/libsoup24/PLIST    |  3 ++-
 net/libsoup24/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 6e35f16e545b -r 3bab48664bb4 net/libsoup24/Makefile
--- a/net/libsoup24/Makefile    Thu Oct 21 16:46:33 2010 +0000
+++ b/net/libsoup24/Makefile    Thu Oct 21 20:33:59 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2010/08/29 09:39:17 obache Exp $
+# $NetBSD: Makefile,v 1.26 2010/10/21 20:33:59 drochner Exp $
 
-DISTNAME=      libsoup-2.30.2
+DISTNAME=      libsoup-2.32.0
 PKGNAME=       ${DISTNAME:S/libsoup/libsoup24/}
 CATEGORIES=    net gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsoup/2.30/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsoup/2.32/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    recht%NetBSD.org@localhost
@@ -13,7 +13,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config gmake
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
diff -r 6e35f16e545b -r 3bab48664bb4 net/libsoup24/PLIST
--- a/net/libsoup24/PLIST       Thu Oct 21 16:46:33 2010 +0000
+++ b/net/libsoup24/PLIST       Thu Oct 21 20:33:59 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2010/06/05 11:00:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/10/21 20:33:59 drochner 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
@@ -61,6 +61,7 @@
 share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html
 share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html
 share/gtk-doc/html/libsoup-2.4/SoupSocket.html
+share/gtk-doc/html/libsoup-2.4/annotation-glossary.html
 share/gtk-doc/html/libsoup-2.4/ch01.html
 share/gtk-doc/html/libsoup-2.4/ch02.html
 share/gtk-doc/html/libsoup-2.4/ch03.html
diff -r 6e35f16e545b -r 3bab48664bb4 net/libsoup24/distinfo
--- a/net/libsoup24/distinfo    Thu Oct 21 16:46:33 2010 +0000
+++ b/net/libsoup24/distinfo    Thu Oct 21 20:33:59 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2010/07/06 15:08:54 drochner Exp $
+$NetBSD: distinfo,v 1.19 2010/10/21 20:33:59 drochner Exp $
 
-SHA1 (libsoup-2.30.2.tar.bz2) = bf3ce2efb5452f79758a05b010d21bdaa1ba985c
-RMD160 (libsoup-2.30.2.tar.bz2) = e714287d93cf10d0775bfcb48676b4a4c487bff3
-Size (libsoup-2.30.2.tar.bz2) = 644337 bytes
+SHA1 (libsoup-2.32.0.tar.bz2) = 7b57e7ca6de32937781c02f34052fa23e19bd78d
+RMD160 (libsoup-2.32.0.tar.bz2) = 76de379600e2210d3ba5a5fc8d11f56fad070b63
+Size (libsoup-2.32.0.tar.bz2) = 649555 bytes



Home | Main Index | Thread Index | Old Index