pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/entr



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Jun 13 22:04:36 UTC 2020

Modified Files:
        pkgsrc/sysutils/entr: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/entr/patches: patch-system__test.sh

Log Message:
entr: Skip portability check for system_test.sh (needs bash)

system_test.sh has several other bash-isms and we already needed bash
for testing, but, the way it was required triggered the portability
checks.  Remove patch-system__test.sh accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/entr/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/entr/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/entr/patches/patch-system__test.sh

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

Modified files:

Index: pkgsrc/sysutils/entr/Makefile
diff -u pkgsrc/sysutils/entr/Makefile:1.14 pkgsrc/sysutils/entr/Makefile:1.15
--- pkgsrc/sysutils/entr/Makefile:1.14  Sat Jun 13 21:51:26 2020
+++ pkgsrc/sysutils/entr/Makefile       Sat Jun 13 22:04:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/06/13 21:51:26 leot Exp $
+# $NetBSD: Makefile,v 1.15 2020/06/13 22:04:35 leot Exp $
 #
 
 DISTNAME=      entr-4.5
@@ -25,8 +25,9 @@ MAKE_FILE=            Makefile.linux
 NOT_FOR_PLATFORM=      ${MACHINE_PLATFORM}
 .endif
 
-TEST_TARGET=   test
-USE_TOOLS+=    bash:test
+TEST_TARGET=                   test
+USE_TOOLS+=                    bash:test
+CHECK_PORTABILITY_SKIP+=       system_test.sh
 .if ${PKGSRC_RUN_TEST:tl} == yes
 REPLACE_BASH+= system_test.sh
 .endif

Index: pkgsrc/sysutils/entr/distinfo
diff -u pkgsrc/sysutils/entr/distinfo:1.12 pkgsrc/sysutils/entr/distinfo:1.13
--- pkgsrc/sysutils/entr/distinfo:1.12  Sat Jun 13 21:51:26 2020
+++ pkgsrc/sysutils/entr/distinfo       Sat Jun 13 22:04:35 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/06/13 21:51:26 leot Exp $
+$NetBSD: distinfo,v 1.13 2020/06/13 22:04:35 leot Exp $
 
 SHA1 (entr-4.5.tar.gz) = a706c15f7be76e94c7504242cf488280af4bb0e2
 RMD160 (entr-4.5.tar.gz) = 6e2c0f4828e2dc306185fc173658ba6ec44af468
 SHA512 (entr-4.5.tar.gz) = db9499d78385df5056a30a4e3262fb436090acc5410ddfc529a7cfe4e10e304e13787abfc31dd38dbf8b9f01fa3369ef32d20c9fb903fa35763f41791bdda9c7
 Size (entr-4.5.tar.gz) = 24674 bytes
-SHA1 (patch-system__test.sh) = 2b13ae80c7f3a84bc2fb2da4f4fa0a4e4cabb3bd



Home | Main Index | Thread Index | Old Index