diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-22 17:13:19 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-12-22 17:13:19 +0000 |
commit | 6c3c9105066f607ffd44469b744760bf709538b0 (patch) | |
tree | cd284509038a5ece1340440d16be769d44afc147 | |
parent | 4b43158a657e8a55174574c1520febb819bf85ed (diff) |
www/py-yt-dlp-devel: Move to www/py-yt-dlp
www/py-yt-dlp is intended for those who wants to extend
yt-dlp (write Python scripts that import yt-dlp).
Another port, www/yt-dlp, is intended for end users.
Removing the -devel suffix since FreeBSD doesn't use -devel
unlike other distros.
Reported by: sunpoet@, danfe@
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/py-yt-dlp/Makefile (renamed from www/py-yt-dlp-devel/Makefile) | 3 | ||||
-rw-r--r-- | www/py-yt-dlp/distinfo (renamed from www/py-yt-dlp-devel/distinfo) | 0 | ||||
-rw-r--r-- | www/py-yt-dlp/files/patch-Makefile (renamed from www/py-yt-dlp-devel/files/patch-Makefile) | 0 | ||||
-rw-r--r-- | www/py-yt-dlp/files/patch-yt__dlp_update.py (renamed from www/py-yt-dlp-devel/files/patch-yt__dlp_update.py) | 0 | ||||
-rw-r--r-- | www/py-yt-dlp/pkg-descr (renamed from www/py-yt-dlp-devel/pkg-descr) | 0 | ||||
-rw-r--r-- | www/py-yt-dlp/pkg-plist (renamed from www/py-yt-dlp-devel/pkg-plist) | 0 |
8 files changed, 3 insertions, 3 deletions
@@ -8182,3 +8182,4 @@ mail/imap-uw|mail/panda-imap|2023-12-16|Has expired: Last upstream release was i mail/mailsync||2023-12-16|Has expired: Depends on outdated mail/cclient mail/cclient|mail/panda-cclient|2023-12-16|Has expired: Last upstream release was in 2007 so use the fork mail/panda-cclient www/yanopaste||2023-12-18|Has expired: Last upstream release was in 2011 +www/py-yt-dlp-devel|www/py-yt-dlp|2023-12-22|Remove the -devel suffix diff --git a/www/Makefile b/www/Makefile index 0369edabfc88..165f459e18b4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1883,7 +1883,7 @@ SUBDIR += py-xandikos SUBDIR += py-xyzservices SUBDIR += py-yarl - SUBDIR += py-yt-dlp-devel + SUBDIR += py-yt-dlp SUBDIR += pydio-cells SUBDIR += qdecoder SUBDIR += qhttpengine diff --git a/www/py-yt-dlp-devel/Makefile b/www/py-yt-dlp/Makefile index eecbb3d66606..844d133c137f 100644 --- a/www/py-yt-dlp-devel/Makefile +++ b/www/py-yt-dlp/Makefile @@ -1,9 +1,8 @@ -PORTNAME= yt-dlp +PORTNAME= yt-dlp # www/py-yt-dlp is for extending yt-dlp, www/yt-dlp is an application for the end user DISTVERSION= 2023.11.16 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} diff --git a/www/py-yt-dlp-devel/distinfo b/www/py-yt-dlp/distinfo index 352f1e9e9b65..352f1e9e9b65 100644 --- a/www/py-yt-dlp-devel/distinfo +++ b/www/py-yt-dlp/distinfo diff --git a/www/py-yt-dlp-devel/files/patch-Makefile b/www/py-yt-dlp/files/patch-Makefile index 92240dc11624..92240dc11624 100644 --- a/www/py-yt-dlp-devel/files/patch-Makefile +++ b/www/py-yt-dlp/files/patch-Makefile diff --git a/www/py-yt-dlp-devel/files/patch-yt__dlp_update.py b/www/py-yt-dlp/files/patch-yt__dlp_update.py index bc649dd50a7b..bc649dd50a7b 100644 --- a/www/py-yt-dlp-devel/files/patch-yt__dlp_update.py +++ b/www/py-yt-dlp/files/patch-yt__dlp_update.py diff --git a/www/py-yt-dlp-devel/pkg-descr b/www/py-yt-dlp/pkg-descr index 38c96a7e6fb7..38c96a7e6fb7 100644 --- a/www/py-yt-dlp-devel/pkg-descr +++ b/www/py-yt-dlp/pkg-descr diff --git a/www/py-yt-dlp-devel/pkg-plist b/www/py-yt-dlp/pkg-plist index 3cba1651f904..3cba1651f904 100644 --- a/www/py-yt-dlp-devel/pkg-plist +++ b/www/py-yt-dlp/pkg-plist |