From owner-svn-ports-head@freebsd.org Sun Feb 11 12:22:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E65DF1369B; Sun, 11 Feb 2018 12:22:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D464D75F99; Sun, 11 Feb 2018 12:22:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEC7422DA9; Sun, 11 Feb 2018 12:22:50 +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 w1BCMoqT090721; Sun, 11 Feb 2018 12:22:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1BCMoDr090716; Sun, 11 Feb 2018 12:22:50 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802111222.w1BCMoDr090716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 11 Feb 2018 12:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461493 - in head/mail/sylpheed: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/mail/sylpheed: . files X-SVN-Commit-Revision: 461493 X-SVN-Commit-Repository: ports 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.25 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: Sun, 11 Feb 2018 12:22:51 -0000 Author: ehaupt Date: Sun Feb 11 12:22:50 2018 New Revision: 461493 URL: https://svnweb.freebsd.org/changeset/ports/461493 Log: Update to 3.7.0 Added: head/mail/sylpheed/files/patch-libsylph_defs.h (contents, props changed) head/mail/sylpheed/files/patch-src_printing.c (contents, props changed) Deleted: head/mail/sylpheed/files/patch-libsylph-defs.h head/mail/sylpheed/files/patch-src-printing.c Modified: head/mail/sylpheed/Makefile head/mail/sylpheed/distinfo head/mail/sylpheed/pkg-plist Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Sun Feb 11 12:17:29 2018 (r461492) +++ head/mail/sylpheed/Makefile Sun Feb 11 12:22:50 2018 (r461493) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.6.0 -PORTREVISION= 1 +PORTVERSION= 3.7.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 Sun Feb 11 12:17:29 2018 (r461492) +++ head/mail/sylpheed/distinfo Sun Feb 11 12:22:50 2018 (r461493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499074053 -SHA256 (sylpheed-3.6.0.tar.bz2) = eba4a70b43b49dbf419934796677a69a71d069b71b0dd697a0008836be4db345 -SIZE (sylpheed-3.6.0.tar.bz2) = 3568998 +TIMESTAMP = 1518349598 +SHA256 (sylpheed-3.7.0.tar.bz2) = eb23e6bda2c02095dfb0130668cf7c75d1f256904e3a7337815b4da5cb72eb04 +SIZE (sylpheed-3.7.0.tar.bz2) = 3612328 Added: head/mail/sylpheed/files/patch-libsylph_defs.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sylpheed/files/patch-libsylph_defs.h Sun Feb 11 12:22:50 2018 (r461493) @@ -0,0 +1,22 @@ +--- libsylph/defs.h.orig 2012-03-26 07:27:43 UTC ++++ libsylph/defs.h +@@ -89,8 +89,8 @@ + #else + # define DEFAULT_SIGNATURE ".signature" + #endif +-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" +-#define DEFAULT_INC_PROGRAM "inc" ++#define DEFAULT_INC_PATH "" ++#define DEFAULT_INC_PROGRAM "" + /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ + /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i" +@@ -103,7 +103,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/spool" + #endif + + #define BUFFSIZE 8192 Added: head/mail/sylpheed/files/patch-src_printing.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sylpheed/files/patch-src_printing.c Sun Feb 11 12:22:50 2018 (r461493) @@ -0,0 +1,22 @@ +--- src/printing.c.orig 2017-11-15 04:12:56 UTC ++++ src/printing.c +@@ -154,8 +154,6 @@ static gint layout_set_headers(PangoLayo + + desc = pango_font_description_from_string(prefs_common_get()->textfont); + size = pango_font_description_get_size(desc); +- pango_font_description_free(desc); +- desc = gtkut_get_default_font_desc(); + debug_print("layout_set_headers: using font %s (style %d, %g pt)\n", pango_font_description_get_family(desc), pango_font_description_get_style(desc), (gdouble)size / PANGO_SCALE); + pango_font_description_set_size(desc, size); + pango_layout_set_font_description(layout, desc); +@@ -433,10 +431,6 @@ static void draw_page(GtkPrintOperation + } + debug_print("count = %d\n", count); + +- desc = gtkut_get_default_font_desc(); +- pango_font_description_set_size(desc, font_size); +- pango_layout_set_font_description(layout, desc); +- pango_font_description_free(desc); + g_snprintf(buf, sizeof(buf), "- %d -", pinfo->page_nr_per_msg + 1); + pango_layout_set_text(layout, buf, -1); + pango_layout_set_alignment(layout, PANGO_ALIGN_CENTER); Modified: head/mail/sylpheed/pkg-plist ============================================================================== --- head/mail/sylpheed/pkg-plist Sun Feb 11 12:17:29 2018 (r461492) +++ head/mail/sylpheed/pkg-plist Sun Feb 11 12:22:50 2018 (r461493) @@ -43,10 +43,10 @@ include/sylpheed/sylph/virtual.h include/sylpheed/sylph/xml.h lib/libsylph-0.so lib/libsylph-0.so.1 -lib/libsylph-0.so.1.2.1 +lib/libsylph-0.so.1.3.0 lib/libsylpheed-plugin-0.so lib/libsylpheed-plugin-0.so.1 -lib/libsylpheed-plugin-0.so.1.2.1 +lib/libsylpheed-plugin-0.so.1.3.0 share/applications/sylpheed.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja