Re: git: dcc09be5dc87 - main - mail/libtlsrpt: new port

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 13 May 2025 17:53:35 UTC
On 2025-05-13 19:18, Matthew Seaman wrote:
> The branch main has been updated by matthew:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=dcc09be5dc87473aede4f6c90c114fd4364d7a91
>
> commit dcc09be5dc87473aede4f6c90c114fd4364d7a91
> Author:     Matthew Seaman<matthew@FreeBSD.org>
> AuthorDate: 2025-05-13 17:13:16 +0000
> Commit:     Matthew Seaman<matthew@FreeBSD.org>
> CommitDate: 2025-05-13 17:18:21 +0000
>
>      mail/libtlsrpt: new port
>      
>      Add libtlsrpt shared library.  This can be compiled into an MTA
>      (currently postfix) to enable the sending of TLS reports as defined in
>      RFC 8460.
>      
>      I'll be submitting patches to the postfix and postfix-current ports to
>      enable compiling against this library in the near future.
>      
>      Changes:https://github.com/sys4/libtlsrpt/blob/v0.5.0/CHANGELOG.md
> ---

Hi,

Any reason why not use upstream's release archive which likely gets rid 
of USES= autoreconf and friends?

https://github.com/sys4/libtlsrpt/releases/tag/v0.5.0

This is also the recommended solution in Porters Handbook

Best regards,

Daniel