From owner-svn-ports-head@freebsd.org Fri Feb 7 06:30:04 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC52D24479B; Fri, 7 Feb 2020 06:30:04 +0000 (UTC) (envelope-from lwhsu@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 48DQQN5Gm6z4B7N; Fri, 7 Feb 2020 06:30:04 +0000 (UTC) (envelope-from lwhsu@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 95FC63B8; Fri, 7 Feb 2020 06:30:04 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0176U4jC043538; Fri, 7 Feb 2020 06:30:04 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0176U4Aj043535; Fri, 7 Feb 2020 06:30:04 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202002070630.0176U4Aj043535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 7 Feb 2020 06:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525463 - head/deskutils/py-autokey X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/deskutils/py-autokey X-SVN-Commit-Revision: 525463 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.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: Fri, 07 Feb 2020 06:30:04 -0000 Author: lwhsu Date: Fri Feb 7 06:30:03 2020 New Revision: 525463 URL: https://svnweb.freebsd.org/changeset/ports/525463 Log: - Update to 0.95.9 - Update WWW - Pet portlint PR: 243943 Approved by: Daniel Shafer (maintainer) Modified: head/deskutils/py-autokey/Makefile head/deskutils/py-autokey/distinfo head/deskutils/py-autokey/pkg-descr Modified: head/deskutils/py-autokey/Makefile ============================================================================== --- head/deskutils/py-autokey/Makefile Fri Feb 7 05:47:38 2020 (r525462) +++ head/deskutils/py-autokey/Makefile Fri Feb 7 06:30:03 2020 (r525463) @@ -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-db USES= python:3.6+ shebangfix USE_PYTHON= distutils concurrent +USE_GITHUB= yes + +INSTALLS_ICONS= yes NO_ARCH= yes Modified: head/deskutils/py-autokey/distinfo ============================================================================== --- head/deskutils/py-autokey/distinfo Fri Feb 7 05:47:38 2020 (r525462) +++ head/deskutils/py-autokey/distinfo Fri Feb 7 06:30:03 2020 (r525463) @@ -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 Modified: head/deskutils/py-autokey/pkg-descr ============================================================================== --- head/deskutils/py-autokey/pkg-descr Fri Feb 7 05:47:38 2020 (r525462) +++ head/deskutils/py-autokey/pkg-descr Fri Feb 7 06:30:03 2020 (r525463) @@ -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