diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 14:48:33 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 14:48:33 +0000 |
commit | 19b2b8022d5a2b64366a70008137c5765a920d80 (patch) | |
tree | be5e37aec9b6147b5bed8dffc074b1fe7e99e870 /mail | |
parent | 5c2114c2987eb02ccb6c17b560b3475c5f18d73c (diff) | |
download | ports-19b2b8022d5a2b64366a70008137c5765a920d80.tar.gz ports-19b2b8022d5a2b64366a70008137c5765a920d80.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-cachesaver/Makefile | 4 | ||||
-rw-r--r-- | mail/claws-mail-cachesaver/distinfo | 6 | ||||
-rw-r--r-- | mail/claws-mail-cachesaver/files/patch-src_plugin.c | 15 | ||||
-rw-r--r-- | mail/sylpheed-claws-cachesaver/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-cachesaver/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-cachesaver/files/patch-src_plugin.c | 15 |
6 files changed, 10 insertions, 40 deletions
diff --git a/mail/claws-mail-cachesaver/Makefile b/mail/claws-mail-cachesaver/Makefile index 33136a31a211..15213c8adfb8 100644 --- a/mail/claws-mail-cachesaver/Makefile +++ b/mail/claws-mail-cachesaver/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cachesaver -PORTVERSION= 0.8 +PORTVERSION= 0.10.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-cachesaver/distinfo b/mail/claws-mail-cachesaver/distinfo index 200d041b0c11..27194e20e85a 100644 --- a/mail/claws-mail-cachesaver/distinfo +++ b/mail/claws-mail-cachesaver/distinfo @@ -1,3 +1,3 @@ -MD5 (cachesaver-0.8.tar.gz) = 275b864e65e71ab277e0b411556d9b6f -SHA256 (cachesaver-0.8.tar.gz) = bf83593410bed6f6a568497a54f1d1cb6e460c874625e9244bc49acd59f8793c -SIZE (cachesaver-0.8.tar.gz) = 319300 +MD5 (cachesaver-0.10.1.tar.gz) = 961c945c4dcb32efbc224821b6b1a025 +SHA256 (cachesaver-0.10.1.tar.gz) = 59d438124a55f39ba3bf492c1b1f386d7b42d59d5f3702dca3de8f3dcbba8195 +SIZE (cachesaver-0.10.1.tar.gz) = 323097 diff --git a/mail/claws-mail-cachesaver/files/patch-src_plugin.c b/mail/claws-mail-cachesaver/files/patch-src_plugin.c deleted file mode 100644 index 1e6473761dda..000000000000 --- a/mail/claws-mail-cachesaver/files/patch-src_plugin.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/plugin.c.orig Wed May 10 12:13:52 2006 -+++ src/plugin.c Wed May 10 12:22:47 2006 -@@ -28,10 +28,11 @@ - - static void save_all_caches(FolderItem *item, gpointer data) - { -+ gchar *id; - - if (!item->cache) - return; -- gchar *id = folder_item_get_identifier(item); -+ id = folder_item_get_identifier(item); - g_free(id); - folder_item_write_cache(item); - } diff --git a/mail/sylpheed-claws-cachesaver/Makefile b/mail/sylpheed-claws-cachesaver/Makefile index 33136a31a211..15213c8adfb8 100644 --- a/mail/sylpheed-claws-cachesaver/Makefile +++ b/mail/sylpheed-claws-cachesaver/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cachesaver -PORTVERSION= 0.8 +PORTVERSION= 0.10.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-cachesaver/distinfo b/mail/sylpheed-claws-cachesaver/distinfo index 200d041b0c11..27194e20e85a 100644 --- a/mail/sylpheed-claws-cachesaver/distinfo +++ b/mail/sylpheed-claws-cachesaver/distinfo @@ -1,3 +1,3 @@ -MD5 (cachesaver-0.8.tar.gz) = 275b864e65e71ab277e0b411556d9b6f -SHA256 (cachesaver-0.8.tar.gz) = bf83593410bed6f6a568497a54f1d1cb6e460c874625e9244bc49acd59f8793c -SIZE (cachesaver-0.8.tar.gz) = 319300 +MD5 (cachesaver-0.10.1.tar.gz) = 961c945c4dcb32efbc224821b6b1a025 +SHA256 (cachesaver-0.10.1.tar.gz) = 59d438124a55f39ba3bf492c1b1f386d7b42d59d5f3702dca3de8f3dcbba8195 +SIZE (cachesaver-0.10.1.tar.gz) = 323097 diff --git a/mail/sylpheed-claws-cachesaver/files/patch-src_plugin.c b/mail/sylpheed-claws-cachesaver/files/patch-src_plugin.c deleted file mode 100644 index 1e6473761dda..000000000000 --- a/mail/sylpheed-claws-cachesaver/files/patch-src_plugin.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/plugin.c.orig Wed May 10 12:13:52 2006 -+++ src/plugin.c Wed May 10 12:22:47 2006 -@@ -28,10 +28,11 @@ - - static void save_all_caches(FolderItem *item, gpointer data) - { -+ gchar *id; - - if (!item->cache) - return; -- gchar *id = folder_item_get_identifier(item); -+ id = folder_item_get_identifier(item); - g_free(id); - folder_item_write_cache(item); - } |