svn commit: r538557 - in head/x11/waybar: . files

Jan Beich jbeich at FreeBSD.org
Fri Jun 12 00:17:47 UTC 2020


Author: jbeich
Date: Fri Jun 12 00:17:46 2020
New Revision: 538557
URL: https://svnweb.freebsd.org/changeset/ports/538557

Log:
  x11/waybar: chase r538356
  
  ===>   waybar-0.9.2_1 depends on shared library: libtz.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/x11/waybar/Makefile   (contents, props changed)
  head/x11/waybar/files/date.pc.in   (contents, props changed)

Modified: head/x11/waybar/Makefile
==============================================================================
--- head/x11/waybar/Makefile	Fri Jun 12 00:01:10 2020	(r538556)
+++ head/x11/waybar/Makefile	Fri Jun 12 00:17:46 2020	(r538557)
@@ -2,7 +2,7 @@
 
 PORTNAME=	waybar
 DISTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -27,7 +27,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
-LIB_DEPENDS=	libtz.so:devel/date \
+LIB_DEPENDS=	libdate-tz.so:devel/date \
 		libjsoncpp.so:devel/jsoncpp \
 		libfmt.so:devel/libfmt \
 		libspdlog.so:devel/spdlog \

Modified: head/x11/waybar/files/date.pc.in
==============================================================================
--- head/x11/waybar/files/date.pc.in	Fri Jun 12 00:01:10 2020	(r538556)
+++ head/x11/waybar/files/date.pc.in	Fri Jun 12 00:17:46 2020	(r538557)
@@ -5,6 +5,6 @@ includedir=${prefix}/include
 
 Name: date
 Description: Date and time library based on the C++11/14/17 <chrono> header
-Version: 2.4.1
+Version: 3.0.0
 Cflags: -I${includedir}
-Libs: -L${libdir} -ltz
+Libs: -L${libdir} -ldate-tz


More information about the svn-ports-all mailing list