diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 12:07:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-31 12:07:22 +0800 |
commit | 970632dde267a2fde6c028dab7ff1ccfd137c41e (patch) | |
tree | 49c596711d621ac72be96f034337e1807956c816 /www | |
parent | 56b4cf4e3ae8a0342b7d61337decbbf0dfe66bb5 (diff) | |
download | marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar.gz marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar.bz2 marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar.lz marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar.xz marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.tar.zst marcuscom-ports-970632dde267a2fde6c028dab7ff1ccfd137c41e.zip |
Update to 2.13.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10304 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/evolution-webcal/Makefile | 4 | ||||
-rw-r--r-- | www/evolution-webcal/distinfo | 6 | ||||
-rw-r--r-- | www/evolution-webcal/files/patch-libsoup24 | 62 | ||||
-rw-r--r-- | www/evolution-webcal/pkg-plist | 1 |
4 files changed, 6 insertions, 67 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index 4c7d22a25..f8abbff03 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.52 2008/01/30 01:35:55 mezz Exp $ # PORTNAME= evolution-webcal -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.90 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo index 882d3aec8..c767d6770 100644 --- a/www/evolution-webcal/distinfo +++ b/www/evolution-webcal/distinfo @@ -1,3 +1,3 @@ -MD5 (evolution-webcal-2.12.0.tar.bz2) = 21e77fa081decb87ce641f3a77245864 -SHA256 (evolution-webcal-2.12.0.tar.bz2) = f8445c3d93af4f8f4f325c5eb3fa94093f9eb299171a0983056d069e9658fc00 -SIZE (evolution-webcal-2.12.0.tar.bz2) = 193553 +MD5 (evolution-webcal-2.13.90.tar.bz2) = 9d8f877fcf84fea83f04eae612286dbe +SHA256 (evolution-webcal-2.13.90.tar.bz2) = 464426d8c42be09ad7c1033251d4056e010b2fdee76f98c6fd66602827f38045 +SIZE (evolution-webcal-2.13.90.tar.bz2) = 197818 diff --git a/www/evolution-webcal/files/patch-libsoup24 b/www/evolution-webcal/files/patch-libsoup24 deleted file mode 100644 index 4c8be1add..000000000 --- a/www/evolution-webcal/files/patch-libsoup24 +++ /dev/null @@ -1,62 +0,0 @@ ---- trunk/src/evolution-webcal-main.c 2008/01/14 11:00:46 410 -+++ src/evolution-webcal-main.c 2008/01/17 14:55:45 411 -@@ -45,7 +45,7 @@ - - comp = icalparser_parse_string (body); - if (comp == NULL) { -- SoupUri * tmpuri; -+ SoupURI * tmpuri; - gchar * message, * tmpname; - - tmpuri = soup_uri_new (uri); -@@ -100,16 +100,15 @@ - bonobo_main_quit (); - } - --static void e_webcal_read (SoupMessage * msg, gpointer data) { -- const SoupUri * tmpuri; -+static void e_webcal_read (SoupSession *session, SoupMessage * msg, gpointer data) { -+ const SoupURI * tmpuri; - const gchar * uri = (const gchar *) data; - const gchar * header; -- gchar * body; - - tmpuri = soup_message_get_uri (msg); - - if (SOUP_STATUS_IS_REDIRECTION (msg->status_code)) { -- header = soup_message_get_header (msg->response_headers, "Location"); -+ header = soup_message_headers_get (msg->response_headers, "Location"); - if (header) { - e_webcal_open_cal_http (header, uri); - } -@@ -154,9 +153,7 @@ - return; - } - -- body = g_strndup (msg->response.body, msg->response.length); -- e_webcal_load (body, uri); -- g_free (body); -+ e_webcal_load (msg->response_body->data, uri); - - g_free (data); - } -@@ -188,7 +185,7 @@ - soup_message_set_flags (message, SOUP_MESSAGE_NO_REDIRECT); - - soup_session_queue_message (session, message, -- (SoupMessageCallbackFn) e_webcal_read, -+ (SoupSessionCallback) e_webcal_read, - (gpointer) olduri); - } - ---- trunk/src/evolution-webcal-notify.c 2008/01/14 11:00:46 410 -+++ src/evolution-webcal-notify.c 2008/01/17 14:55:45 411 -@@ -249,7 +249,7 @@ - GtkWidget * rlabel, * clabel; - GtkWidget * cbutton; - GtkWidget * label, * button; -- SoupUri * tmpuri; -+ SoupURI * tmpuri; - gchar * tmpname; - gchar * icofile, * mrkname, * ref_str; - gint ref_timeout, ref_multi; diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist index 82f6d353b..a7beaebff 100644 --- a/www/evolution-webcal/pkg-plist +++ b/www/evolution-webcal/pkg-plist @@ -41,6 +41,7 @@ share/locale/ms/LC_MESSAGES/evolution-webcal.mo share/locale/nb/LC_MESSAGES/evolution-webcal.mo share/locale/ne/LC_MESSAGES/evolution-webcal.mo share/locale/nl/LC_MESSAGES/evolution-webcal.mo +share/locale/nn/LC_MESSAGES/evolution-webcal.mo share/locale/oc/LC_MESSAGES/evolution-webcal.mo share/locale/or/LC_MESSAGES/evolution-webcal.mo share/locale/pa/LC_MESSAGES/evolution-webcal.mo |