Hi,
Here's a diff to update claws-mail to a bugfix release. ChangeLog is
available: http://claws-mail.org/news.php
I moved some LDEP from all subpackages to -main as it says:
LIB_DEPENDS archivers/libarchive not needed for mail/claws-mail,-bogofilter ?
LIB_DEPENDS archivers/xz not needed for mail/claws-mail,-bogofilter ?
Cheers,
Daniel
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.94
diff -u -p -r1.94 Makefile
--- Makefile 11 Nov 2016 10:07:51 -0000 1.94
+++ Makefile 11 Nov 2016 11:58:47 -0000
@@ -8,9 +8,8 @@ COMMENT-htmlviewer= fancy htmlviewer plu
COMMENT-pdfviewer= pdfviewer plugin
COMMENT-gdata= gdata plugin
-V= 3.14.0
+V= 3.14.1
DISTNAME= claws-mail-${V}
-REVISION= 2
PKGNAME-main= ${DISTNAME}
PKGNAME-bogofilter= claws-mail-bogofilter-${V}
PKGNAME-spamassassin= claws-mail-spamassassin-${V}
@@ -74,9 +73,7 @@ WANTLIB-htmlviewer += webp xcb-dri2 xcb-
WANTLIB-pdfviewer = ${WANTLIB}
WANTLIB-pdfviewer += jpeg lcms2 openjpeg poppler poppler-glib tiff
-LIB_DEPENDS= archivers/libarchive \
- archivers/xz \
- devel/libexecinfo \
+LIB_DEPENDS= devel/libexecinfo \
mail/libetpan \
security/cyrus-sasl2 \
x11/gtk+2
@@ -86,6 +83,8 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
x11/gtk+3,-guic
LIB_DEPENDS-main= ${LIB_DEPENDS} \
+ archivers/libarchive \
+ archivers/xz \
devel/startup-notification \
textproc/enchant \
audio/libcanberra,-gtk \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
retrieving revision 1.31
diff -u -p -r1.31 distinfo
--- distinfo 19 Aug 2016 16:52:38 -0000 1.31
+++ distinfo 11 Nov 2016 11:58:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (claws/claws-mail-3.14.0.tar.gz) =
gk22e2Cb/cf0O2+C2KgtIDMBco8l5Y4ZYW0JyBL0vw0=
-SIZE (claws/claws-mail-3.14.0.tar.gz) = 11181527
+SHA256 (claws/claws-mail-3.14.1.tar.gz) =
sZX4ejtuym7mCvt0syU8GHE8NDFfEz/EYXGt2AzKvyM=
+SIZE (claws/claws-mail-3.14.1.tar.gz) = 11207227
Index: patches/patch-src_common_ssl_c
===================================================================
RCS file: patches/patch-src_common_ssl_c
diff -N patches/patch-src_common_ssl_c
--- patches/patch-src_common_ssl_c 26 Aug 2016 13:59:28 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_common_ssl_c,v 1.3 2016/08/26 13:59:28 danj Exp $
-
-Add OpenBSD CA cert path.
-
-Committed upstream
-http://git.claws-mail.org/?p=claws.git;a=commit;h=9582967be7c891729763204c345071350c4046cf
-
---- src/common/ssl.c.orig Sun Aug 7 10:08:05 2016
-+++ src/common/ssl.c Wed Aug 10 11:11:31 2016
-@@ -119,6 +119,7 @@ const gchar *claws_ssl_get_cert_file(void)
- {
- #ifndef G_OS_WIN32
- const char *cert_files[]={
-+ "/etc/ssl/cert.pem",
- "/etc/pki/tls/certs/ca-bundle.crt",
- "/etc/certs/ca-bundle.crt",
- "/etc/ssl/ca-bundle.pem",