From owner-svn-ports-all@freebsd.org Tue Nov 24 18:42:17 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7F622EE15A; Tue, 24 Nov 2020 18:42:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgXtx4vmHz54Wp; Tue, 24 Nov 2020 18:42:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B66B23C82; Tue, 24 Nov 2020 18:42:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AOIgHJ2054168; Tue, 24 Nov 2020 18:42:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AOIgHFO054166; Tue, 24 Nov 2020 18:42:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011241842.0AOIgHFO054166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Nov 2020 18:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556180 - head/x11/waybar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/waybar X-SVN-Commit-Revision: 556180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2020 18:42:17 -0000 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