From owner-svn-ports-head@freebsd.org Fri Oct 16 18:35:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9845A17C16; Fri, 16 Oct 2015 18:35:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE84C1E0E; Fri, 16 Oct 2015 18:35:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GIZbv7029346; Fri, 16 Oct 2015 18:35:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GIZbXb029339; Fri, 16 Oct 2015 18:35:37 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510161835.t9GIZbXb029339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 16 Oct 2015 18:35:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 18:35:39 -0000 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 + #include + #include ++#include + + #if (HAVE_WCTYPE_H && HAVE_WCHAR_H) + # include 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