From owner-svn-ports-all@freebsd.org Wed Oct 30 16:11:10 2019 Return-Path: Delivered-To: svn-ports-all@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 672DD1595C7; Wed, 30 Oct 2019 16:11:10 +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 473D3224xdz499C; Wed, 30 Oct 2019 16:11:10 +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 1405DCD07; Wed, 30 Oct 2019 16:11:10 +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 x9UGB9ET017804; Wed, 30 Oct 2019 16:11:09 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9UGB92p017802; Wed, 30 Oct 2019 16:11:09 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <201910301611.x9UGB92p017802@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: Wed, 30 Oct 2019 16:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516084 - 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: 516084 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.29 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, 30 Oct 2019 16:11:10 -0000 Author: rigoletto Date: Wed Oct 30 16:11:09 2019 New Revision: 516084 URL: https://svnweb.freebsd.org/changeset/ports/516084 Log: x11/polybar: Update to 3.4.1 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 Wed Oct 30 16:10:41 2019 (r516083) +++ head/x11/polybar/Makefile Wed Oct 30 16:11:09 2019 (r516084) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polybar -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.1 CATEGORIES= x11 MASTER_SITES= https://github.com/polybar/polybar/releases/download/${DISTVERSION}/ @@ -23,12 +23,12 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ # compiler:c++11-lang is needed for powerpc64 USES= cmake compiler:c++11-lang gnome localbase:ldflags \ - pkgconfig python:2.7,build tar + pkgconfig python:3.5+,build tar xorg USE_GNOME= cairo USE_XORG= xcb -# Needs libnl to work. Disabling completely. +# Needs libnl to work. Disabling it completely. CMAKE_OFF= ENABLE_NETWORK OPTIONS_DEFINE= ALSA CURSOR DEBUG GITHUB I3 IPC MPD PULSEAUDIO \ Modified: head/x11/polybar/distinfo ============================================================================== --- head/x11/polybar/distinfo Wed Oct 30 16:10:41 2019 (r516083) +++ head/x11/polybar/distinfo Wed Oct 30 16:11:09 2019 (r516084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564027994 -SHA256 (polybar-3.4.0.tar) = 69a098f22d7a72eb594030aff687801252b18520b097c12f5c7894a99c4bcd1b -SIZE (polybar-3.4.0.tar) = 2713600 +TIMESTAMP = 1572450750 +SHA256 (polybar-3.4.1.tar) = 9e37fa48a1027881f14546f2b4f6ace4c91d09a20a293685f845da9cbaedc4eb +SIZE (polybar-3.4.1.tar) = 2713600 Modified: head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt ============================================================================== --- head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt Wed Oct 30 16:10:41 2019 (r516083) +++ head/x11/polybar/files/patch-lib_xpp_CMakeLists.txt Wed Oct 30 16:11:09 2019 (r516084) @@ -1,11 +1,11 @@ ---- lib/xpp/CMakeLists.txt.orig 2019-07-25 04:34:56 UTC +--- lib/xpp/CMakeLists.txt.orig 2019-10-30 15:57:14 UTC +++ lib/xpp/CMakeLists.txt @@ -48,7 +48,7 @@ set(XPP_LIBRARIES # # Loop through a hardcoded list of python executables to locate the python module "xcbgen" # --foreach(CURRENT_EXECUTABLE python2 python2.7 python3 python) -+foreach(CURRENT_EXECUTABLE python2 python2.7 python3 python3.5 python3.6 python3.7 python) +-foreach(CURRENT_EXECUTABLE python python3 python2 python2.7) ++foreach(CURRENT_EXECUTABLE python python3 python3.5 python3.6 python3.7 python2 python2.7) message(STATUS "Searching for xcbgen with " ${CURRENT_EXECUTABLE}) execute_process(COMMAND "${CURRENT_EXECUTABLE}" "-c"