git: f128b37364c1 - 2021Q3 - devel/basu: unbreak some features on FreeBSD >= 13.0

Jan Beich jbeich at FreeBSD.org
Fri Sep 3 07:17:31 UTC 2021


The branch 2021Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f128b37364c1bd04634d18f49b73034953c7f8e2

commit f128b37364c1bd04634d18f49b73034953c7f8e2
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-03 07:09:26 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-09-03 07:17:24 +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
    
    (cherry picked from commit a418eaab5cae4da54593de29ef491b628a6051a6)
---
 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 at 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


More information about the dev-commits-ports-branches mailing list