Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2006 22:04:10 +0200
From:      =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= <c0rn@o2.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, Martin Wilke <miwi@FreeBSD.org>
Subject:   Re: ports/101608: [maintainer update] mail/sylpheed-claws-vcalendar
Message-ID:  <20060809220410.40a6f489@blaviken.slowicza.org>
In-Reply-To: <200608071930.k77JUF6o072065@freefall.freebsd.org>
References:  <1154978535.70026@blaviken.slowicza.org> <200608071930.k77JUF6o072065@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

 This should take care of 4.x build problem.

diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/Makefile sylpheed-claws-vcalendar/Makefile
--- /usr/ports/mail/sylpheed-claws-vcalendar/Makefile	Wed Jun 21 19:27:44 2006
+++ sylpheed-claws-vcalendar/Makefile	Tue Aug  8 18:14:22 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vcalendar
-PORTVERSION=	1.79.1
+PORTVERSION=	1.79.2
 CATEGORIES=	mail
 MASTER_SITES=	http://sylpheed-claws.net/downloads/plugins/
 PKGNAMEPREFIX=	sylpheed-claws-
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/distinfo sylpheed-claws-vcalendar/distinfo
--- /usr/ports/mail/sylpheed-claws-vcalendar/distinfo	Wed Jun 21 19:27:44 2006
+++ sylpheed-claws-vcalendar/distinfo	Tue Aug  8 18:14:22 2006
@@ -1,3 +1,3 @@
-MD5 (vcalendar-1.79.1.tar.gz) = 48738a00ebc5c9e3342d57802385b241
-SHA256 (vcalendar-1.79.1.tar.gz) = edaeaa72f202baef2e99f4cce37343792a202e37c4b83590f605a9a85e5c5931
-SIZE (vcalendar-1.79.1.tar.gz) = 675310
+MD5 (vcalendar-1.79.2.tar.gz) = 9512a4c789f1cc9a560230efc61eb7a6
+SHA256 (vcalendar-1.79.2.tar.gz) = 27053d0ead190d58d409e2f588df3ad3792ab59f28a5f283b75231abaca23191
+SIZE (vcalendar-1.79.2.tar.gz) = 677092
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-vcal_manager.c sylpheed-claws-vcalendar/files/patch-vcal_manager.c
--- /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-vcal_manager.c	Thu Jan  1 01:00:00 1970
+++ sylpheed-claws-vcalendar/files/patch-vcal_manager.c	Wed Aug  9 21:46:41 2006
@@ -0,0 +1,14 @@
+--- src/vcal_manager.c.orig	Wed Aug  9 21:44:25 2006
++++ src/vcal_manager.c	Wed Aug  9 21:45:14 2006
+@@ -987,9 +987,10 @@
+ 	gchar *attendees = NULL;
+ 	enum icalparameter_partstat status;
+ 	gchar *prefix = NULL;
++	gchar enc_subject[512], enc_prefix[512], enc_from[512], *from = NULL;	
+ 	memset(subject, 0, sizeof(subject));
+ 	memset(date, 0, sizeof(date));
+-	gchar enc_subject[512], enc_prefix[512], enc_from[512], *from = NULL;
++
+ 	conv_encode_header(subject, 511, event->summary, strlen(event->summary), FALSE);
+ 	
+ 	if (is_pseudo_display) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809220410.40a6f489>