1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

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
This commit is contained in:
Jan Beich 2021-10-04 21:40:20 +00:00
parent 644d695c79
commit c85f76fcf7
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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