pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Aug 24 20:03:36 UTC 2020

Modified Files:
        pkgsrc/www/curl: Makefile

Log Message:
curl: replace hardcoded perl shebang in tests


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 pkgsrc/www/curl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.231 pkgsrc/www/curl/Makefile:1.232
--- pkgsrc/www/curl/Makefile:1.231      Wed Aug 19 09:03:10 2020
+++ pkgsrc/www/curl/Makefile    Mon Aug 24 20:03:36 2020
@@ -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_MESSAGE.python= Adjust hard-coded 
 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