diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-02-07 14:30:03 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-02-07 14:30:03 +0800 |
commit | cd6de4271a6b658c6fb13ac784b0c49e041e15c6 (patch) | |
tree | 54ca96fd7e44032ecd8debeb8452ed923998ec34 /deskutils | |
parent | d488119c00a2a82c20aa3ada46be1f31085e5a2e (diff) | |
download | freebsd-ports-gnome-cd6de4271a6b658c6fb13ac784b0c49e041e15c6.tar.gz freebsd-ports-gnome-cd6de4271a6b658c6fb13ac784b0c49e041e15c6.tar.zst freebsd-ports-gnome-cd6de4271a6b658c6fb13ac784b0c49e041e15c6.zip |
- Update to 0.95.9
- Update WWW
- Pet portlint
PR: 243943
Approved by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-autokey/Makefile | 8 | ||||
-rw-r--r-- | deskutils/py-autokey/distinfo | 6 | ||||
-rw-r--r-- | deskutils/py-autokey/pkg-descr | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/deskutils/py-autokey/Makefile b/deskutils/py-autokey/Makefile index ee4586f0372d..8a414b634234 100644 --- a/deskutils/py-autokey/Makefile +++ b/deskutils/py-autokey/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= autokey -DISTVERSION= 0.95.4 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.95.9 CATEGORIES= deskutils python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= daniel@shafer.cc @@ -23,6 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ USES= python:3.6+ shebangfix USE_PYTHON= distutils concurrent +USE_GITHUB= yes + +INSTALLS_ICONS= yes NO_ARCH= yes diff --git a/deskutils/py-autokey/distinfo b/deskutils/py-autokey/distinfo index 4a22e17e17bd..9da945c3af51 100644 --- a/deskutils/py-autokey/distinfo +++ b/deskutils/py-autokey/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546268894 -SHA256 (autokey-0.95.4.tar.gz) = 0e46d27727cd611ddf5a23a5a88924fc614662bd797db4fa177cabbe63448206 -SIZE (autokey-0.95.4.tar.gz) = 263627 +TIMESTAMP = 1581008620 +SHA256 (autokey-autokey-v0.95.9_GH0.tar.gz) = 46d42189d7a033ce9710395d2ddca685e83bd8792d6b25309e2446c4184063b5 +SIZE (autokey-autokey-v0.95.9_GH0.tar.gz) = 274221 diff --git a/deskutils/py-autokey/pkg-descr b/deskutils/py-autokey/pkg-descr index 64a197a0ee89..bbf8e5f4fb78 100644 --- a/deskutils/py-autokey/pkg-descr +++ b/deskutils/py-autokey/pkg-descr @@ -1,5 +1,5 @@ Desktop automation utility for Linux and X11 written in Python 3. -Allows you to Configure keystroke to trigger phrases or scripts +Allows you to Configure keystroke to trigger phrases or scripts written in Python. -WWW: https://github.com/autokey-py3/autokey +WWW: https://github.com/autokey/autokey |