From owner-svn-ports-all@freebsd.org Wed Jul 18 20:22:16 2018 Return-Path: Delivered-To: svn-ports-all@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 4B6A31031847; Wed, 18 Jul 2018 20:22:16 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F12BB8B4D5; Wed, 18 Jul 2018 20:22:15 +0000 (UTC) (envelope-from yuri@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 D25CD1F2E8; Wed, 18 Jul 2018 20:22:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IKMFhR002810; Wed, 18 Jul 2018 20:22:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IKMFFM002807; Wed, 18 Jul 2018 20:22:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807182022.w6IKMFFM002807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 18 Jul 2018 20:22:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474897 - head/x11-toolkits/py-xlib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11-toolkits/py-xlib X-SVN-Commit-Revision: 474897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 20:22:16 -0000 Author: yuri Date: Wed Jul 18 20:22:15 2018 New Revision: 474897 URL: https://svnweb.freebsd.org/changeset/ports/474897 Log: x11-toolkits/py-xlib: Update 0.21 -> 0.23-4 I am updating to 0.23-4 because of this bug https://github.com/python-xlib/python-xlib/issues/121 It renders py-xlib broken on all systems with UNIX socket X11 DISPLAY, which is often/always a default. PR: 229872 Approved by: Eero Hänninen (maintainer) Modified: head/x11-toolkits/py-xlib/Makefile head/x11-toolkits/py-xlib/distinfo Modified: head/x11-toolkits/py-xlib/Makefile ============================================================================== --- head/x11-toolkits/py-xlib/Makefile Wed Jul 18 19:44:13 2018 (r474896) +++ head/x11-toolkits/py-xlib/Makefile Wed Jul 18 20:22:15 2018 (r474897) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= xlib -PORTVERSION= 0.21 +DISTVERSION= 0.23-4 +DISTVERSIONSUFFIX= -g45e4b62 CATEGORIES= x11-toolkits python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,13 +18,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>= RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= python - USE_GITHUB= yes GH_ACCOUNT= python-xlib GH_PROJECT= python-xlib - USE_PYTHON= autoplist concurrent distutils - NO_ARCH= yes .include Modified: head/x11-toolkits/py-xlib/distinfo ============================================================================== --- head/x11-toolkits/py-xlib/distinfo Wed Jul 18 19:44:13 2018 (r474896) +++ head/x11-toolkits/py-xlib/distinfo Wed Jul 18 20:22:15 2018 (r474897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519319999 -SHA256 (python-xlib-python-xlib-0.21_GH0.tar.gz) = 14bc4eb406f5dc071410520751ddd239fb19499bafeefb31abc9be367ec47741 -SIZE (python-xlib-python-xlib-0.21_GH0.tar.gz) = 217379 +TIMESTAMP = 1531942908 +SHA256 (python-xlib-python-xlib-0.23-4-g45e4b62_GH0.tar.gz) = 19a00df7a7d47d32e4cfe136c625e6219bf08616d95270adf98ccc8ef795ad50 +SIZE (python-xlib-python-xlib-0.23-4-g45e4b62_GH0.tar.gz) = 217840