git: b5dcfceeaffa - main - mail/mailscanner: Remove archivers/lha dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Feb 2023 11:26:58 UTC
The branch main has been updated by crees: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5dcfceeaffa9574c2e45c4f65f09589cd40949a commit b5dcfceeaffa9574c2e45c4f65f09589cd40949a Author: Chris Rees <crees@FreeBSD.org> AuthorDate: 2023-02-23 11:24:33 +0000 Commit: Chris Rees <crees@FreeBSD.org> CommitDate: 2023-02-23 11:26:38 +0000 mail/mailscanner: Remove archivers/lha dependency From inspecting the code it uses 7z to unarchive lha files anyway This means that packages will once again be built for MailScanner PR: ports/269732 Reported by: Dennis Clarke --- mail/mailscanner/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index fd32a601fd8b..79518ad4c945 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -92,8 +92,7 @@ RUN_DEPENDS+= clamscan:security/clamav RUN_DEPENDS+= unrar:archivers/unrar \ zoo:archivers/zoo \ unarj:archivers/unarj \ - unace:archivers/unace \ - lha:archivers/lha + unace:archivers/unace .endif # backwards compatibility