Date: Mon, 2 Jun 2025 12:56:40 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: 331f2c1c4658 - main - libarchive: fix duplicate entry in tests Makefile Message-ID: <202506021256.552CueJW058916@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=331f2c1c46584510fa9104c86f31f44ece3838c5 commit 331f2c1c46584510fa9104c86f31f44ece3838c5 Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2025-06-02 12:55:00 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2025-06-02 12:56:05 +0000 libarchive: fix duplicate entry in tests Makefile Reported by: des MFC after: 2 weeks (together with 2e113ef82) --- lib/libarchive/tests/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index fb20d954537e..07c5fe24dd30 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -493,7 +493,6 @@ ${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu -${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu ${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506021256.552CueJW058916>