From nobody Mon Oct 04 21:42:25 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0ADF912D21A0; Mon, 4 Oct 2021 21:42:26 +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 4HNZ1s6Zx3z4nhh; Mon, 4 Oct 2021 21:42:25 +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 C2B8720934; Mon, 4 Oct 2021 21:42:25 +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 194LgPSv052729; Mon, 4 Oct 2021 21:42:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194LgP1D052728; Mon, 4 Oct 2021 21:42:25 GMT (envelope-from git) Date: Mon, 4 Oct 2021 21:42:25 GMT Message-Id: <202110042142.194LgP1D052728@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 67d1d80b407a - 2021Q4 - devel/py-pycapsicum: unbreak build after 620968a43a5f List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org 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/2021Q4 X-Git-Reftype: branch X-Git-Commit: 67d1d80b407a9a86575f6c9bdb582d9f21d3c972 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=67d1d80b407a9a86575f6c9bdb582d9f21d3c972 commit 67d1d80b407a9a86575f6c9bdb582d9f21d3c972 Author: Jan Beich AuthorDate: 2021-10-04 21:40:20 +0000 Commit: Jan Beich CommitDate: 2021-10-04 21:42:16 +0000 devel/py-pycapsicum: unbreak build after 620968a43a5f Restore the patch accidentally removed due to confusing comment. _pycapsicum.c:36:10: fatal error: 'sys/capability.h' file not found #include "sys/capability.h" ^~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout (cherry picked from commit c85f76fcf7a48834ad29bcdd3c6508636ec4eedf) --- devel/py-pycapsicum/Makefile | 3 +++ devel/py-pycapsicum/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/devel/py-pycapsicum/Makefile b/devel/py-pycapsicum/Makefile index 929a3dae615d..548af7a2e721 100644 --- a/devel/py-pycapsicum/Makefile +++ b/devel/py-pycapsicum/Makefile @@ -6,6 +6,9 @@ CATEGORIES= devel security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PATCH_SITES= https://github.com/stillson/pycapsicum2/commit/ +PATCHFILES+= 5e9854f13448.patch:-p1 # https://github.com/stillson/pycapsicum2/pull/3 + MAINTAINER= stillson@gmail.com COMMENT= Python interface to capsicum security diff --git a/devel/py-pycapsicum/distinfo b/devel/py-pycapsicum/distinfo index c583f91eeabf..da7133e17f14 100644 --- a/devel/py-pycapsicum/distinfo +++ b/devel/py-pycapsicum/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1479000975 SHA256 (pycapsicum-1.0.tar.gz) = 413054a2e58a86c6959ddb9e23e99332c240638a552218de0ff8161099d45908 SIZE (pycapsicum-1.0.tar.gz) = 8177 +SHA256 (5e9854f13448.patch) = 824ff550eb4eb0dbc06ab7c4c43212ec015622bcff037fe756b1c9d4f6192497 +SIZE (5e9854f13448.patch) = 920