diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-05 17:19:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-05 17:19:40 +0000 |
commit | e18d666df76305a1f3fd63ba26ddb42fc19c44fa (patch) | |
tree | 9e270c16fd293123fd77f398b6821279cc856d5c /mail/sylpheed2 | |
parent | 3f2764b18e30a62c25ffb9121eebb4c5cc796a4f (diff) | |
download | ports-e18d666df76305a1f3fd63ba26ddb42fc19c44fa.tar.gz ports-e18d666df76305a1f3fd63ba26ddb42fc19c44fa.zip |
update to 2.4.5
Notes
Notes:
svn path=/head/; revision=198865
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-src_inc.c | 13 |
3 files changed, 4 insertions, 18 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index b9b2caeca27b..0604bf43f509 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index 29fc7e47c529..9e07762ee3fe 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1,3 +1,3 @@ -MD5 (sylpheed-2.4.4.tar.bz2) = 79225738189e78e9a9f2a47a3ee4f3d6 -SHA256 (sylpheed-2.4.4.tar.bz2) = 675e1a89e6b4e71d45b1599c7b65c5786d822dd5864c7df317b4095ffc2d185f -SIZE (sylpheed-2.4.4.tar.bz2) = 2743315 +MD5 (sylpheed-2.4.5.tar.bz2) = 27e7c802f9af3e3c58e4457aadd36a91 +SHA256 (sylpheed-2.4.5.tar.bz2) = 353b9a94283519203db7593e537f83c65b372cc0fd0befcb2ad932d01faec53e +SIZE (sylpheed-2.4.5.tar.bz2) = 2747464 diff --git a/mail/sylpheed2/files/patch-src_inc.c b/mail/sylpheed2/files/patch-src_inc.c deleted file mode 100644 index 395e1bd38ed2..000000000000 --- a/mail/sylpheed2/files/patch-src_inc.c +++ /dev/null @@ -1,13 +0,0 @@ -Index: inc.c -=================================================================== ---- src/inc.c (revision 1874) -+++ src/inc.c (revision 1880) -@@ -1364,7 +1364,7 @@ - log_warning("%s\n", log_msg); - } - if (err_msg) { -- alertpanel_error(err_msg); -+ alertpanel_error("%s", err_msg); - g_free(err_msg); - } - } |