From owner-dev-commits-ports-all@freebsd.org Sat Aug 7 00:37:14 2021 Return-Path: Delivered-To: dev-commits-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 952306619F3; Sat, 7 Aug 2021 00:37:14 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GhNhp2Jvlz3qrj; Sat, 7 Aug 2021 00:37:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30E9617677; Sat, 7 Aug 2021 00:37:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1770bEWC054658; Sat, 7 Aug 2021 00:37:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1770bE1p054657; Sat, 7 Aug 2021 00:37:14 GMT (envelope-from git) Date: Sat, 7 Aug 2021 00:37:14 GMT Message-Id: <202108070037.1770bE1p054657@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 39439f4f1d9d - main - x11/swaync: update to s20210806 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 39439f4f1d9d66b5131010b2d38b1e6f4a0b3169 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2021 00:37:14 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=39439f4f1d9d66b5131010b2d38b1e6f4a0b3169 commit 39439f4f1d9d66b5131010b2d38b1e6f4a0b3169 Author: Jan Beich AuthorDate: 2021-08-03 18:31:24 +0000 Commit: Jan Beich CommitDate: 2021-08-07 00:36:30 +0000 x11/swaync: update to s20210806 Changes: https://github.com/ErikReider/SwayNotificationCenter/compare/fb21a14...399501c --- x11/swaync/Makefile | 9 +++++---- x11/swaync/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 4d9e1ce23c49..ae7eedd6d378 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -1,6 +1,5 @@ PORTNAME= swaync -PORTVERSION= s20210802 -PORTREVISION= 1 +PORTVERSION= s20210806 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -10,16 +9,18 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell USES= compiler:c11 gnome localbase:ldflags meson pkgconfig USE_GITHUB= yes USE_GNOME= gdkpixbuf2 gtk30 introspection:build GH_ACCOUNT= ErikReider GH_PROJECT= SwayNotificationCenter -GH_TAGNAME= 9d5f328 +GH_TAGNAME= 399501c PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}-client \ + "@sample etc/xdg/${PORTNAME}/config.json.sample" \ "@sample etc/xdg/${PORTNAME}/style.css.sample" post-patch: diff --git a/x11/swaync/distinfo b/x11/swaync/distinfo index c81eaa0e5600..b3f9ab4a10f4 100644 --- a/x11/swaync/distinfo +++ b/x11/swaync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627928371 -SHA256 (ErikReider-SwayNotificationCenter-s20210802-9d5f328_GH0.tar.gz) = a9b7446020b5940c744d1c2761ad40fe0a27a72b550a41e28feec425216d15bf -SIZE (ErikReider-SwayNotificationCenter-s20210802-9d5f328_GH0.tar.gz) = 9980691 +TIMESTAMP = 1628274472 +SHA256 (ErikReider-SwayNotificationCenter-s20210806-399501c_GH0.tar.gz) = 9440330068863b2e5fb0c60c530dce80e3f526651db65a139f7513b569b0a722 +SIZE (ErikReider-SwayNotificationCenter-s20210806-399501c_GH0.tar.gz) = 9982476