Date: Sat, 9 Mar 2019 18:42:50 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495192 - head/editors/focuswriter Message-ID: <201903091842.x29IgoqO018446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lightside@gmx.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903091842.x29IgoqO018446>