From owner-svn-ports-head@freebsd.org Sat Mar 9 18:42:51 2019 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 20C011531EA1; Sat, 9 Mar 2019 18:42:51 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4E1D6D770; Sat, 9 Mar 2019 18:42:50 +0000 (UTC) (envelope-from kai@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 A9C0FF601; Sat, 9 Mar 2019 18:42:50 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x29IgoUx018447; Sat, 9 Mar 2019 18:42:50 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x29IgoqO018446; Sat, 9 Mar 2019 18:42:50 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201903091842.x29IgoqO018446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 9 Mar 2019 18:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495192 - head/editors/focuswriter X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/editors/focuswriter X-SVN-Commit-Revision: 495192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B4E1D6D770 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 09 Mar 2019 18:42:51 -0000 Author: kai Date: Sat Mar 9 18:42:50 2019 New Revision: 495192 URL: https://svnweb.freebsd.org/changeset/ports/495192 Log: editors/focuswriter: Update to 1.7.2 Changelog: * FIXED: Minimum sizes for page counts were too high. * FIXED: Window icon didn't work in Wayland. * Require Qt 5.9. * Improved loading locales. * Translation updates: Friulian, Korean. https://github.com/gottcode/focuswriter/blob/v1.7.2/ChangeLog PR: 236395 Submitted by: lightside (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19520 Modified: head/editors/focuswriter/Makefile head/editors/focuswriter/distinfo Modified: head/editors/focuswriter/Makefile ============================================================================== --- head/editors/focuswriter/Makefile Sat Mar 9 18:39:07 2019 (r495191) +++ head/editors/focuswriter/Makefile Sat Mar 9 18:42:50 2019 (r495192) @@ -3,8 +3,7 @@ PORTNAME= focuswriter DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 -PORTREVISION= 2 +DISTVERSION= 1.7.2 CATEGORIES= editors MAINTAINER= lightside@gmx.com Modified: head/editors/focuswriter/distinfo ============================================================================== --- head/editors/focuswriter/distinfo Sat Mar 9 18:39:07 2019 (r495191) +++ head/editors/focuswriter/distinfo Sat Mar 9 18:42:50 2019 (r495192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545048068 -SHA256 (gottcode-focuswriter-v1.7.1_GH0.tar.gz) = 172c4dd264caba05121e9db3ca6eb3d4f2c41e6d956670792e213a243d5ddab6 -SIZE (gottcode-focuswriter-v1.7.1_GH0.tar.gz) = 10501634 +TIMESTAMP = 1551985880 +SHA256 (gottcode-focuswriter-v1.7.2_GH0.tar.gz) = 0d6c2795445f2d124ba2e7e1a12db20a4a25731215935f228794ae79f0cc553c +SIZE (gottcode-focuswriter-v1.7.2_GH0.tar.gz) = 10511183