Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2020 00:17:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538557 - in head/x11/waybar: . files
Message-ID:  <202006120017.05C0HlFT085093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006120017.05C0HlFT085093>