Created attachment 240341 [details] py-extract-msg-0.39.1.patch Description: ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.1/CHANGELOG.md * Fixed typo in a warning. * Removed __del__ method from MSGFile. It was there for cleanup, but wasn't planned well enough to stop it from causing issues. It may be reintroduced in the future if I can manage to remove the issues. * Fixed some parts of extract_msg.utils.getCommandArgs having invalid logic after a previous (rather old) update that caused exceptions when using certain options. * Added new property treePath to AttachmentBase and MSGFile (which adds it to nearly every class). This property is the path to the current instance, represented as a tuple of instances that would be used to get to the current instance. * Added sphinx documentation. * Fixed an issue in OleWriter that would produce corrupted OLE files if the DIFAT needed more than the header QA: * portlint: - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. * testport: OK (poudriere: 13.1-RELEASE, amd64)
committed, thanks
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b66d7bf153240467033c205dde6665690a314489 commit b66d7bf153240467033c205dde6665690a314489 Author: Tilman Keskinoz <arved@FreeBSD.org> AuthorDate: 2023-02-26 18:59:18 +0000 Commit: Tilman Keskinoz <arved@FreeBSD.org> CommitDate: 2023-02-26 18:59:18 +0000 textproc/py-extract-msg: Update to 0.39.1 Changelog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.1/CHANGELOG.md PR: 269775 Submitted by: maintainer textproc/py-extract-msg/Makefile | 2 +- textproc/py-extract-msg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)