Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mozilla-rootcerts mozilla-rootcerts: Ensure s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52d0f892a190
branches:  trunk
changeset: 433488:52d0f892a190
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jun 02 22:32:02 2020 +0000

description:
mozilla-rootcerts: Ensure script uses correct SH.

diffstat:

 security/mozilla-rootcerts/Makefile                   |  4 ++--
 security/mozilla-rootcerts/files/mozilla-rootcerts.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 63da202d8769 -r 52d0f892a190 security/mozilla-rootcerts/Makefile
--- a/security/mozilla-rootcerts/Makefile       Tue Jun 02 21:27:05 2020 +0000
+++ b/security/mozilla-rootcerts/Makefile       Tue Jun 02 22:32:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/05/30 22:39:08 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2020/06/02 22:32:02 jperkin Exp $
 
 DISTNAME=      mozilla-rootcerts-1.0.${CERTDATA_DATE}
 CATEGORIES=    security
@@ -39,7 +39,7 @@
 SUBST_MESSAGE.paths=   Replacing hard-coded paths.
 SUBST_STAGE.paths=     post-configure
 SUBST_FILES.paths=     ${CERT_SCRIPT}
-SUBST_VARS.paths=      AWK DATADIR ECHO EXPR LN LS MKDIR PREFIX SSLDIR RM
+SUBST_VARS.paths=      AWK DATADIR ECHO EXPR LN LS MKDIR PREFIX RM SH SSLDIR
 SUBST_SED.paths=       -e 's,@OPENSSL@,${TOOLS_PATH.openssl},g'
 
 INSTALLATION_DIRS=     sbin ${DATADIR}
diff -r 63da202d8769 -r 52d0f892a190 security/mozilla-rootcerts/files/mozilla-rootcerts.sh
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Tue Jun 02 21:27:05 2020 +0000
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh     Tue Jun 02 22:32:02 2020 +0000
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@SH@
 #
-# $NetBSD: mozilla-rootcerts.sh,v 1.20 2020/03/30 16:38:03 gdt Exp $
+# $NetBSD: mozilla-rootcerts.sh,v 1.21 2020/06/02 22:32:02 jperkin Exp $
 #
 # This script is meant to be used as follows:
 #



Home | Main Index | Thread Index | Old Index