Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/curl curl: replace hardcoded perl shebang in tests



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc17316557b6
branches:  trunk
changeset: 437506:cc17316557b6
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Aug 24 20:03:36 2020 +0000

description:
curl: replace hardcoded perl shebang in tests

diffstat:

 www/curl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 36818c83245f -r cc17316557b6 www/curl/Makefile
--- a/www/curl/Makefile Mon Aug 24 20:03:12 2020 +0000
+++ b/www/curl/Makefile Mon Aug 24 20:03:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2020/08/19 09:03:10 leot Exp $
+# $NetBSD: Makefile,v 1.232 2020/08/24 20:03:36 leot Exp $
 
 DISTNAME=      curl-7.72.0
 CATEGORIES=    www
@@ -30,6 +30,7 @@
 SUBST_FILES.python=    tests/data/test1451
 SUBST_SED.python=      -e 's,python,${PYTHONBIN},g'
 
+REPLACE_PERL+=         tests/*.pl tests/*/*.pl
 REPLACE_PYTHON+=       tests/*.py
 
 PYTHON_FOR_BUILD_ONLY= test



Home | Main Index | Thread Index | Old Index