aboutsummaryrefslogtreecommitdiff
path: root/x11/polybar
diff options
context:
space:
mode:
authorAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2019-12-27 22:24:05 +0000
committerAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2019-12-27 22:24:05 +0000
commit2ef28c03ceabfd650bd937e5c81c68e1bafe737b (patch)
tree73e39b9d11150653548331d1a5da7ecd2748019d /x11/polybar
parent6eeffcc4a6a45caa8201f1e20f6cdfc805333af2 (diff)
downloadports-2ef28c03ceabfd650bd937e5c81c68e1bafe737b.tar.gz
ports-2ef28c03ceabfd650bd937e5c81c68e1bafe737b.zip
x11/polybar: Update to 3.4.2
Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=521030
Diffstat (limited to 'x11/polybar')
-rw-r--r--x11/polybar/Makefile2
-rw-r--r--x11/polybar/distinfo6
-rw-r--r--x11/polybar/files/patch-lib_xpp_CMakeLists.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile
index 5afbd049de31..ec7fb39fc179 100644
--- a/x11/polybar/Makefile
+++ b/x11/polybar/Makefile
@@ -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}/
diff --git a/x11/polybar/distinfo b/x11/polybar/distinfo
index 1349cb94efa9..d442e2ef8b53 100644
--- a/x11/polybar/distinfo
+++ b/x11/polybar/distinfo
@@ -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
diff --git a/x11/polybar/files/patch-lib_xpp_CMakeLists.txt b/x11/polybar/files/patch-lib_xpp_CMakeLists.txt
index 2347106fa1d9..b3e0ffed0372 100644
--- a/x11/polybar/files/patch-lib_xpp_CMakeLists.txt
+++ b/x11/polybar/files/patch-lib_xpp_CMakeLists.txt
@@ -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"