pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lilv lilv: Install bash completion correctly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b8f85e7fa4e
branches: trunk
changeset: 448581:2b8f85e7fa4e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Mar 10 17:08:21 2021 +0000
description:
lilv: Install bash completion correctly.
Bump PKGREVISION.
diffstat:
audio/lilv/Makefile | 3 ++-
audio/lilv/PLIST | 4 ++--
audio/lilv/distinfo | 4 ++--
audio/lilv/patches/patch-wscript | 4 ++--
4 files changed, 8 insertions(+), 7 deletions(-)
diffs (60 lines):
diff -r 4a8e34c74097 -r 2b8f85e7fa4e audio/lilv/Makefile
--- a/audio/lilv/Makefile Wed Mar 10 16:58:15 2021 +0000
+++ b/audio/lilv/Makefile Wed Mar 10 17:08:21 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2021/02/06 15:40:47 dbj Exp $
+# $NetBSD: Makefile,v 1.28 2021/03/10 17:08:21 jperkin Exp $
DISTNAME= lilv-0.24.12
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/
EXTRACT_SUFX= .tar.bz2
diff -r 4a8e34c74097 -r 2b8f85e7fa4e audio/lilv/PLIST
--- a/audio/lilv/PLIST Wed Mar 10 16:58:15 2021 +0000
+++ b/audio/lilv/PLIST Wed Mar 10 17:08:21 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/12/14 18:02:50 nia Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/03/10 17:08:21 jperkin Exp $
bin/lilv-bench
bin/lv2apply
${PLIST.lv2bench}bin/lv2bench
@@ -14,6 +14,6 @@
man/man1/lv2info.1
man/man1/lv2ls.1
${PLIST.doc}man/man3/lilv.3
-share/bash_completion.d/lilv
+share/bash-completion/completions/lilv
${PLIST.doc}share/doc/lilv-0/html/index.html
${PLIST.doc}share/doc/lilv-0/html/style.css
diff -r 4a8e34c74097 -r 2b8f85e7fa4e audio/lilv/distinfo
--- a/audio/lilv/distinfo Wed Mar 10 16:58:15 2021 +0000
+++ b/audio/lilv/distinfo Wed Mar 10 17:08:21 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/01/24 16:19:59 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/03/10 17:08:21 jperkin Exp $
SHA1 (lilv-0.24.12.tar.bz2) = c2c8c48edea83e039c9b0316540cd5d1c4e22b72
RMD160 (lilv-0.24.12.tar.bz2) = 5fdb63287e97a9dd2b1f64d068ac0a26086a54b5
SHA512 (lilv-0.24.12.tar.bz2) = ea22db4e995792b62d60d793169c792549b8fb0255c2cf7a85780dd149811921e2fae5eaea0fb83465f01b14dfa66361af3be40bf7cb3733e98655b943f4faee
Size (lilv-0.24.12.tar.bz2) = 427404 bytes
-SHA1 (patch-wscript) = 52f9095c4ea6fb9e3683a1d96e57c711577a0dd0
+SHA1 (patch-wscript) = b94e589b0308baf65b066bde2b484847ed982f83
diff -r 4a8e34c74097 -r 2b8f85e7fa4e audio/lilv/patches/patch-wscript
--- a/audio/lilv/patches/patch-wscript Wed Mar 10 16:58:15 2021 +0000
+++ b/audio/lilv/patches/patch-wscript Wed Mar 10 17:08:21 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-wscript,v 1.2 2020/12/03 21:44:33 nia Exp $
+$NetBSD: patch-wscript,v 1.3 2021/03/10 17:08:21 jperkin Exp $
Install completions to correct location.
@@ -9,7 +9,7 @@
# Bash completion
if bld.env.BASH_COMPLETION:
- bld.install_as('${SYSCONFDIR}/bash_completion.d/lilv',
-+ bld.install_as('share/bash_completion.d/lilv',
++ bld.install_as('share/bash-completion/completions/lilv',
'utils/lilv.bash_completion')
bld.add_post_fun(autowaf.run_ldconfig)
Home |
Main Index |
Thread Index |
Old Index