pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/youtube-dl youtube-dl: install correct file as bas...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed69e5276bf6
branches: trunk
changeset: 448614:ed69e5276bf6
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 11 07:39:50 2021 +0000
description:
youtube-dl: install correct file as bash completion file.
Fix previous commit.
Bump PKGREVISION.
diffstat:
net/youtube-dl/Makefile | 4 ++--
net/youtube-dl/PLIST | 4 ++--
net/youtube-dl/distinfo | 4 ++--
net/youtube-dl/patches/patch-setup.py | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (67 lines):
diff -r 38e74e0d399b -r ed69e5276bf6 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile Thu Mar 11 07:12:01 2021 +0000
+++ b/net/youtube-dl/Makefile Thu Mar 11 07:39:50 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.232 2021/03/10 16:41:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.233 2021/03/11 07:39:50 wiz Exp $
# XXX: VERSION_DATE can contains also an optional part that indicates
# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
VERSION_DATE= 2021.03.03
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= ${DISTNAME:S/.//:S/.//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://youtube-dl.org/downloads/${VERSION_DATE}/
diff -r 38e74e0d399b -r ed69e5276bf6 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST Thu Mar 11 07:12:01 2021 +0000
+++ b/net/youtube-dl/PLIST Thu Mar 11 07:39:50 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.109 2021/03/10 16:41:22 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.110 2021/03/11 07:39:50 wiz Exp $
bin/youtube-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -2451,6 +2451,6 @@
${PYSITELIB}/youtube_dl/version.pyc
${PYSITELIB}/youtube_dl/version.pyo
man/man1/youtube-dl.1
-share/bash-completion/completions/youtube-dl
+share/bash-completion/completions/youtube-dl.bash-completion
share/doc/youtube_dl/README.txt
share/fish/completions/youtube-dl.fish
diff -r 38e74e0d399b -r ed69e5276bf6 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo Thu Mar 11 07:12:01 2021 +0000
+++ b/net/youtube-dl/distinfo Thu Mar 11 07:39:50 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.213 2021/03/10 16:41:22 jperkin Exp $
+$NetBSD: distinfo,v 1.214 2021/03/11 07:39:50 wiz Exp $
SHA1 (youtube-dl-2021.03.03.tar.gz) = 5c8658ac94f4891db8cf471c7b755f2e8bd5a456
RMD160 (youtube-dl-2021.03.03.tar.gz) = 529eedee7f9ec522c9911cf88af8a64b5351d072
SHA512 (youtube-dl-2021.03.03.tar.gz) = 0a554ee6805ceaa1c68eab83be3bd6046bc56a26658c705e231f907c2970cdeb441e0ae57d5013385810b5bbee7e4de3ac7f6df36c3eef76a6fa9c5424b921a2
Size (youtube-dl-2021.03.03.tar.gz) = 3303114 bytes
-SHA1 (patch-setup.py) = 37127209d2cfade797d876eec6812a880dfac77b
+SHA1 (patch-setup.py) = 56115118d5a263f3b46ff0da0b8315a1459ad7d9
SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490
diff -r 38e74e0d399b -r ed69e5276bf6 net/youtube-dl/patches/patch-setup.py
--- a/net/youtube-dl/patches/patch-setup.py Thu Mar 11 07:12:01 2021 +0000
+++ b/net/youtube-dl/patches/patch-setup.py Thu Mar 11 07:39:50 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.3 2021/03/10 16:41:22 jperkin Exp $
+$NetBSD: patch-setup.py,v 1.4 2021/03/11 07:39:50 wiz Exp $
Fix paths.
@@ -10,7 +10,7 @@
files_spec = [
- ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
- ('etc/fish/completions', ['youtube-dl.fish']),
-+ ('share/bash-completion/completions', ['youtube-dl']),
++ ('share/bash-completion/completions', ['youtube-dl.bash-completion']),
+ ('share/fish/completions', ['youtube-dl.fish']),
('share/doc/youtube_dl', ['README.txt']),
- ('share/man/man1', ['youtube-dl.1'])
Home |
Main Index |
Thread Index |
Old Index