summaryrefslogtreecommitdiff
path: root/www/yt-dlp/patches
diff options
context:
space:
mode:
Diffstat (limited to 'www/yt-dlp/patches')
-rw-r--r--www/yt-dlp/patches/CVS/Entries2
-rw-r--r--www/yt-dlp/patches/CVS/Repository1
-rw-r--r--www/yt-dlp/patches/CVS/Root1
-rw-r--r--www/yt-dlp/patches/CVS/Tag1
-rw-r--r--www/yt-dlp/patches/patch-setup_py12
5 files changed, 0 insertions, 17 deletions
diff --git a/www/yt-dlp/patches/CVS/Entries b/www/yt-dlp/patches/CVS/Entries
deleted file mode 100644
index be954ef..0000000
--- a/www/yt-dlp/patches/CVS/Entries
+++ /dev/null
@@ -1,2 +0,0 @@
1/patch-setup_py/1.9/Sat Jan 7 13:18:45 2023//TOPENBSD_7_3
2D
diff --git a/www/yt-dlp/patches/CVS/Repository b/www/yt-dlp/patches/CVS/Repository
deleted file mode 100644
index 62be703..0000000
--- a/www/yt-dlp/patches/CVS/Repository
+++ /dev/null
@@ -1 +0,0 @@
1ports/www/yt-dlp/patches
diff --git a/www/yt-dlp/patches/CVS/Root b/www/yt-dlp/patches/CVS/Root
deleted file mode 100644
index 3811072..0000000
--- a/www/yt-dlp/patches/CVS/Root
+++ /dev/null
@@ -1 +0,0 @@
1/cvs
diff --git a/www/yt-dlp/patches/CVS/Tag b/www/yt-dlp/patches/CVS/Tag
deleted file mode 100644
index b1c2a73..0000000
--- a/www/yt-dlp/patches/CVS/Tag
+++ /dev/null
@@ -1 +0,0 @@
1TOPENBSD_7_3
diff --git a/www/yt-dlp/patches/patch-setup_py b/www/yt-dlp/patches/patch-setup_py
deleted file mode 100644
index 3f120ca..0000000
--- a/www/yt-dlp/patches/patch-setup_py
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: setup.py
2--- setup.py.orig
3+++ setup.py
4@@ -77,7 +77,7 @@ def build_params():
5 ('share/zsh/site-functions', ['completions/zsh/_yt-dlp']),
6 ('share/fish/vendor_completions.d', ['completions/fish/yt-dlp.fish']),
7 ('share/doc/yt_dlp', ['README.txt']),
8- ('share/man/man1', ['yt-dlp.1'])
9+ ('man/man1', ['yt-dlp.1'])
10 ]
11 data_files = []
12 for dirname, files in files_spec: