mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 1.89.1
- Remove obsolete patch (accepted upstream) PR: ports/103789 Submitted by: Pawel Pekala <c0rn(at)o2.pl> (maintainer)
This commit is contained in:
parent
b7b8ef710c
commit
3d0b646e3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174174
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vcalendar
|
||||
PORTVERSION= 1.79.2
|
||||
PORTVERSION= 1.89.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -17,8 +17,8 @@ MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= vCalendar plugin for sylpheed-claws
|
||||
|
||||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vcalendar-1.79.2.tar.gz) = 9512a4c789f1cc9a560230efc61eb7a6
|
||||
SHA256 (vcalendar-1.79.2.tar.gz) = 27053d0ead190d58d409e2f588df3ad3792ab59f28a5f283b75231abaca23191
|
||||
SIZE (vcalendar-1.79.2.tar.gz) = 677092
|
||||
MD5 (vcalendar-1.89.1.tar.gz) = cfe351cb2c894429761ed773cf3823ea
|
||||
SHA256 (vcalendar-1.89.1.tar.gz) = c7e9cc7070f046799e150037ca92053edc007c1b16c28141b8121051503a4f05
|
||||
SIZE (vcalendar-1.89.1.tar.gz) = 704019
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- 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) {
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vcalendar
|
||||
PORTVERSION= 1.79.2
|
||||
PORTVERSION= 1.89.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -17,8 +17,8 @@ MAINTAINER= c0rn@o2.pl
|
||||
COMMENT= vCalendar plugin for sylpheed-claws
|
||||
|
||||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws
|
||||
BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
||||
RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vcalendar-1.79.2.tar.gz) = 9512a4c789f1cc9a560230efc61eb7a6
|
||||
SHA256 (vcalendar-1.79.2.tar.gz) = 27053d0ead190d58d409e2f588df3ad3792ab59f28a5f283b75231abaca23191
|
||||
SIZE (vcalendar-1.79.2.tar.gz) = 677092
|
||||
MD5 (vcalendar-1.89.1.tar.gz) = cfe351cb2c894429761ed773cf3823ea
|
||||
SHA256 (vcalendar-1.89.1.tar.gz) = c7e9cc7070f046799e150037ca92053edc007c1b16c28141b8121051503a4f05
|
||||
SIZE (vcalendar-1.89.1.tar.gz) = 704019
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- 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) {
|
Loading…
Reference in New Issue
Block a user