diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile index 753becf103f7..07853359c65b 100644 --- a/comms/hidapi/Makefile +++ b/comms/hidapi/Makefile @@ -1,28 +1,28 @@ PORTNAME= hidapi DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 CATEGORIES= comms -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library to access USB HID-class devices WWW= https://github.com/libusb/hidapi LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= dual USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \ pkgconfig USE_GITHUB= yes GH_ACCOUNT= libusb USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS pre-configure: @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} .include diff --git a/comms/py-hidapi/Makefile b/comms/py-hidapi/Makefile index 9bba76438aa5..42b0affb8396 100644 --- a/comms/py-hidapi/Makefile +++ b/comms/py-hidapi/Makefile @@ -1,26 +1,26 @@ PORTNAME= hidapi DISTVERSION= 0.11.0.post2 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cython interface to comms/hidapi WWW= https://pypi.org/project/hidapi/ LICENSE= GPLv3 LIB_DEPENDS= libhidapi.so:comms/hidapi USES= python:3.6+ USE_PYTHON= autoplist cython distutils MAKE_ENV+= DISTUTILS_DEBUG=1 post-patch: @${REINPLACE_CMD} -e 's|usb-1.0|usb|g' ${WRKSRC}/setup.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hid*.so .include diff --git a/devel/py-hidraw/Makefile b/devel/py-hidraw/Makefile index 2328f707a6ff..ceb18bd4c043 100644 --- a/devel/py-hidraw/Makefile +++ b/devel/py-hidraw/Makefile @@ -1,27 +1,27 @@ PORTNAME= hidraw PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to gather hidraw information WWW= https://github.com/daym/hidraw/ LICENSE= BSD2CLAUSE USES= python USE_GITHUB= yes GH_ACCOUNT= daym USE_PYTHON= autoplist distutils .include .if ${OSVERSION} < 1300000 IGNORE= requires FreeBSD 13 or later with hidraw support .endif post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/hidraw/_hidraw*.so .include diff --git a/sysutils/py-liquidctl/Makefile b/sysutils/py-liquidctl/Makefile index 26c5922cfa9c..2e6d901bb11e 100644 --- a/sysutils/py-liquidctl/Makefile +++ b/sysutils/py-liquidctl/Makefile @@ -1,25 +1,25 @@ PORTNAME= liquidctl PORTVERSION= 1.10.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform tool and drivers for liquid coolers and other devices WWW= https://pypi.org/project/liquidctl/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0.10.1:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include