diff options
-rw-r--r-- | x11/polybar/Makefile | 3 | ||||
-rw-r--r-- | x11/polybar/distinfo | 6 | ||||
-rw-r--r-- | x11/polybar/files/patch-include_common.hpp | 12 | ||||
-rw-r--r-- | x11/polybar/files/patch-lib_xpp_CMakeLists.txt | 11 |
4 files changed, 16 insertions, 16 deletions
diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile index ed209e4ffb35..6fc738bfb3dd 100644 --- a/x11/polybar/Makefile +++ b/x11/polybar/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= polybar -DISTVERSION= 3.4.3 -PORTREVISION= 1 +DISTVERSION= 3.5.0 CATEGORIES= x11 MASTER_SITES= https://github.com/polybar/polybar/releases/download/${DISTVERSION}/ diff --git a/x11/polybar/distinfo b/x11/polybar/distinfo index 7b69c29c983f..8c375b8208a9 100644 --- a/x11/polybar/distinfo +++ b/x11/polybar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589500352 -SHA256 (polybar-3.4.3.tar) = d4ed121c1d3960493f8268f966d65a94d94c4646a4abb131687e37b63616822f -SIZE (polybar-3.4.3.tar) = 2713600 +TIMESTAMP = 1607092399 +SHA256 (polybar-3.5.0.tar) = e8c1798c195854852fc7c99703287294123381101b371f171d4aa540aeb17afd +SIZE (polybar-3.5.0.tar) = 2037760 diff --git a/x11/polybar/files/patch-include_common.hpp b/x11/polybar/files/patch-include_common.hpp new file mode 100644 index 000000000000..fe04eb492818 --- /dev/null +++ b/x11/polybar/files/patch-include_common.hpp @@ -0,0 +1,12 @@ +--- include/common.hpp.orig 2020-12-02 17:15:49 UTC ++++ include/common.hpp +@@ -5,6 +5,9 @@ + #include <vector> + #include <functional> + ++#include <sys/types.h> ++#include <unistd.h> ++ + #include "settings.hpp" + + #define POLYBAR_NS \ diff --git a/x11/polybar/files/patch-lib_xpp_CMakeLists.txt b/x11/polybar/files/patch-lib_xpp_CMakeLists.txt deleted file mode 100644 index b3e0ffed0372..000000000000 --- a/x11/polybar/files/patch-lib_xpp_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 python python3 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" |