1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 1.79.2

- Fix build on 4.X

PR:		ports/101608
Submitted by:	Pawel Pekala <c0rn(at)o2.pl>
Approved by:	krion (mentor)
This commit is contained in:
Martin Wilke 2006-08-10 21:57:45 +00:00
parent ea7f20e189
commit b1959ff367
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170317
6 changed files with 36 additions and 8 deletions

View File

@ -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-

View File

@ -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

View File

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

View File

@ -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-

View File

@ -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

View File

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