diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 7424a40f8d9a..6372b26f871d 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -1,22 +1,22 @@ PORTNAME= hid DISTVERSION= 1.0.7 PORTREVISION= 1 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Ctypes bindings to comms/hidapi WWW= https://github.com/apmorton/pyhidapi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= hidapi>0:comms/hidapi USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 45e9d6f3c7e0..dd751a8d50bc 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -1,23 +1,23 @@ PORTNAME= wallhaven-cli DISTVERSIONPREFIX= v DISTVERSION= 2.0.5 PORTREVISION= 5 CATEGORIES= graphics -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= chafa:graphics/chafa \ fzf:textproc/fzf USES= go:1.23,modules GO_MODULE= github.com/r3tr0ananas/wallhaven-cli/v2 GO_TARGET= ./wallhaven PLIST_FILES= bin/wallhaven .include diff --git a/sysutils/vtm/Makefile b/sysutils/vtm/Makefile index 724de4eb224f..b7d68bdc4b16 100644 --- a/sysutils/vtm/Makefile +++ b/sysutils/vtm/Makefile @@ -1,36 +1,36 @@ PORTNAME= vtm DISTVERSIONPREFIX= v DISTVERSION= 2025.05.28 CATEGORIES= sysutils -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Text-based desktop environment for your terminal WWW= https://github.com/directvt/vtm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++20-lang lua pkgconfig USE_CXXSTD= c++20 USE_GITHUB= yes GH_ACCOUNT= directvt CFLAGS+= -I${LUA_INCDIR} LDFLAGS+= -L${LUA_LIBDIR} PLIST_FILES= bin/vtm .include .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 # explicit: GCC uses libstdc++ by default, otherwise # using libc++ cause the build to fail due to # memory issues on these architectures above. USE_GCC= yes CXXFLAGS+= -stdlib=libstdc++ .endif post-patch: @${REINPLACE_CMD} 's/lua-5.4/lua-${LUA_VER}/g' \ ${WRKSRC}/CMakeLists.txt .include