On 2022/01/12 21:31, Justin Berthault wrote: > Hello ports@, > > > Here is a diff to update lowdown to 0.10.0 > > > First submission here. Hope I did it the right way.
CC'ing the port maintainer for other comments, > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/textproc/lowdown/Makefile,v > retrieving revision 1.27 > diff -u -p -r1.27 Makefile > --- Makefile 27 Oct 2021 21:55:07 -0000 1.27 > +++ Makefile 12 Jan 2022 20:18:27 -0000 > @@ -1,7 +1,7 @@ > -# $OpenBSD: Makefile,v 1.27 2021/10/27 21:55:07 fcambus Exp $ > +# $OpenBSD: Makefile,v 1.28 2022/01/09 10:40:32 jbz Exp $ Please leave that line alone, it is managed by cvs. > COMMENT = simple markdown translator > -DISTNAME = lowdown-0.9.2 > +DISTNAME = lowdown-0.10.0 > CATEGORIES = textproc > > HOMEPAGE = https://kristaps.bsd.lv/lowdown/ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/lowdown/distinfo,v > retrieving revision 1.24 > diff -u -p -r1.24 distinfo > --- distinfo 27 Oct 2021 21:55:07 -0000 1.24 > +++ distinfo 12 Jan 2022 20:18:27 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lowdown-0.9.2.tar.gz) = > XDVdHbIHGRaxrW54kgjeZkvjeBvRfdi2sJsXB6KDqYg= > -SIZE (lowdown-0.9.2.tar.gz) = 217279 > +SHA256 (lowdown-0.10.0.tar.gz) = > t1ytJbEPpy0sRzACDq31Y0WGCWT0Jmu8sYNj58icYpc= > +SIZE (lowdown-0.10.0.tar.gz) = 229928 PLIST needs updating as well, there are additional manpages. Run "make plist".
