ports/101608: [maintainer update] mail/sylpheed-claws-vcalendar

Paweł Pękala c0rn at o2.pl
Wed Aug 9 20:04:02 UTC 2006


 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) {



More information about the freebsd-ports-bugs mailing list