Date: Wed, 30 Oct 2019 16:11:09 +0000 (UTC) From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516084 - in head/x11/polybar: . files Message-ID: <201910301611.x9UGB92p017802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301611.x9UGB92p017802>