svn commit: r521030 - in head/x11/polybar: . files
Alexandre C. Guimarães
rigoletto at FreeBSD.org
Fri Dec 27 22:24:06 UTC 2019
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"
More information about the svn-ports-all
mailing list