On Sat, Oct 12, 2024 at 11:34:57PM -0700, Bryan Vyhmeister wrote: > This is a maintainer update for textproc/lowdown to 1.1.2. The changes > for 1.1.1 and 1.1.2 are: > > "Add documentation for --html-titleblock and slightly change semantics > where it will print regardless if in -s mode. > > Add regression code coverage to main website, include make rules for > generating coverage. Many more regression tests to exercise coverage. > > Fix UTF8 handling on Mac OS X. Prior to this, some UTF8 characters (such > as smart punctuation) were being garbled on -Tgemini and -Tterm output. > These now render properly thanks to an excellent pull request > contribution (#140). > > Hack around more buggy Mac OS X software, > specifically their version of makewhatis(8). While man(7) specifically > allows for header macros (SH) to have their contents on the subsequent > line, this breaks buggy software that erroneously expects headers to > have their content on the same line. This version, thanks to another > excellent pull request (#138), adds a hack for that specific condition." > > I don't believe these changes warrant a SHARED_LIBS bump but I could be > wrong. Everything seems to work fine from my testing.
It would help if I included the diff. Bryan Index: textproc/lowdown/Makefile =================================================================== RCS file: /cvs/ports/textproc/lowdown/Makefile,v diff -u -p -r1.32 Makefile --- textproc/lowdown/Makefile 6 Jul 2024 12:32:17 -0000 1.32 +++ textproc/lowdown/Makefile 13 Oct 2024 06:24:40 -0000 @@ -1,5 +1,5 @@ COMMENT = simple markdown translator -DISTNAME = lowdown-1.1.0 +DISTNAME = lowdown-1.1.2 CATEGORIES = textproc SHARED_LIBS = lowdown 1.0 # 2 Index: textproc/lowdown/distinfo =================================================================== RCS file: /cvs/ports/textproc/lowdown/distinfo,v diff -u -p -r1.27 distinfo --- textproc/lowdown/distinfo 6 Jul 2024 12:32:17 -0000 1.27 +++ textproc/lowdown/distinfo 13 Oct 2024 06:24:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (lowdown-1.1.0.tar.gz) = 8x45UMRzKx5AkXT6CS7KQMVb53pEjuKBjfmHl517CHk= -SIZE (lowdown-1.1.0.tar.gz) = 269632 +SHA256 (lowdown-1.1.2.tar.gz) = hExrCQcpqkXGRZ3WPLH6r42ZRe1Z6kY4d3jNkcZwM7A= +SIZE (lowdown-1.1.2.tar.gz) = 271880