Created attachment 240599 [details] py-extract-msg-0.39.2.patch Description: ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.2/CHANGELOG.md * Fixed issues with AttachmentBase.name that could cause it to generate wrong. * Added convenience function MSGFile.exportBytes which returns the exported version from MSGFile.export as bytes instead of writing it to a file or file-like object. QA: * portlint: - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. * testport: OK (poudriere: 13.1-RELEASE, amd64)
Will change PORTVERSION to DISTVERSION on commit as per policy.
Created attachment 240636 [details] py-extract-msg-0.39.2.patch Description: * Change PORTVERSION to DISTVERSION QA: * portlint: - WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. * testport: OK (poudriere: 13.1-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a14da3cda467b794e6493ee55488cc0be002a8f commit 8a14da3cda467b794e6493ee55488cc0be002a8f Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-03-05 13:45:15 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-08 10:10:18 +0000 textproc/py-extract-msg: Update to 0.39.2 ChangeLog: https://github.com/TeamMsgExtractor/msg-extractor/blob/v0.39.2/CHANGELOG.md * Fixed issues with AttachmentBase.name that could cause it to generate wrong. * Added convenience function MSGFile.exportBytes which returns the exported version from MSGFile.export as bytes instead of writing it to a file or file-like object. PR: 269975 textproc/py-extract-msg/Makefile | 2 +- textproc/py-extract-msg/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.