pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox91/files firefox91: add missing file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c53158b765cd
branches:  trunk
changeset: 458098:c53158b765cd
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Sep 09 11:14:31 2021 +0000

description:
firefox91: add missing file

diffstat:

 www/firefox91/files/node-wrapper.sh |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 8e333f403a07 -r c53158b765cd www/firefox91/files/node-wrapper.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox91/files/node-wrapper.sh       Thu Sep 09 11:14:31 2021 +0000
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+VERS=v14.17.4
+
+if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
+       printf "${VERS}\n"
+fi
+
+exit 0



Home | Main Index | Thread Index | Old Index