aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-21 22:22:42 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-21 22:22:42 +0800
commit4e8178b55db74f7c8de4bf420d2cbacfca55e392 (patch)
tree8d610c1304f3e6243a66775316115e2aa68acb26 /mail
parent8aad6c188dd5a888bb0c47783669930e9c65bb80 (diff)
downloadfreebsd-ports-gnome-4e8178b55db74f7c8de4bf420d2cbacfca55e392.tar.gz
freebsd-ports-gnome-4e8178b55db74f7c8de4bf420d2cbacfca55e392.tar.zst
freebsd-ports-gnome-4e8178b55db74f7c8de4bf420d2cbacfca55e392.zip
- update to 1.79.1
- chase mastersite - remove obsolete patch (accepted upstream) PR: ports/99230 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-vcalendar/Makefile4
-rw-r--r--mail/claws-mail-vcalendar/distinfo6
-rw-r--r--mail/claws-mail-vcalendar/files/patch-src__vcal_folder.c31
-rw-r--r--mail/sylpheed-claws-vcalendar/Makefile4
-rw-r--r--mail/sylpheed-claws-vcalendar/distinfo6
-rw-r--r--mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c31
6 files changed, 10 insertions, 72 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile
index 465169fee128..ec0333d6cb31 100644
--- a/mail/claws-mail-vcalendar/Makefile
+++ b/mail/claws-mail-vcalendar/Makefile
@@ -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
diff --git a/mail/claws-mail-vcalendar/distinfo b/mail/claws-mail-vcalendar/distinfo
index 610e09ff6570..8ea68a435a67 100644
--- a/mail/claws-mail-vcalendar/distinfo
+++ b/mail/claws-mail-vcalendar/distinfo
@@ -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
diff --git a/mail/claws-mail-vcalendar/files/patch-src__vcal_folder.c b/mail/claws-mail-vcalendar/files/patch-src__vcal_folder.c
deleted file mode 100644
index 6638ac016647..000000000000
--- a/mail/claws-mail-vcalendar/files/patch-src__vcal_folder.c
+++ /dev/null
@@ -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;
diff --git a/mail/sylpheed-claws-vcalendar/Makefile b/mail/sylpheed-claws-vcalendar/Makefile
index 465169fee128..ec0333d6cb31 100644
--- a/mail/sylpheed-claws-vcalendar/Makefile
+++ b/mail/sylpheed-claws-vcalendar/Makefile
@@ -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
diff --git a/mail/sylpheed-claws-vcalendar/distinfo b/mail/sylpheed-claws-vcalendar/distinfo
index 610e09ff6570..8ea68a435a67 100644
--- a/mail/sylpheed-claws-vcalendar/distinfo
+++ b/mail/sylpheed-claws-vcalendar/distinfo
@@ -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
diff --git a/mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c b/mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c
deleted file mode 100644
index 6638ac016647..000000000000
--- a/mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c
+++ /dev/null
@@ -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;