Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2024 11:40:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62a2e1addb9d - main - www/you-get: Remove option for rtmpdump
Message-ID:  <202405011140.441Be7jt056461@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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