From owner-svn-ports-all@freebsd.org Mon Jan 25 18:22:42 2016 Return-Path: Delivered-To: svn-ports-all@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 38A107A3A; Mon, 25 Jan 2016 18:22:42 +0000 (UTC) (envelope-from ehaupt@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 140C7D93; Mon, 25 Jan 2016 18:22:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PIMfS9091221; Mon, 25 Jan 2016 18:22:41 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PIMeIg091214; Mon, 25 Jan 2016 18:22:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201601251822.u0PIMeIg091214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 25 Jan 2016 18:22:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407234 - in head/mail/sylpheed: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 18:22:42 -0000 Author: ehaupt Date: Mon Jan 25 18:22:40 2016 New Revision: 407234 URL: https://svnweb.freebsd.org/changeset/ports/407234 Log: Update to 3.5.0 Deleted: head/mail/sylpheed/files/patch-libsylph_procmsg.c Modified: head/mail/sylpheed/Makefile head/mail/sylpheed/distinfo head/mail/sylpheed/files/extra-patch-libsylph_ssl.c head/mail/sylpheed/files/patch-libsylph-defs.h head/mail/sylpheed/files/patch-src-printing.c head/mail/sylpheed/pkg-plist Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/Makefile Mon Jan 25 18:22:40 2016 (r407234) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt Modified: head/mail/sylpheed/distinfo ============================================================================== --- head/mail/sylpheed/distinfo Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/distinfo Mon Jan 25 18:22:40 2016 (r407234) @@ -1,2 +1,2 @@ -SHA256 (sylpheed-3.4.3.tar.bz2) = 09fae954c775073b43ce2f660a6bed1087237659eade1c68913cb86add1fb905 -SIZE (sylpheed-3.4.3.tar.bz2) = 3474313 +SHA256 (sylpheed-3.5.0.tar.bz2) = 4a0b62d17bca6f1a96ab951ef55a9a67813d87bc1dc3ee55d8ec2c045366a05c +SIZE (sylpheed-3.5.0.tar.bz2) = 3519735 Modified: head/mail/sylpheed/files/extra-patch-libsylph_ssl.c ============================================================================== --- head/mail/sylpheed/files/extra-patch-libsylph_ssl.c Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/files/extra-patch-libsylph_ssl.c Mon Jan 25 18:22:40 2016 (r407234) @@ -1,4 +1,4 @@ ---- libsylph/ssl.c.orig 2014-06-10 04:06:36 UTC +--- libsylph/ssl.c.orig 2016-01-25 16:00:23 UTC +++ libsylph/ssl.c @@ -59,6 +59,7 @@ static gchar *find_certs_file(const gcha LOOK_FOR("ca-bundle.crt"); @@ -8,12 +8,3 @@ } #undef LOOK_FOR -@@ -117,7 +118,7 @@ void ssl_init(void) - certs_dir = NULL; - } - #else -- certs_file = find_certs_file("/etc/ssl"); -+ certs_file = find_certs_file("/usr/local/etc/ssl"); - if (!certs_file) - certs_file = find_certs_file("/etc"); - #endif Modified: head/mail/sylpheed/files/patch-libsylph-defs.h ============================================================================== --- head/mail/sylpheed/files/patch-libsylph-defs.h Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/files/patch-libsylph-defs.h Mon Jan 25 18:22:40 2016 (r407234) @@ -1,4 +1,4 @@ ---- libsylph/defs.h.orig 2014-06-10 04:06:36 UTC +--- libsylph/defs.h.orig 2012-03-26 07:27:43 UTC +++ libsylph/defs.h @@ -89,8 +89,8 @@ #else @@ -16,7 +16,7 @@ # define DEFAULT_SPOOL_PATH _PATH_MAILDIR #else -# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" ++# define DEFAULT_SPOOL_PATH "/var/spool" #endif #define BUFFSIZE 8192 Modified: head/mail/sylpheed/files/patch-src-printing.c ============================================================================== --- head/mail/sylpheed/files/patch-src-printing.c Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/files/patch-src-printing.c Mon Jan 25 18:22:40 2016 (r407234) @@ -1,4 +1,4 @@ ---- src/printing.c.orig 2014-06-10 04:06:36 UTC +--- src/printing.c.orig 2013-05-15 04:23:40 UTC +++ src/printing.c @@ -151,8 +151,6 @@ static gint layout_set_headers(PangoLayo Modified: head/mail/sylpheed/pkg-plist ============================================================================== --- head/mail/sylpheed/pkg-plist Mon Jan 25 18:16:28 2016 (r407233) +++ head/mail/sylpheed/pkg-plist Mon Jan 25 18:22:40 2016 (r407234) @@ -138,6 +138,7 @@ share/locale/eu/LC_MESSAGES/sylpheed.mo share/locale/fi/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo share/locale/gl/LC_MESSAGES/sylpheed.mo +share/locale/he/LC_MESSAGES/sylpheed.mo share/locale/hr/LC_MESSAGES/sylpheed.mo share/locale/hu/LC_MESSAGES/sylpheed.mo share/locale/it/LC_MESSAGES/sylpheed.mo