aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-09-05 17:19:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-09-05 17:19:40 +0000
commite18d666df76305a1f3fd63ba26ddb42fc19c44fa (patch)
tree9e270c16fd293123fd77f398b6821279cc856d5c
parent3f2764b18e30a62c25ffb9121eebb4c5cc796a4f (diff)
downloadports-e18d666df76305a1f3fd63ba26ddb42fc19c44fa.tar.gz
ports-e18d666df76305a1f3fd63ba26ddb42fc19c44fa.zip
update to 2.4.5
Notes
Notes: svn path=/head/; revision=198865
-rw-r--r--mail/sylpheed2/Makefile3
-rw-r--r--mail/sylpheed2/distinfo6
-rw-r--r--mail/sylpheed2/files/patch-src_inc.c13
-rw-r--r--mail/sylpheed3/Makefile3
-rw-r--r--mail/sylpheed3/distinfo6
-rw-r--r--mail/sylpheed3/files/patch-src_inc.c13
6 files changed, 8 insertions, 36 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);
- }
- }
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index b9b2caeca27b..0604bf43f509 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/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/sylpheed3/distinfo b/mail/sylpheed3/distinfo
index 29fc7e47c529..9e07762ee3fe 100644
--- a/mail/sylpheed3/distinfo
+++ b/mail/sylpheed3/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/sylpheed3/files/patch-src_inc.c b/mail/sylpheed3/files/patch-src_inc.c
deleted file mode 100644
index 395e1bd38ed2..000000000000
--- a/mail/sylpheed3/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);
- }
- }