Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 18:42:17 +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: r556180 - head/x11/waybar
Message-ID:  <202011241842.0AOIgHFO054166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov 24 18:42:17 2020
New Revision: 556180
URL: https://svnweb.freebsd.org/changeset/ports/556180

Log:
  x11/waybar: unbreak taskbar after r554475
  
  [error] wlr/taskbar: argument not found

Modified:
  head/x11/waybar/Makefile   (contents, props changed)
  head/x11/waybar/distinfo   (contents, props changed)

Modified: head/x11/waybar/Makefile
==============================================================================
--- head/x11/waybar/Makefile	Tue Nov 24 18:15:45 2020	(r556179)
+++ head/x11/waybar/Makefile	Tue Nov 24 18:42:17 2020	(r556180)
@@ -2,12 +2,13 @@
 
 PORTNAME=	waybar
 DISTVERSION=	0.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	e4427cb017f2.patch:-p1 # https://github.com/Alexays/Waybar/pull/849
 PATCHFILES+=	22e46ea6cc64.patch:-p1 # https://github.com/Alexays/Waybar/pull/849
+PATCHFILES+=	67d54ef3d53e.patch:-p1 # https://github.com/Alexays/Waybar/pull/898
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Highly customizable Wayland bar for Sway and wlroots-based compositors

Modified: head/x11/waybar/distinfo
==============================================================================
--- head/x11/waybar/distinfo	Tue Nov 24 18:15:45 2020	(r556179)
+++ head/x11/waybar/distinfo	Tue Nov 24 18:42:17 2020	(r556180)
@@ -5,3 +5,5 @@ SHA256 (e4427cb017f2.patch) = b37743cc5b9564f815ca95db
 SIZE (e4427cb017f2.patch) = 11956
 SHA256 (22e46ea6cc64.patch) = a8e4030c105e7c08331fe0bf09b3c2129161abc3c4accb09b8c64233ea211099
 SIZE (22e46ea6cc64.patch) = 3686
+SHA256 (67d54ef3d53e.patch) = 76beebbf973f3bccf57abd23d59c27d38043bcc4e8c35b3420351493b499bc4e
+SIZE (67d54ef3d53e.patch) = 2759



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