Date: Wed, 17 Apr 2024 07:59:27 GMT From: Martin Matuska <mm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7d03ec330684 - main - libarchive: add two missing package files to libarchive tests Message-ID: <202404170759.43H7xREm028962@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=7d03ec330684a4e82e6113df3f40305849e5fb6c commit 7d03ec330684a4e82e6113df3f40305849e5fb6c Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2024-04-17 07:58:32 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2024-04-17 07:58:32 +0000 libarchive: add two missing package files to libarchive tests MFC after: 1 week --- lib/libarchive/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 0d47e1a5ed3c..e14b37621e5c 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -373,6 +373,8 @@ ${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu ${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu +${PACKAGE}FILES+= test_compat_lzip_3.lz.uu +${PACKAGE}FILES+= test_compat_lzip_4.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu ${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404170759.43H7xREm028962>