FreeBSD Bugzilla – Attachment 148859 Details for
Bug 193625
www/webkit-gtk3: Update to 2.4.4, Make NLS and HTML docs conditional for multiple ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/libsoup, devel/libsoup-reference, devel/libsoup-gnome
libsoup.svndif (text/plain), 25.80 KB, created by
Anonymized Account
on 2014-11-01 09:37:34 UTC
(
hide
)
Description:
devel/libsoup, devel/libsoup-reference, devel/libsoup-gnome
Filename:
MIME Type:
Creator:
Anonymized Account
Created:
2014-11-01 09:37:34 UTC
Size:
25.80 KB
patch
obsolete
>Index: devel/libsoup/Makefile >=================================================================== >--- devel/libsoup/Makefile (revision 371400) >+++ devel/libsoup/Makefile (working copy) >@@ -3,8 +3,7 @@ > # $MCom: ports/trunk/devel/libsoup/Makefile 19016 2014-03-08 09:05:27Z kwm $ > > PORTNAME= libsoup >-PORTVERSION= 2.40.3 >-PORTREVISION?= 6 >+PORTVERSION= 2.47.4 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 >@@ -12,15 +11,17 @@ > MAINTAINER= gnome@FreeBSD.org > COMMENT= SOAP (Simple Object Access Protocol) implementation in C > >-BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking >+LICENSE= LGPL20 >+ >+BUILD_DEPENDS= glib-networking>=2.38.0:${PORTSDIR}/net/glib-networking > LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt >-RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking >+RUN_DEPENDS= glib-networking>=2.38.0:${PORTSDIR}/net/glib-networking > > USES= tar:xz > > .if !defined(REFERENCE_PORT) > >-USES+= gettext gmake libtool:keepla pathfix pkgconfig python:2,build >+USES+= tar:xz gmake libtool:keepla pathfix pkgconfig python:2,build > USE_GNOME= gnomehier glib20 libxml2 referencehack intltool > USE_SQLITE= 3 > USE_LDCONFIG= yes >@@ -29,7 +30,7 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >-LIBVERSION= 1.5.0 >+LIBVERSION= 1.7.0 > PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} > > .if defined(SOUP_SLAVE) >@@ -42,6 +43,15 @@ > CONFIGURE_ARGS+=--without-gnome > .endif > >+OPTIONS_DEFINE= HTML NLS >+HTML_DESC= Install HTML documentation >+OPTIONS_SUB= yes >+ >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+ >+.include <bsd.port.pre.mk> >+ > post-patch: > @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ > ${WRKSRC}/configure >@@ -71,6 +81,6 @@ > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsoup*.so* > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> > > .endif >Index: devel/libsoup/distinfo >=================================================================== >--- devel/libsoup/distinfo (revision 371400) >+++ devel/libsoup/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (gnome2/libsoup-2.40.3.tar.xz) = 82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9 >-SIZE (gnome2/libsoup-2.40.3.tar.xz) = 709124 >+SHA256 (gnome2/libsoup-2.47.4.tar.xz) = 2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d4086 >+SIZE (gnome2/libsoup-2.47.4.tar.xz) = 1710092 >Index: devel/libsoup/files/patch-libsoup_Makefile.in >=================================================================== >--- devel/libsoup/files/patch-libsoup_Makefile.in (revision 371400) >+++ devel/libsoup/files/patch-libsoup_Makefile.in (working copy) >@@ -1,19 +0,0 @@ >---- libsoup/Makefile.in.orig 2011-07-28 20:47:20.000000000 +0200 >-+++ libsoup/Makefile.in 2011-07-28 20:47:20.000000000 +0200 >-@@ -119,7 +119,6 @@ >- $(AM_CFLAGS) $(CFLAGS) $(libsoup_2_4_la_LDFLAGS) $(LDFLAGS) -o \ >- $@ >- @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_DEPENDENCIES = \ >--@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la $(am__DEPENDENCIES_1) \ >- @BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1) \ >- @BUILD_LIBSOUP_GNOME_TRUE@ $(am__DEPENDENCIES_1) >- am__libsoup_gnome_2_4_la_SOURCES_DIST = soup-cookie-jar-sqlite.c \ >-@@ -494,7 +493,7 @@ >- >- @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LDFLAGS = $(libsoup_2_4_la_LDFLAGS) >- @BUILD_LIBSOUP_GNOME_TRUE@libsoup_gnome_2_4_la_LIBADD = \ >--@BUILD_LIBSOUP_GNOME_TRUE@ libsoup-2.4.la \ >-+@BUILD_LIBSOUP_GNOME_TRUE@ -lsoup-2.4 \ >- @BUILD_LIBSOUP_GNOME_TRUE@ $(GLIB_LIBS) \ >- @BUILD_LIBSOUP_GNOME_TRUE@ $(SQLITE_LIBS) \ >- @BUILD_LIBSOUP_GNOME_TRUE@ $(GNOME_KEYRING_LIBS) >Index: devel/libsoup/files/patch-libsoup_soup-tld.c >=================================================================== >--- devel/libsoup/files/patch-libsoup_soup-tld.c (revision 0) >+++ devel/libsoup/files/patch-libsoup_soup-tld.c (working copy) >@@ -0,0 +1,10 @@ >+--- libsoup/soup-tld.c.orig 2014-06-18 20:42:51.000000000 +0600 >++++ libsoup/soup-tld.c 2014-10-19 13:05:53.000000000 +0600 >+@@ -33,7 +33,6 @@ >+ >+ static GHashTable *rules = NULL; >+ static SoupTLDEntry tld_entries[] = { >+-#include "tld_data.inc" >+ }; >+ >+ /* Stores the entries data in a hash table to ease and speed up > >Property changes on: devel/libsoup/files/patch-libsoup_soup-tld.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/libsoup/files/patch-tests_coding-test.c >=================================================================== >--- devel/libsoup/files/patch-tests_coding-test.c (revision 371400) >+++ devel/libsoup/files/patch-tests_coding-test.c (working copy) >@@ -1,11 +0,0 @@ >---- tests/coding-test.c.orig 2012-06-29 12:07:41.000000000 +0200 >-+++ tests/coding-test.c 2012-06-29 12:47:16.000000000 +0200 >-@@ -66,7 +66,7 @@ >- } >- } >- if (file_path && encoding) { >-- file = g_strdup_printf (file_path, path); >-+ file = g_strdup_printf ("%s", path); >- if (g_file_test (file, G_FILE_TEST_EXISTS)) { >- soup_message_headers_append (msg->response_headers, >- "Content-Encoding", >Index: devel/libsoup/pkg-plist >=================================================================== >--- devel/libsoup/pkg-plist (revision 371400) >+++ devel/libsoup/pkg-plist (working copy) >@@ -2,11 +2,13 @@ > include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h > include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h > include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h >+include/libsoup-%%VERSION%%/libsoup/soup-auth-manager.h > include/libsoup-%%VERSION%%/libsoup/soup-auth.h > include/libsoup-%%VERSION%%/libsoup/soup-cache.h > include/libsoup-%%VERSION%%/libsoup/soup-connection.h > include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h > include/libsoup-%%VERSION%%/libsoup/soup-content-sniffer.h >+include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-db.h > include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h > include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h > include/libsoup-%%VERSION%%/libsoup/soup-cookie.h >@@ -20,12 +22,12 @@ > 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-input-stream.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-default.h > include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h >-include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver-default.h > include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h > include/libsoup-%%VERSION%%/libsoup/soup-request-data.h > include/libsoup-%%VERSION%%/libsoup/soup-request-file.h >@@ -43,6 +45,7 @@ > include/libsoup-%%VERSION%%/libsoup/soup-types.h > include/libsoup-%%VERSION%%/libsoup/soup-uri.h > include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h >+include/libsoup-%%VERSION%%/libsoup/soup-version.h > include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h > include/libsoup-%%VERSION%%/libsoup/soup.h > lib/girepository-1.0/Soup-%%VERSION%%.typelib >@@ -53,131 +56,152 @@ > lib/libsoup-%%VERSION%%.so.%%LIBVERSION%% > libdata/pkgconfig/libsoup-%%VERSION%%.pc > share/gir-1.0/Soup-%%VERSION%%.gir >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupAddress.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuth.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomain.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainBasic.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainDigest.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupCache.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentDecoder.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentSniffer.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookie.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJar.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarText.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupLogger.html >-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 >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestData.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestFile.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestHTTP.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupServer.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupSession.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionAsync.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionFeature.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionSync.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupSocket.html >-share/gtk-doc/html/libsoup-%%VERSION%%/SoupURI.html >-share/gtk-doc/html/libsoup-%%VERSION%%/annotation-glossary.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch01.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch02.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch03.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch04.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch05.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch06.html >-share/gtk-doc/html/libsoup-%%VERSION%%/ch07.html >-share/gtk-doc/html/libsoup-%%VERSION%%/home.png >-share/gtk-doc/html/libsoup-%%VERSION%%/index.html >-share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml >-share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html >-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%%-SoupCookieJarSqlite.html >-share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupRequester.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 >-share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-status.html >-share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%.devhelp2 >-share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-build-howto.html >-share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-client-howto.html >-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/fur/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/kn/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/or/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/sk/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/ug/LC_MESSAGES/libsoup.mo >-share/locale/uk/LC_MESSAGES/libsoup.mo >-share/locale/uz@cyrillic/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/uz@cyrillic/LC_MESSAGES >-@dirrmtry share/locale/uz@cyrillic >-@dirrmtry share/locale/ug/LC_MESSAGES >-@dirrmtry share/locale/ug >-@dirrmtry share/locale/fur/LC_MESSAGES >-@dirrmtry share/locale/fur >-@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/ >-@dirrm include/libsoup-%%VERSION%%/libsoup >-@dirrm include/libsoup-%%VERSION%% >+%%NLS%%share/locale/an/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/as/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/be/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/bg/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/bn_IN/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ca@valencia/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/da/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/de/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/el/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/es/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/et/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/fa/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/fur/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/gu/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/he/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/hi/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/id/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/it/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/kn/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/lv/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ml/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/mr/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/or/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/pa/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/sr@latin/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ta/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/te/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/tg/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/th/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/ug/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/vi/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/zh_HK/LC_MESSAGES/libsoup.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/libsoup.mo >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAddress.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuth.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomain.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainBasic.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthDomainDigest.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupAuthManager.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCache.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentDecoder.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupContentSniffer.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookie.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJar.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarDB.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupCookieJarText.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupLogger.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessage.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageBody.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMessageHeaders.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipart.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupMultipartInputStream.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupProxyResolverDefault.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequest.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestData.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestFile.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupRequestHTTP.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupServer.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSession.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionAsync.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionFeature.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSessionSync.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupSocket.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/SoupURI.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/annotation-glossary.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch01.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch02.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch03.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch04.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ch05.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/home.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/index.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/left-insensitive.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/left.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupServer-deprecated-API.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Top-Level-Domain-utils.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Version-Information.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-XMLRPC-Support.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-method.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-soup-status.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%.devhelp2 >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-build-howto.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-client-howto.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-request-howto.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-server-howto.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-session-porting.html >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/right-insensitive.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/right.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/style.css >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/up-insensitive.png >+%%HTML%%share/gtk-doc/html/libsoup-%%VERSION%%/up.png >+@dir include/libsoup-%%VERSION%%/libsoup >+@dir include/libsoup-%%VERSION%% >+%%HTML%%@dir share/gtk-doc/html/libsoup-%%VERSION%% >+%%HTML%%@dir share/gtk-doc/html >+%%HTML%%@dir share/gtk-doc >+%%NLS%%@dir share/locale/an/LC_MESSAGES >+%%NLS%%@dir share/locale/an >+%%NLS%%@dir share/locale/as/LC_MESSAGES >+%%NLS%%@dir share/locale/as >+%%NLS%%@dir share/locale/bn_IN/LC_MESSAGES >+%%NLS%%@dir share/locale/bn_IN >+%%NLS%%@dir share/locale/ca@valencia/LC_MESSAGES >+%%NLS%%@dir share/locale/ca@valencia >+%%NLS%%@dir share/locale/fur/LC_MESSAGES >+%%NLS%%@dir share/locale/fur >+%%NLS%%@dir share/locale/mr/LC_MESSAGES >+%%NLS%%@dir share/locale/mr >+%%NLS%%@dir share/locale/sr@latin/LC_MESSAGES >+%%NLS%%@dir share/locale/sr@latin >+%%NLS%%@dir share/locale/te/LC_MESSAGES >+%%NLS%%@dir share/locale/te >+%%NLS%%@dir share/locale/ug/LC_MESSAGES >+%%NLS%%@dir share/locale/ug >+%%NLS%%@dir share/locale/uz@cyrillic/LC_MESSAGES >+%%NLS%%@dir share/locale/uz@cyrillic >+%%NLS%%@dir share/locale/zh_HK/LC_MESSAGES >+%%NLS%%@dir share/locale/zh_HK >Index: devel/libsoup-reference/pkg-plist >=================================================================== >--- devel/libsoup-reference/pkg-plist (revision 0) >+++ devel/libsoup-reference/pkg-plist (working copy) >@@ -0,0 +1,64 @@ >+%%DOCSDIR%%/libsoup/SoupAddress.html >+%%DOCSDIR%%/libsoup/SoupAuth.html >+%%DOCSDIR%%/libsoup/SoupAuthDomain.html >+%%DOCSDIR%%/libsoup/SoupAuthDomainBasic.html >+%%DOCSDIR%%/libsoup/SoupAuthDomainDigest.html >+%%DOCSDIR%%/libsoup/SoupAuthManager.html >+%%DOCSDIR%%/libsoup/SoupCache.html >+%%DOCSDIR%%/libsoup/SoupContentDecoder.html >+%%DOCSDIR%%/libsoup/SoupContentSniffer.html >+%%DOCSDIR%%/libsoup/SoupCookie.html >+%%DOCSDIR%%/libsoup/SoupCookieJar.html >+%%DOCSDIR%%/libsoup/SoupCookieJarDB.html >+%%DOCSDIR%%/libsoup/SoupCookieJarText.html >+%%DOCSDIR%%/libsoup/SoupLogger.html >+%%DOCSDIR%%/libsoup/SoupMessage.html >+%%DOCSDIR%%/libsoup/SoupMessageBody.html >+%%DOCSDIR%%/libsoup/SoupMessageHeaders.html >+%%DOCSDIR%%/libsoup/SoupMultipart.html >+%%DOCSDIR%%/libsoup/SoupMultipartInputStream.html >+%%DOCSDIR%%/libsoup/SoupProxyResolverDefault.html >+%%DOCSDIR%%/libsoup/SoupRequest.html >+%%DOCSDIR%%/libsoup/SoupRequestData.html >+%%DOCSDIR%%/libsoup/SoupRequestFile.html >+%%DOCSDIR%%/libsoup/SoupRequestHTTP.html >+%%DOCSDIR%%/libsoup/SoupServer.html >+%%DOCSDIR%%/libsoup/SoupSession.html >+%%DOCSDIR%%/libsoup/SoupSessionAsync.html >+%%DOCSDIR%%/libsoup/SoupSessionFeature.html >+%%DOCSDIR%%/libsoup/SoupSessionSync.html >+%%DOCSDIR%%/libsoup/SoupSocket.html >+%%DOCSDIR%%/libsoup/SoupURI.html >+%%DOCSDIR%%/libsoup/annotation-glossary.html >+%%DOCSDIR%%/libsoup/ch01.html >+%%DOCSDIR%%/libsoup/ch02.html >+%%DOCSDIR%%/libsoup/ch03.html >+%%DOCSDIR%%/libsoup/ch04.html >+%%DOCSDIR%%/libsoup/ch05.html >+%%DOCSDIR%%/libsoup/home.png >+%%DOCSDIR%%/libsoup/index.html >+%%DOCSDIR%%/libsoup/index.sgml >+%%DOCSDIR%%/libsoup/ix01.html >+%%DOCSDIR%%/libsoup/left-insensitive.png >+%%DOCSDIR%%/libsoup/left.png >+%%DOCSDIR%%/libsoup/libsoup-2.4-GValue-Support.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-HTML-Form-Support.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-Soup-Miscellaneous-Utilities.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-SoupServer-deprecated-API.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-Top-Level-Domain-utils.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-Version-Information.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-XMLRPC-Support.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-soup-method.html >+%%DOCSDIR%%/libsoup/libsoup-2.4-soup-status.html >+%%DOCSDIR%%/libsoup/libsoup-2.4.devhelp2 >+%%DOCSDIR%%/libsoup/libsoup-build-howto.html >+%%DOCSDIR%%/libsoup/libsoup-client-howto.html >+%%DOCSDIR%%/libsoup/libsoup-request-howto.html >+%%DOCSDIR%%/libsoup/libsoup-server-howto.html >+%%DOCSDIR%%/libsoup/libsoup-session-porting.html >+%%DOCSDIR%%/libsoup/right-insensitive.png >+%%DOCSDIR%%/libsoup/right.png >+%%DOCSDIR%%/libsoup/style.css >+%%DOCSDIR%%/libsoup/up-insensitive.png >+%%DOCSDIR%%/libsoup/up.png >+@dir %%DOCSDIR%%/libsoup > >Property changes on: devel/libsoup-reference/pkg-plist >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: devel/libsoup-gnome/Makefile >=================================================================== >--- devel/libsoup-gnome/Makefile (revision 371400) >+++ devel/libsoup-gnome/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > # $MCom: ports/devel/libsoup-gnome/Makefile,v 1.3 2011/06/06 17:50:29 kwm Exp $ > >-PORTREVISION= 4 >+PORTREVISION= 0 > CATEGORIES= devel gnome > PKGNAMESUFFIX= -gnome > >Index: devel/libsoup-gnome/pkg-plist >=================================================================== >--- devel/libsoup-gnome/pkg-plist (revision 371400) >+++ devel/libsoup-gnome/pkg-plist (working copy) >@@ -6,5 +6,5 @@ > lib/libsoup-gnome-%%VERSION%%.so.1 > lib/libsoup-gnome-%%VERSION%%.so.%%LIBVERSION%% > libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc >-@dirrm include/libsoup-gnome-%%VERSION%%/libsoup >-@dirrm include/libsoup-gnome-%%VERSION%% >+@dir include/libsoup-gnome-%%VERSION%%/libsoup >+@dir include/libsoup-gnome-%%VERSION%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193625
:
147292
|
147299
|
147302
|
147615
|
147616
|
147617
|
147618
|
147620
|
147621
|
147622
|
147623
|
147726
|
147981
|
148304
|
148462
|
148852
|
148853
|
148854
|
148855
|
148856
|
148857
|
148858
|
148859
|
149838
|
149839
|
149840
|
149841