Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2021 11:07:18 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e88c1535d224 - main - devel/py-hidraw: Fix staging with python 3.8
Message-ID:  <202104281107.13SB7IfJ085861@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

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

commit e88c1535d224b5e34655e72ea38c21030cf1aeb7
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-04-28 11:06:08 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-04-28 11:06:51 +0000

    devel/py-hidraw: Fix staging with python 3.8
    
    Notified by:    pkg-fallout
---
 devel/py-hidraw/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-hidraw/Makefile b/devel/py-hidraw/Makefile
index f8ef2c2720e0..08abea4e18e4 100644
--- a/devel/py-hidraw/Makefile
+++ b/devel/py-hidraw/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	hidraw
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -22,6 +23,6 @@ IGNORE=		requires FreeBSD 13 or later with hidraw support
 .endif
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hidraw/_hidraw.so
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hidraw/_hidraw*.so
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104281107.13SB7IfJ085861>