pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xmatchview: fix test/runXMV.sh to run xmatchview directly
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Sun Jun 20 15:13:33 2021 -0600
Changeset: 887e64177afc51d17b2e69dcde2a170cbc3cddd8
Modified Files:
xmatchview/distinfo
xmatchview/patches/patch-test_runXMV.sh
Log Message:
xmatchview: fix test/runXMV.sh to run xmatchview directly
Originally, test/runXMV.sh was used to run a test case. That is
now done with a Makefile. It is preferable for test/runXMV.sh to
work correctly once installed, rather than for the test, so fix
the path to xmatchview to run the installed program.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=887e64177afc51d17b2e69dcde2a170cbc3cddd8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xmatchview/distinfo | 2 +-
xmatchview/patches/patch-test_runXMV.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/xmatchview/distinfo b/xmatchview/distinfo
index 46d0c8ec13..120454a5a9 100644
--- a/xmatchview/distinfo
+++ b/xmatchview/distinfo
@@ -4,6 +4,6 @@ SHA1 (xmatchview/v1.2.5.tar.gz) = 5d01e604a498229055e11df1a921b983401a22d5
RMD160 (xmatchview/v1.2.5.tar.gz) = 6ebfaac69670e3b574fc55b32686e7625a0e7076
SHA512 (xmatchview/v1.2.5.tar.gz) = 9eb7b793ba07a29583a1a9efd82d0f93af8933a639359ef695c4327ff7b4c7a9c8b3db10cb1e3c58648c6af5d1077c59672ecc6ef641f4194195ed64247d7a1e
Size (xmatchview/v1.2.5.tar.gz) = 15709995 bytes
-SHA1 (patch-test_runXMV.sh) = d1545c1b520b8399d18cab878186c2847ec9977f
+SHA1 (patch-test_runXMV.sh) = 2bc80ccd496700822ddbe40b24b9dfc053ecb161
SHA1 (patch-xmatchview-conifer.py) = 6aba8a24d03a82af09cbc41f641cbc3921067468
SHA1 (patch-xmatchview-hive.py) = 41491423ea3247b120c5eaf5cabadc48ef3ff706
diff --git a/xmatchview/patches/patch-test_runXMV.sh b/xmatchview/patches/patch-test_runXMV.sh
index 3e02b17f1d..f3dfd0cfc4 100644
--- a/xmatchview/patches/patch-test_runXMV.sh
+++ b/xmatchview/patches/patch-test_runXMV.sh
@@ -9,5 +9,5 @@ Run script directly so python version is correct.
# source PATH-TO-SOURCE (IF NEEDED)
-python3 ../xmatchview.py -x $1 -s $3 -q $2 -a $4 -m $5 -b 10 -r 1 -c $6 -f png -y $7 -e $8 -p ../../tarballs/fonts
-+../xmatchview.py -x $1 -s $3 -q $2 -a $4 -m $5 -b 10 -r 1 -c $6 -f png -y $7 -e $8 -p ../../tarballs/fonts
++xmatchview.py -x $1 -s $3 -q $2 -a $4 -m $5 -b 10 -r 1 -c $6 -f png -y $7 -e $8 -p ../../tarballs/fonts
Home |
Main Index |
Thread Index |
Old Index