diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-17 03:27:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-17 03:27:18 +0800 |
commit | dbd947740f7373702aa77ffa6e471f77d953150b (patch) | |
tree | 6d35610286db6e9bdf280a3663a5becf21cd23e8 /mail/sylpheed2 | |
parent | f16f06d7a6d16fe87833cc3d6973c09287f09b05 (diff) | |
download | freebsd-ports-graphics-dbd947740f7373702aa77ffa6e471f77d953150b.tar.gz freebsd-ports-graphics-dbd947740f7373702aa77ffa6e471f77d953150b.tar.zst freebsd-ports-graphics-dbd947740f7373702aa77ffa6e471f77d953150b.zip |
update to 2.3.1
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-libsylph-ssl.c | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index a269375786e..9aef143ccd6 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= sylpheed -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.3.1 +PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index fcd430e3ae7..02dd7f6e5f6 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -1,3 +1,3 @@ -MD5 (sylpheed-2.3.0.tar.bz2) = e46f13162a7fc28120ed87ebfb304a57 -SHA256 (sylpheed-2.3.0.tar.bz2) = 693194981892259737c8e2d2b5f375d96441643e44c3d27c21f1c1213423fb0b -SIZE (sylpheed-2.3.0.tar.bz2) = 2623879 +MD5 (sylpheed-2.3.1.tar.bz2) = 12fb8622bc76b42a3bd6e734495ec4c3 +SHA256 (sylpheed-2.3.1.tar.bz2) = d08f4fe273c06d874bafd05c47e9e6433777fc9840372488bf0f5ec94e90cd7e +SIZE (sylpheed-2.3.1.tar.bz2) = 2614551 diff --git a/mail/sylpheed2/files/patch-libsylph-ssl.c b/mail/sylpheed2/files/patch-libsylph-ssl.c deleted file mode 100644 index f5ee3454799..00000000000 --- a/mail/sylpheed2/files/patch-libsylph-ssl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libsylph/ssl.c.orig Mon Dec 18 15:16:01 2006 -+++ libsylph/ssl.c Sat Dec 23 14:41:18 2006 -@@ -55,6 +55,7 @@ - if (certs_dir) { - LOOK_FOR("ca-certificates.crt"); - LOOK_FOR("ca-bundle.crt"); -+ LOOK_FOR("ca-root.crt"); - LOOK_FOR("certs.crt"); - } - |