Date: Fri, 16 Oct 2015 18:35:37 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399501 - in head/mail: claws-mail claws-mail-pdf_viewer claws-mail-perl claws-mail/files Message-ID: <201510161835.t9GIZbXb029339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Oct 16 18:35:36 2015 New Revision: 399501 URL: https://svnweb.freebsd.org/changeset/ports/399501 Log: Update to Claws Mail release 3.13.0 Release notes: http://claws-mail.org/news.php Added: head/mail/claws-mail/files/patch-src_common_utils.c (contents, props changed) Modified: head/mail/claws-mail-pdf_viewer/Makefile head/mail/claws-mail-perl/Makefile head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/pkg-plist Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail-pdf_viewer/Makefile Fri Oct 16 18:35:36 2015 (r399501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/claws-mail-perl/Makefile ============================================================================== --- head/mail/claws-mail-perl/Makefile Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail-perl/Makefile Fri Oct 16 18:35:36 2015 (r399501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Perl filtering plugin for Claws Mail Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail/Makefile Fri Oct 16 18:35:36 2015 (r399501) @@ -3,7 +3,6 @@ PORTNAME= claws-mail CATEGORIES= mail news ipv6 -PORTREVISION= 1 COMMENT= Lightweight and featureful GTK+ based e-mail and news client Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail/Makefile.claws Fri Oct 16 18:35:36 2015 (r399501) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.12.0 +PORTVERSION= 3.13.0 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail/distinfo Fri Oct 16 18:35:36 2015 (r399501) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.12.0.tar.xz) = 272ad6aaa066a4f5e0f26ed151b23b836a65190e6b45c049479b5e7677e4d6ca -SIZE (claws-mail-3.12.0.tar.xz) = 6615768 +SHA256 (claws-mail-3.13.0.tar.xz) = 365076806c63dd8a1d6f08ead6a863a01ba05819c1a860ea7bbee8fcda4bf93a +SIZE (claws-mail-3.13.0.tar.xz) = 6582288 Added: head/mail/claws-mail/files/patch-src_common_utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail/files/patch-src_common_utils.c Fri Oct 16 18:35:36 2015 (r399501) @@ -0,0 +1,10 @@ +--- src/common/utils.c.orig 2015-10-14 15:42:07 UTC ++++ src/common/utils.c +@@ -49,6 +49,7 @@ + #include <ctype.h> + #include <errno.h> + #include <sys/param.h> ++#include <sys/socket.h> + + #if (HAVE_WCTYPE_H && HAVE_WCHAR_H) + # include <wchar.h> Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Fri Oct 16 18:35:19 2015 (r399500) +++ head/mail/claws-mail/pkg-plist Fri Oct 16 18:35:36 2015 (r399501) @@ -313,11 +313,11 @@ share/icons/hicolor/64x64/apps/claws-mai %%NLS%%share/locale/fr/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/he/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo +%%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/lt/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo -%%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510161835.t9GIZbXb029339>