From owner-dev-commits-ports-all@freebsd.org Fri Sep 3 07:17:04 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 36655670BBD; Fri, 3 Sep 2021 07:17:04 +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 4H18Hh11Jbz3Jkt; Fri, 3 Sep 2021 07:17:04 +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 0717827DEE; Fri, 3 Sep 2021 07:17:04 +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 1837H3q3099482; Fri, 3 Sep 2021 07:17:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1837H3bF099481; Fri, 3 Sep 2021 07:17:03 GMT (envelope-from git) Date: Fri, 3 Sep 2021 07:17:03 GMT Message-Id: <202109030717.1837H3bF099481@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: a418eaab5cae - main - devel/basu: unbreak some features on FreeBSD >= 13.0 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: a418eaab5cae4da54593de29ef491b628a6051a6 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: Fri, 03 Sep 2021 07:17:04 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a418eaab5cae4da54593de29ef491b628a6051a6 commit a418eaab5cae4da54593de29ef491b628a6051a6 Author: Jan Beich AuthorDate: 2021-09-03 07:09:26 +0000 Commit: Jan Beich CommitDate: 2021-09-03 07:16:14 +0000 devel/basu: unbreak some features on FreeBSD >= 13.0 $ service dbus onestart $ basuctl status BusAddress=unix:path=/var/run/dbus/system_bus_socket BusScope=system BusID=0123456789abcdef0123456789abcdef <27>(../src/busctl/busctl.c:1282) Failed to get credentials: No such process --- devel/basu/Makefile | 2 ++ devel/basu/distinfo | 2 ++ 2 files changed, 4 insertions(+) diff --git a/devel/basu/Makefile b/devel/basu/Makefile index 52f85e9c0d74..a0b9c021fb46 100644 --- a/devel/basu/Makefile +++ b/devel/basu/Makefile @@ -1,11 +1,13 @@ PORTNAME= basu DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 928a746f7ebd.patch:-p1 # https://github.com/emersion/basu/pull/35 PATCHFILES+= 4277dfe8077c.patch:-p1 # https://github.com/emersion/basu/pull/35 +PATCHFILES+= f12a4efd8cb7.patch:-p1 # https://github.com/emersion/basu/pull/40 MAINTAINER= jbeich@FreeBSD.org COMMENT= sd-bus library, extracted from systemd diff --git a/devel/basu/distinfo b/devel/basu/distinfo index 54716dc71835..61bc8249e070 100644 --- a/devel/basu/distinfo +++ b/devel/basu/distinfo @@ -5,3 +5,5 @@ SHA256 (928a746f7ebd.patch) = 8f8de0e5a09fcd6a82fc0fa55068655da2961492655770486e SIZE (928a746f7ebd.patch) = 936 SHA256 (4277dfe8077c.patch) = 8620073c6204c2c7afa6c20a75942e085a7bc57451bf938b127a5103459c72b2 SIZE (4277dfe8077c.patch) = 863 +SHA256 (f12a4efd8cb7.patch) = 96e1b12be251d4ce49e8ffb05d0af06e1d0a70fc5324cdc82a5bfcc1d6fca1f5 +SIZE (f12a4efd8cb7.patch) = 1281