From owner-svn-ports-all@freebsd.org Thu Mar 25 16:59:27 2021 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 DCC2B5C471D; Thu, 25 Mar 2021 16:59:27 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5rtQ5VkZz3sk3; Thu, 25 Mar 2021 16:59:26 +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 00FF62C12; Thu, 25 Mar 2021 16:59:26 +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 12PGxPcm019103; Thu, 25 Mar 2021 16:59:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12PGxPgp019101; Thu, 25 Mar 2021 16:59:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103251659.12PGxPgp019101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Mar 2021 16:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569216 - head/devel/basu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/basu X-SVN-Commit-Revision: 569216 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: Thu, 25 Mar 2021 16:59:28 -0000 Author: jbeich Date: Thu Mar 25 16:59:25 2021 New Revision: 569216 URL: https://svnweb.freebsd.org/changeset/ports/569216 Log: devel/basu: enable cr_pid on FreeBSD >= 12.3 https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5 https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d Modified: head/devel/basu/Makefile (contents, props changed) head/devel/basu/distinfo (contents, props changed) Modified: head/devel/basu/Makefile ============================================================================== --- head/devel/basu/Makefile Thu Mar 25 16:59:17 2021 (r569215) +++ head/devel/basu/Makefile Thu Mar 25 16:59:25 2021 (r569216) @@ -5,6 +5,10 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 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 + MAINTAINER= jbeich@FreeBSD.org COMMENT= sd-bus library, extracted from systemd Modified: head/devel/basu/distinfo ============================================================================== --- head/devel/basu/distinfo Thu Mar 25 16:59:17 2021 (r569215) +++ head/devel/basu/distinfo Thu Mar 25 16:59:25 2021 (r569216) @@ -1,3 +1,7 @@ TIMESTAMP = 1609941411 SHA256 (emersion-basu-v0.2.0_GH0.tar.gz) = e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b SIZE (emersion-basu-v0.2.0_GH0.tar.gz) = 238861 +SHA256 (928a746f7ebd.patch) = 8f8de0e5a09fcd6a82fc0fa55068655da2961492655770486e364de740502633 +SIZE (928a746f7ebd.patch) = 936 +SHA256 (4277dfe8077c.patch) = 8620073c6204c2c7afa6c20a75942e085a7bc57451bf938b127a5103459c72b2 +SIZE (4277dfe8077c.patch) = 863