- update to 1.79.1
- chase mastersite - remove obsolete patch (accepted upstream) PR: ports/99230 Submitted by: maintainer
This commit is contained in:
parent
88bd506ae5
commit
9b7172bb99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165916
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= vcalendar
|
||||
PORTVERSION= 1.78
|
||||
PORTVERSION= 1.79.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vcalendar-1.78.tar.gz) = c62e5b2d3b9a7b778feeb9f464cbcc67
|
||||
SHA256 (vcalendar-1.78.tar.gz) = 7874435b9ed771263f2012a40691e4e6d3bf52bed0e5a05e2c619b780345b565
|
||||
SIZE (vcalendar-1.78.tar.gz) = 669498
|
||||
MD5 (vcalendar-1.79.1.tar.gz) = 48738a00ebc5c9e3342d57802385b241
|
||||
SHA256 (vcalendar-1.79.1.tar.gz) = edaeaa72f202baef2e99f4cce37343792a202e37c4b83590f605a9a85e5c5931
|
||||
SIZE (vcalendar-1.79.1.tar.gz) = 675310
|
||||
|
@ -1,31 +0,0 @@
|
||||
--- src/vcal_folder.c.orig Mon May 8 06:44:25 2006
|
||||
+++ src/vcal_folder.c Wed May 10 13:34:17 2006
|
||||
@@ -896,13 +896,22 @@
|
||||
static void url_read(const char *url, gboolean verbose,
|
||||
void (*callback)(const gchar *url, gchar *data, gboolean verbose))
|
||||
{
|
||||
- gchar *result = NULL;
|
||||
- thread_data *td = g_new0(thread_data, 1);
|
||||
+ gchar *result;
|
||||
+ thread_data *td;
|
||||
+#ifdef USE_PTHREAD
|
||||
pthread_t pt;
|
||||
- gchar *msg = NULL;
|
||||
- void *res = NULL;
|
||||
- time_t start_time = time(NULL);
|
||||
- gboolean killed = FALSE;
|
||||
+#endif
|
||||
+ gchar *msg;
|
||||
+ void *res;
|
||||
+ time_t start_time;
|
||||
+ gboolean killed;
|
||||
+
|
||||
+ result = NULL;
|
||||
+ td = g_new0(thread_data, 1);
|
||||
+ msg = NULL;
|
||||
+ res = NULL;
|
||||
+ start_time = time(NULL);
|
||||
+ killed = FALSE;
|
||||
|
||||
td->url = url;
|
||||
td->result = NULL;
|
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= vcalendar
|
||||
PORTVERSION= 1.78
|
||||
PORTVERSION= 1.79.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
|
||||
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
|
||||
PKGNAMEPREFIX= sylpheed-claws-
|
||||
|
||||
MAINTAINER= c0rn@o2.pl
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (vcalendar-1.78.tar.gz) = c62e5b2d3b9a7b778feeb9f464cbcc67
|
||||
SHA256 (vcalendar-1.78.tar.gz) = 7874435b9ed771263f2012a40691e4e6d3bf52bed0e5a05e2c619b780345b565
|
||||
SIZE (vcalendar-1.78.tar.gz) = 669498
|
||||
MD5 (vcalendar-1.79.1.tar.gz) = 48738a00ebc5c9e3342d57802385b241
|
||||
SHA256 (vcalendar-1.79.1.tar.gz) = edaeaa72f202baef2e99f4cce37343792a202e37c4b83590f605a9a85e5c5931
|
||||
SIZE (vcalendar-1.79.1.tar.gz) = 675310
|
||||
|
@ -1,31 +0,0 @@
|
||||
--- src/vcal_folder.c.orig Mon May 8 06:44:25 2006
|
||||
+++ src/vcal_folder.c Wed May 10 13:34:17 2006
|
||||
@@ -896,13 +896,22 @@
|
||||
static void url_read(const char *url, gboolean verbose,
|
||||
void (*callback)(const gchar *url, gchar *data, gboolean verbose))
|
||||
{
|
||||
- gchar *result = NULL;
|
||||
- thread_data *td = g_new0(thread_data, 1);
|
||||
+ gchar *result;
|
||||
+ thread_data *td;
|
||||
+#ifdef USE_PTHREAD
|
||||
pthread_t pt;
|
||||
- gchar *msg = NULL;
|
||||
- void *res = NULL;
|
||||
- time_t start_time = time(NULL);
|
||||
- gboolean killed = FALSE;
|
||||
+#endif
|
||||
+ gchar *msg;
|
||||
+ void *res;
|
||||
+ time_t start_time;
|
||||
+ gboolean killed;
|
||||
+
|
||||
+ result = NULL;
|
||||
+ td = g_new0(thread_data, 1);
|
||||
+ msg = NULL;
|
||||
+ res = NULL;
|
||||
+ start_time = time(NULL);
|
||||
+ killed = FALSE;
|
||||
|
||||
td->url = url;
|
||||
td->result = NULL;
|
Loading…
Reference in New Issue
Block a user