ports/99230: [maintainer update] mail/sylpheed-claws-vcalendar

Pawel Pekala c0rn at o2.pl
Tue Jun 20 22:30:21 UTC 2006


>Number:         99230
>Category:       ports
>Synopsis:       [maintainer update] mail/sylpheed-claws-vcalendar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 20 22:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.5-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.5-RELEASE #5: Mon May 29 17:57:41 CEST 2006
    root at blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


- update to 1.79.1
- new mastersite dns
- remove obsolete patch (accepted upstream)


>How-To-Repeat:





>Fix:


--- sc-vcalendar.diff begins here ---
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/Makefile sylpheed-claws-vcalendar/Makefile
--- /usr/ports/mail/sylpheed-claws-vcalendar/Makefile	Fri May 12 15:25:38 2006
+++ sylpheed-claws-vcalendar/Makefile	Wed Jun 21 00:07:48 2006
@@ -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 at o2.pl
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/distinfo sylpheed-claws-vcalendar/distinfo
--- /usr/ports/mail/sylpheed-claws-vcalendar/distinfo	Fri May 12 15:25:38 2006
+++ sylpheed-claws-vcalendar/distinfo	Mon Jun 12 21:01:25 2006
@@ -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 -urN /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c
--- /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c	Wed May 10 19:09:00 2006
+++ sylpheed-claws-vcalendar/files/patch-src__vcal_folder.c	Thu Jan  1 01:00:00 1970
@@ -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;
--- sc-vcalendar.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list