Bug 101608 - [maintainer update] mail/sylpheed-claws-vcalendar
Summary: [maintainer update] mail/sylpheed-claws-vcalendar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-07 20:30 UTC by Pawel Pekala
Modified: 2006-08-10 22:57 UTC (History)
0 users

See Also:


Attachments
sc-vcalendar.diff (1.07 KB, patch)
2006-08-07 20:30 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala 2006-08-07 20:30:15 UTC

- update to 1.79.2 (fixes build problems with sylpheed-claws 2.4.0)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-08-07 21:18:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-08-08 09:15:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Pawel Pekala 2006-08-09 21:04:10 UTC
 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) {
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2006-08-10 22:57:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!