git: bc4cead99939 - main - www/ytdl: Remove

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 25 Mar 2025 05:58:54 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc4cead999395f5a57f30d5e9a226970c15cc32a

commit bc4cead999395f5a57f30d5e9a226970c15cc32a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-25 05:52:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-25 05:58:19 +0000

    www/ytdl: Remove
    
    Reported by:    bapt, diizzy
    
    It still worked only a few months ago.
---
 MOVED              |  1 +
 www/Makefile       |  1 -
 www/ytdl/Makefile  | 39 ---------------------------------------
 www/ytdl/distinfo  | 35 -----------------------------------
 www/ytdl/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 76 deletions(-)

diff --git a/MOVED b/MOVED
index 53760e99250b..5cc19891f910 100644
--- a/MOVED
+++ b/MOVED
@@ -4218,3 +4218,4 @@ www/sogo-activesync|www/sogo|2025-03-22|Use sogo-mysqlactivesync or sogo-pgsqlac
 net/clash|net/mihomo|2025-03-23|Project is renamed
 x11-toolkits/Xaw3d|x11-toolkits/libXaw3d|2025-03-23|Rename in preparation to rebase the port forom Slackware to freedesktop.org
 sysutils/pprotectd||2025-03-24|Has expired: Obsolete utility, superseded by protect in base
+www/ytdl|www/yt-dlp|2025-03-24|ytdl doesn't work and is archived upstream, www/yt-dlpld be used instead
diff --git a/www/Makefile b/www/Makefile
index 888ecd5f71d9..d6ee9a81d4ff 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2638,7 +2638,6 @@
     SUBDIR += yourls
     SUBDIR += youtube
     SUBDIR += yt-dlp
-    SUBDIR += ytdl
     SUBDIR += yuicompressor
     SUBDIR += zenphoto
     SUBDIR += zerowait-httpd
diff --git a/www/ytdl/Makefile b/www/ytdl/Makefile
deleted file mode 100644
index c7ee328862e4..000000000000
--- a/www/ytdl/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-PORTNAME=	ytdl # the repository is archived, but we can keep the port for as long as it builds
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.4
-PORTREVISION=	24
-CATEGORIES=	www
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	YouTube downloader written in Go
-WWW=		https://github.com/rylio/ytdl
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		go:modules
-USE_GITHUB=	yes
-GH_ACCOUNT=	rylio
-GH_SUBDIR=	src/github.com/rylio/ytdl
-GH_TUPLE=	\
-		antchfx:jsonquery:v1.1.4:antchfx_jsonquery/vendor/github.com/antchfx/jsonquery \
-		antchfx:xpath:v1.1.7:antchfx_xpath/vendor/github.com/antchfx/xpath \
-		cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
-		davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
-		go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
-		golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
-		golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \
-		mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
-		mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
-		olekukonko:tablewriter:v0.0.4:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
-		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
-		rs:zerolog:v1.19.0:rs_zerolog/vendor/github.com/rs/zerolog \
-		russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
-		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
-		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
-		urfave:cli:v2.2.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2
-GO_TARGET=	./cmd/${PORTNAME}
-
-PLIST_FILES=	bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/www/ytdl/distinfo b/www/ytdl/distinfo
deleted file mode 100644
index fb25c8798d13..000000000000
--- a/www/ytdl/distinfo
+++ /dev/null
@@ -1,35 +0,0 @@
-TIMESTAMP = 1679076463
-SHA256 (rylio-ytdl-v0.6.4_GH0.tar.gz) = 91b4666441e66189338ee3b4d96a021876db2ab9418ee862842552418afa844b
-SIZE (rylio-ytdl-v0.6.4_GH0.tar.gz) = 26233
-SHA256 (antchfx-jsonquery-v1.1.4_GH0.tar.gz) = 42a32bc98831b0694a378fe847ea83946ec11f8f2ad4322c74fc0ff8d094fabe
-SIZE (antchfx-jsonquery-v1.1.4_GH0.tar.gz) = 7235
-SHA256 (antchfx-xpath-v1.1.7_GH0.tar.gz) = fb868a54dbaf454943829ca132e5579169d0b26cbfa62c6b035439e5018bff75
-SIZE (antchfx-xpath-v1.1.7_GH0.tar.gz) = 25473
-SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
-SIZE (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 52021
-SHA256 (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 1f7e0bd2db0341925b5f2ee5834e99380f4c2b1bd36cf0fa62d7717899d39d62
-SIZE (davecgh-go-spew-v1.1.0_GH0.tar.gz) = 42337
-SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04
-SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898
-SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
-SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
-SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c
-SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548
-SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
-SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
-SHA256 (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = a86028430fb4dd99ce0030a7c4d37915337c3b9a9efbfd2698b375f3e3488bd0
-SIZE (olekukonko-tablewriter-v0.0.4_GH0.tar.gz) = 19252
-SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
-SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
-SHA256 (rs-zerolog-v1.19.0_GH0.tar.gz) = 433bd96d699ae1a8f710ab404e1917135e5098d23da5c2ed054da88d4061760b
-SIZE (rs-zerolog-v1.19.0_GH0.tar.gz) = 217632
-SHA256 (russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
-SIZE (russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
-SHA256 (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f
-SIZE (shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143
-SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f
-SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215
-SHA256 (urfave-cli-v2.2.0_GH0.tar.gz) = 5c3717e403ec924011513cfb7542360c156ef1e4222ca21697198ca47f5ca731
-SIZE (urfave-cli-v2.2.0_GH0.tar.gz) = 3404022
diff --git a/www/ytdl/pkg-descr b/www/ytdl/pkg-descr
deleted file mode 100644
index 102e3e87e4ee..000000000000
--- a/www/ytdl/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-YouTube downloader written in Go.