svn commit: r559233 - head/comms/py-hidapi
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Dec 25 09:45:28 UTC 2020
Author: ehaupt
Date: Fri Dec 25 09:45:27 2020
New Revision: 559233
URL: https://svnweb.freebsd.org/changeset/ports/559233
Log:
Update to 0.10.1 and sort USE_PYTHON
Modified:
head/comms/py-hidapi/Makefile
head/comms/py-hidapi/distinfo
Modified: head/comms/py-hidapi/Makefile
==============================================================================
--- head/comms/py-hidapi/Makefile Fri Dec 25 09:34:57 2020 (r559232)
+++ head/comms/py-hidapi/Makefile Fri Dec 25 09:45:27 2020 (r559233)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hidapi
-PORTVERSION= 0.9.0
-DISTVERSIONSUFFIX= .post2
+PORTVERSION= 0.10.1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= python
-USE_PYTHON= autoplist distutils cython
+USE_PYTHON= autoplist cython distutils
post-patch:
@${REINPLACE_CMD} -e 's|usb-1.0|usb|g' ${WRKSRC}/setup.py
Modified: head/comms/py-hidapi/distinfo
==============================================================================
--- head/comms/py-hidapi/distinfo Fri Dec 25 09:34:57 2020 (r559232)
+++ head/comms/py-hidapi/distinfo Fri Dec 25 09:45:27 2020 (r559233)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581440004
-SHA256 (hidapi-0.9.0.post2.tar.gz) = a71dd3c153cb6bb2b73d2612b5ab262830d78c6428f33f0c06818749e64c9320
-SIZE (hidapi-0.9.0.post2.tar.gz) = 55619
+TIMESTAMP = 1608889036
+SHA256 (hidapi-0.10.1.tar.gz) = a1170b18050bc57fae3840a51084e8252fd319c0fc6043d68c8501deb0e25846
+SIZE (hidapi-0.10.1.tar.gz) = 60712
More information about the svn-ports-head
mailing list