Date: Sat, 20 Mar 2021 07:47:23 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568849 - head/deskutils/py-autokey Message-ID: <202103200747.12K7lNaf086047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 20 07:47:23 2021 New Revision: 568849 URL: https://svnweb.freebsd.org/changeset/ports/568849 Log: deskutils/py-autokey: update to 0.95.10 * Mitigate crashes when entering invalid Python regular expressions in the window filter dialogue. * Added option to disable the handling of the Capslock modifier key. Fixes issues when that key is remapped to something else, for example Ctrl. The new option can be found in the settings dialogue. * API function system.exec_command() now only trims the last character in the output, if it is actually a newline character. If the executed command does not output a newline at the end, the full output is returned. * Fixed wrong optional argument in man page for autokey-run. * Removed unnecessarily set executable bit from several AutoKey SVG icons. Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer) Differential Revision: https://reviews.freebsd.org/D29350 Modified: head/deskutils/py-autokey/Makefile head/deskutils/py-autokey/distinfo Modified: head/deskutils/py-autokey/Makefile ============================================================================== --- head/deskutils/py-autokey/Makefile Sat Mar 20 07:30:44 2021 (r568848) +++ head/deskutils/py-autokey/Makefile Sat Mar 20 07:47:23 2021 (r568849) @@ -2,8 +2,7 @@ PORTNAME= autokey DISTVERSIONPREFIX= v -DISTVERSION= 0.95.9 -PORTREVISION= 4 +DISTVERSION= 0.95.10 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/deskutils/py-autokey/distinfo ============================================================================== --- head/deskutils/py-autokey/distinfo Sat Mar 20 07:30:44 2021 (r568848) +++ head/deskutils/py-autokey/distinfo Sat Mar 20 07:47:23 2021 (r568849) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581008620 -SHA256 (autokey-autokey-v0.95.9_GH0.tar.gz) = 46d42189d7a033ce9710395d2ddca685e83bd8792d6b25309e2446c4184063b5 -SIZE (autokey-autokey-v0.95.9_GH0.tar.gz) = 274221 +TIMESTAMP = 1616218486 +SHA256 (autokey-autokey-v0.95.10_GH0.tar.gz) = e622ca04b3340f1ca0999bf03f05c9071a9f8aa3bc91c26c45c35509d63ff23d +SIZE (autokey-autokey-v0.95.10_GH0.tar.gz) = 275919
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103200747.12K7lNaf086047>