From owner-svn-ports-head@freebsd.org Fri Dec 27 22:24:06 2019 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 6641C1D15B0; Fri, 27 Dec 2019 22:24:06 +0000 (UTC) (envelope-from rigoletto@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 47l1ZZ23yNz4dX7; Fri, 27 Dec 2019 22:24:06 +0000 (UTC) (envelope-from rigoletto@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 4204E1F7AF; Fri, 27 Dec 2019 22:24:06 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBRMO6HD008986; Fri, 27 Dec 2019 22:24:06 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBRMO5iu008984; Fri, 27 Dec 2019 22:24:05 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <201912272224.xBRMO5iu008984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Fri, 27 Dec 2019 22:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521030 - in head/x11/polybar: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in head/x11/polybar: . files X-SVN-Commit-Revision: 521030 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, 27 Dec 2019 22:24:06 -0000 Author: rigoletto Date: Fri Dec 27 22:24:05 2019 New Revision: 521030 URL: https://svnweb.freebsd.org/changeset/ports/521030 Log: x11/polybar: Update to 3.4.2 Approved by: tcberner (mentor, implicit) Modified: head/x11/polybar/Makefile head/x11/polybar/distinfo head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt Modified: head/x11/polybar/Makefile ============================================================================== --- head/x11/polybar/Makefile Fri Dec 27 22:00:53 2019 (r521029) +++ head/x11/polybar/Makefile Fri Dec 27 22:24:05 2019 (r521030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polybar -DISTVERSION= 3.4.1 +DISTVERSION= 3.4.2 CATEGORIES= x11 MASTER_SITES= https://github.com/polybar/polybar/releases/download/${DISTVERSION}/ Modified: head/x11/polybar/distinfo ============================================================================== --- head/x11/polybar/distinfo Fri Dec 27 22:00:53 2019 (r521029) +++ head/x11/polybar/distinfo Fri Dec 27 22:24:05 2019 (r521030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572450750 -SHA256 (polybar-3.4.1.tar) = 9e37fa48a1027881f14546f2b4f6ace4c91d09a20a293685f845da9cbaedc4eb -SIZE (polybar-3.4.1.tar) = 2713600 +TIMESTAMP = 1577465251 +SHA256 (polybar-3.4.2.tar) = 4d22c977969a561f561fdc7a609073854d8fea8a9eec6941e12a80457edcb63a +SIZE (polybar-3.4.2.tar) = 2713600 Modified: head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt ============================================================================== --- head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt Fri Dec 27 22:00:53 2019 (r521029) +++ head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt Fri Dec 27 22:24:05 2019 (r521030) @@ -5,7 +5,7 @@ # Loop through a hardcoded list of python executables to locate the python module "xcbgen" # -foreach(CURRENT_EXECUTABLE python python3 python2 python2.7) -+foreach(CURRENT_EXECUTABLE python python3 python3.5 python3.6 python3.7 python2 python2.7) ++foreach(CURRENT_EXECUTABLE python python3 python3.5 python3.6 python3.7) message(STATUS "Searching for xcbgen with " ${CURRENT_EXECUTABLE}) execute_process(COMMAND "${CURRENT_EXECUTABLE}" "-c"