diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-20 01:02:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-20 01:02:53 +0800 |
commit | e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e (patch) | |
tree | 5c46c7fdcba157fe7c39d4d20fb98293b3bb8282 /devel/libsoup | |
parent | 7618d8d44914bf635b71ce50f9ba9485c305844f (diff) | |
download | marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar.gz marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar.bz2 marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar.lz marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar.xz marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.tar.zst marcuscom-ports-e745f3e28d2ee29710a25f40e3d0e8f3bd14b86e.zip |
Update to 2.40.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 20 | ||||
-rw-r--r-- | devel/libsoup/distinfo | 4 | ||||
-rw-r--r-- | devel/libsoup/pkg-plist | 55 |
3 files changed, 66 insertions, 13 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 71af8e1de..a89893ce2 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.112 2012/05/15 21:35:52 kwm Exp $ -# +# $MCom: ports/devel/libsoup/Makefile,v 1.113 2012/08/08 16:56:39 kwm Exp $ PORTNAME= libsoup -PORTVERSION= 2.38.1 +PORTVERSION= 2.40.1 PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -17,14 +13,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A SOAP (Simple Object Access Protocol) implementation in C BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking USE_XZ= yes .if !defined(REFERENCE_PORT) -USE_GNOME= gnomehier gnomehack glib20 libxml2 ltverhack referencehack +USE_GETTEXT= yes +USE_GNOME= gnomehier gnomehack glib20 libxml2 ltverhack referencehack \ + intltool USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes @@ -37,8 +35,8 @@ PLIST_SUB= VERSION="2.4" .if defined(SOUP_SLAVE) USE_SQLITE= yes -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \ + gnome-keyring:${PORTSDIR}/security/libgnome-keyring CONFIGURE_ARGS+=--with-gnome .else BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index 28b59d29e..b8d66bb7c 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/libsoup-2.38.1.tar.xz) = 71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a -SIZE (gnome2/libsoup-2.38.1.tar.xz) = 620832 +SHA256 (gnome2/libsoup-2.40.1.tar.xz) = 77a55d57e7e8055acd2f44e0cc889b9ba48052e8b7f07e829157d57417ac650a +SIZE (gnome2/libsoup-2.40.1.tar.xz) = 700968 diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist index 66b73fd60..1ef9c76a4 100644 --- a/devel/libsoup/pkg-plist +++ b/devel/libsoup/pkg-plist @@ -21,6 +21,7 @@ include/libsoup-%%VERSION%%/libsoup/soup-message.h include/libsoup-%%VERSION%%/libsoup/soup-method.h include/libsoup-%%VERSION%%/libsoup/soup-misc.h include/libsoup-%%VERSION%%/libsoup/soup-multipart.h +include/libsoup-%%VERSION%%/libsoup/soup-multipart-input-stream.h include/libsoup-%%VERSION%%/libsoup/soup-password-manager.h include/libsoup-%%VERSION%%/libsoup/soup-portability.h include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h @@ -38,6 +39,7 @@ include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h include/libsoup-%%VERSION%%/libsoup/soup-session.h include/libsoup-%%VERSION%%/libsoup/soup-socket.h include/libsoup-%%VERSION%%/libsoup/soup-status.h +include/libsoup-%%VERSION%%/libsoup/soup-tld.h include/libsoup-%%VERSION%%/libsoup/soup-types.h include/libsoup-%%VERSION%%/libsoup/soup-uri.h include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h @@ -67,6 +69,7 @@ share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessage.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageBody.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageHeaders.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipart.html +share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipartInputStream.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyResolverDefault.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyURIResolver.html share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequest.html @@ -97,6 +100,7 @@ share/gtk-doc/html/libsoup-%%VERSION%%/left.png share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html +share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Top-Level-Domain-utils.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-XMLRPC-Support.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-gnome-features.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-method.html @@ -108,6 +112,57 @@ share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-server-howto.html share/gtk-doc/html/libsoup-%%VERSION%%/right.png share/gtk-doc/html/libsoup-%%VERSION%%/style.css share/gtk-doc/html/libsoup-%%VERSION%%/up.png +share/locale/as/LC_MESSAGES/libsoup.mo +share/locale/be/LC_MESSAGES/libsoup.mo +share/locale/bg/LC_MESSAGES/libsoup.mo +share/locale/bn_IN/LC_MESSAGES/libsoup.mo +share/locale/ca/LC_MESSAGES/libsoup.mo +share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +share/locale/cs/LC_MESSAGES/libsoup.mo +share/locale/da/LC_MESSAGES/libsoup.mo +share/locale/de/LC_MESSAGES/libsoup.mo +share/locale/el/LC_MESSAGES/libsoup.mo +share/locale/en_GB/LC_MESSAGES/libsoup.mo +share/locale/eo/LC_MESSAGES/libsoup.mo +share/locale/es/LC_MESSAGES/libsoup.mo +share/locale/et/LC_MESSAGES/libsoup.mo +share/locale/fa/LC_MESSAGES/libsoup.mo +share/locale/fr/LC_MESSAGES/libsoup.mo +share/locale/gl/LC_MESSAGES/libsoup.mo +share/locale/gu/LC_MESSAGES/libsoup.mo +share/locale/he/LC_MESSAGES/libsoup.mo +share/locale/hi/LC_MESSAGES/libsoup.mo +share/locale/hu/LC_MESSAGES/libsoup.mo +share/locale/id/LC_MESSAGES/libsoup.mo +share/locale/it/LC_MESSAGES/libsoup.mo +share/locale/ja/LC_MESSAGES/libsoup.mo +share/locale/ko/LC_MESSAGES/libsoup.mo +share/locale/lt/LC_MESSAGES/libsoup.mo +share/locale/lv/LC_MESSAGES/libsoup.mo +share/locale/ml/LC_MESSAGES/libsoup.mo +share/locale/mr/LC_MESSAGES/libsoup.mo +share/locale/nb/LC_MESSAGES/libsoup.mo +share/locale/pa/LC_MESSAGES/libsoup.mo +share/locale/pl/LC_MESSAGES/libsoup.mo +share/locale/pt/LC_MESSAGES/libsoup.mo +share/locale/pt_BR/LC_MESSAGES/libsoup.mo +share/locale/ro/LC_MESSAGES/libsoup.mo +share/locale/ru/LC_MESSAGES/libsoup.mo +share/locale/sl/LC_MESSAGES/libsoup.mo +share/locale/sr/LC_MESSAGES/libsoup.mo +share/locale/sr@latin/LC_MESSAGES/libsoup.mo +share/locale/sv/LC_MESSAGES/libsoup.mo +share/locale/ta/LC_MESSAGES/libsoup.mo +share/locale/te/LC_MESSAGES/libsoup.mo +share/locale/th/LC_MESSAGES/libsoup.mo +share/locale/tr/LC_MESSAGES/libsoup.mo +share/locale/uk/LC_MESSAGES/libsoup.mo +share/locale/vi/LC_MESSAGES/libsoup.mo +share/locale/zh_CN/LC_MESSAGES/libsoup.mo +share/locale/zh_HK/LC_MESSAGES/libsoup.mo +share/locale/zh_TW/LC_MESSAGES/libsoup.mo +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrm share/gtk-doc/html/libsoup-%%VERSION%% @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc/ |