On Sun, January 19, 2020 11:35 pm, Raymond E. Pasco wrote:
> This is a simple man page generation language.
>
> The only patch is to some tests, which failed because of errors in
> the tests themselves rather than program errors.
>
> I'm not experienced at OpenBSD ports; feedback is appreciated.
>
I gave it a test. I was thinking about porting this as a dependency of aerc.
I would change the deletion of the test patch backup to just before
running tests. Deleting it right after applying patches doesn't leave it
around for debugging patch issues.
pre-test:
rm ${WRKSRC}/test/*.orig
Otherwise, seems to check out. I'm not a commiter, though. :)