From owner-svn-ports-head@freebsd.org Tue Feb 11 00:39:08 2020 Return-Path: Delivered-To: svn-ports-head@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 D1E8C249047; Tue, 11 Feb 2020 00:39:08 +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) server-signature RSA-PSS (4096 bits) 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 48GkRc52Ppz4GB0; Tue, 11 Feb 2020 00:39:08 +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 A32E427894; Tue, 11 Feb 2020 00:39:08 +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 01B0d8BL027816; Tue, 11 Feb 2020 00:39:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01B0d8vq027814; Tue, 11 Feb 2020 00:39:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002110039.01B0d8vq027814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Feb 2020 00:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525768 - in head/x11/waybar: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11/waybar: . files X-SVN-Commit-Revision: 525768 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 00:39:08 -0000 Author: jbeich Date: Tue Feb 11 00:39:07 2020 New Revision: 525768 URL: https://svnweb.freebsd.org/changeset/ports/525768 Log: x11/waybar: update to 0.9.1 Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.1 Reported by: GitHub (watch releases) Added: head/x11/waybar/files/date.pc.in (contents, props changed) Modified: head/x11/waybar/Makefile (contents, props changed) head/x11/waybar/distinfo (contents, props changed) Modified: head/x11/waybar/Makefile ============================================================================== --- head/x11/waybar/Makefile Mon Feb 10 23:52:08 2020 (r525767) +++ head/x11/waybar/Makefile Tue Feb 11 00:39:07 2020 (r525768) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= waybar -DISTVERSION= 0.9.0 -PORTREVISION= 1 +DISTVERSION= 0.9.1 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -27,7 +26,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= spdlog>0:devel/spdlog \ wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp \ +LIB_DEPENDS= libtz.so:devel/date \ + libjsoncpp.so:devel/jsoncpp \ libfmt.so:devel/libfmt \ libwayland-client.so:graphics/wayland @@ -40,6 +40,13 @@ CPPFLAGS+= -D_WITH_GETLINE # XXX Remove after FreeBSD PLIST_FILES= bin/${PORTNAME} \ etc/xdg/${PORTNAME}/config \ etc/xdg/${PORTNAME}/style.css + +# XXX Add pkg-config support to devel/date +.if exists(${.CURDIR}/files/date.pc.in) +CONFIGURE_ENV+= PKG_CONFIG_PATH="${WRKDIR}" +SUB_FILES+= date.pc +post-patch: apply-slist +.endif OPTIONS_DEFINE= DBUS GLS MANPAGES MPD PULSEAUDIO UDEV OPTIONS_DEFAULT=DBUS GLS MANPAGES MPD PULSEAUDIO UDEV Modified: head/x11/waybar/distinfo ============================================================================== --- head/x11/waybar/distinfo Mon Feb 10 23:52:08 2020 (r525767) +++ head/x11/waybar/distinfo Tue Feb 11 00:39:07 2020 (r525768) @@ -1,6 +1,6 @@ -TIMESTAMP = 1577532909 -SHA256 (Alexays-Waybar-0.9.0_GH0.tar.gz) = 65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d -SIZE (Alexays-Waybar-0.9.0_GH0.tar.gz) = 115404 +TIMESTAMP = 1581378443 +SHA256 (Alexays-Waybar-0.9.1_GH0.tar.gz) = 97d61baced26835b49d9366a1316925fc5ec59c4ae9269d85c71c5375a061478 +SIZE (Alexays-Waybar-0.9.1_GH0.tar.gz) = 118621 SHA256 (2e9d80139411.patch) = fde33b626acacaecc60ea0fde78807fb8f32ef6a1b5a81d877c8078deb0bacfb SIZE (2e9d80139411.patch) = 2686 SHA256 (9ba4bfcb20f2.patch) = eef358d8a590c22cb78cddaf39cd5a2d4797198b3aeb51a3e7a3ca95bcffda79 Added: head/x11/waybar/files/date.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/waybar/files/date.pc.in Tue Feb 11 00:39:07 2020 (r525768) @@ -0,0 +1,10 @@ +prefix=%%LOCALBASE%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: date +Description: Date and time library based on the C++11/14/17 header +Version: 2.4.1 +Cflags: -I${includedir} +Libs: -L${libdir} -ltz