Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2023 17:17:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c3c9105066f - main - www/py-yt-dlp-devel: Move to www/py-yt-dlp
Message-ID:  <202312221717.3BMHHRpP045713@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 6c3c9105066f607ffd44469b744760bf709538b0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-22 17:13:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-22 17:13:19 +0000

    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@
---
 MOVED                                                            | 1 +
 www/Makefile                                                     | 2 +-
 www/{py-yt-dlp-devel => py-yt-dlp}/Makefile                      | 3 +--
 www/{py-yt-dlp-devel => py-yt-dlp}/distinfo                      | 0
 www/{py-yt-dlp-devel => py-yt-dlp}/files/patch-Makefile          | 0
 www/{py-yt-dlp-devel => py-yt-dlp}/files/patch-yt__dlp_update.py | 0
 www/{py-yt-dlp-devel => py-yt-dlp}/pkg-descr                     | 0
 www/{py-yt-dlp-devel => py-yt-dlp}/pkg-plist                     | 0
 8 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MOVED b/MOVED
index cb4054d0d55c..3ff388d21f44 100644
--- a/MOVED
+++ b/MOVED
@@ -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
similarity index 95%
rename from www/py-yt-dlp-devel/Makefile
rename to 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
similarity index 100%
rename from www/py-yt-dlp-devel/distinfo
rename to www/py-yt-dlp/distinfo
diff --git a/www/py-yt-dlp-devel/files/patch-Makefile b/www/py-yt-dlp/files/patch-Makefile
similarity index 100%
rename from www/py-yt-dlp-devel/files/patch-Makefile
rename to 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
similarity index 100%
rename from www/py-yt-dlp-devel/files/patch-yt__dlp_update.py
rename to 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
similarity index 100%
rename from www/py-yt-dlp-devel/pkg-descr
rename to www/py-yt-dlp/pkg-descr
diff --git a/www/py-yt-dlp-devel/pkg-plist b/www/py-yt-dlp/pkg-plist
similarity index 100%
rename from www/py-yt-dlp-devel/pkg-plist
rename to www/py-yt-dlp/pkg-plist



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