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: Pull in missing part of pre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b42e41700f2
branches:  trunk
changeset: 448631:5b42e41700f2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 11 10:02:19 2021 +0000

description:
youtube-dl: Pull in missing part of previous patch.

Installs bash completion file with the correct naming.  Ride previous
PKGREVISION bumps.

diffstat:

 net/youtube-dl/Makefile |  6 +++++-
 net/youtube-dl/PLIST    |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 2cc460367a70 -r 5b42e41700f2 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Thu Mar 11 09:53:39 2021 +0000
+++ b/net/youtube-dl/Makefile   Thu Mar 11 10:02:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2021/03/11 07:39:50 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2021/03/11 10:02:19 jperkin Exp $
 
 # XXX: VERSION_DATE can contains also an optional part that indicates
 # XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
@@ -23,5 +23,9 @@
 SUBST_FILES.pkgmandir= setup.py
 SUBST_VARS.pkgmandir=  PKGMANDIR
 
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/share/bash-completion/completions/youtube-dl.bash-completion \
+               ${DESTDIR}${PREFIX}/share/bash-completion/completions/youtube-dl
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2cc460367a70 -r 5b42e41700f2 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Thu Mar 11 09:53:39 2021 +0000
+++ b/net/youtube-dl/PLIST      Thu Mar 11 10:02:19 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.110 2021/03/11 07:39:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.111 2021/03/11 10:02:19 jperkin 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.bash-completion
+share/bash-completion/completions/youtube-dl
 share/doc/youtube_dl/README.txt
 share/fish/completions/youtube-dl.fish



Home | Main Index | Thread Index | Old Index