git: 62a2e1addb9d - main - www/you-get: Remove option for rtmpdump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 May 2024 11:40:07 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=62a2e1addb9d42cd471e1e725f24fa8601c5aaeb commit 62a2e1addb9d42cd471e1e725f24fa8601c5aaeb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-01 11:21:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-01 11:21:49 +0000 www/you-get: Remove option for rtmpdump Remove invalid option as support for librtmp was removed in 8d01b5458f4660725fcaf562cdbb073debc9b751 Approved by: portmgr (blanket) --- www/you-get/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/you-get/Makefile b/www/you-get/Makefile index e4aa1f57f372..ae99db41eee2 100644 --- a/www/you-get/Makefile +++ b/www/you-get/Makefile @@ -21,10 +21,9 @@ USE_PYTHON= autoplist pep517 noflavors NO_ARCH= yes -OPTIONS_DEFINE= RTMPDUMP SOCKS +OPTIONS_DEFINE= SOCKS SOCKS_DESC= SOCKS support -RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} .include <bsd.port.mk>