diff options
Diffstat (limited to 'www/yt-dlp/patches')
| -rw-r--r-- | www/yt-dlp/patches/CVS/Entries | 2 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Repository | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Root | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Tag | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/patch-setup_py | 12 |
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 | ||
| 2 | D | ||
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 @@ | |||
| 1 | ports/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 @@ | |||
| 1 | TOPENBSD_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 @@ | |||
| 1 | Index: 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: | ||
