On Thu, Jan 13, 2022 at 09:22:09AM +0100, Justin Berthault wrote:
> Ok, thanks for feedbacks.
> 
> Here is the new diff:
> 
> 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    13 Jan 2022 08:22:42 -0000
> @@ -1,7 +1,7 @@
>  # $OpenBSD: Makefile,v 1.27 2021/10/27 21:55:07 fcambus Exp $
> 
>  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    13 Jan 2022 08:22:42 -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
> cvs server: Diffing pkg
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
> retrieving revision 1.12
> diff -u -p -r1.12 PLIST
> --- pkg/PLIST   19 Mar 2021 15:48:29 -0000      1.12
> +++ pkg/PLIST   13 Jan 2022 08:22:42 -0000
> @@ -31,6 +31,9 @@ lib/pkgconfig/lowdown.pc
>  @man man/man3/lowdown_nroff_free.3
>  @man man/man3/lowdown_nroff_new.3
>  @man man/man3/lowdown_nroff_rndr.3
> +@man man/man3/lowdown_odt_free.3
> +@man man/man3/lowdown_odt_new.3
> +@man man/man3/lowdown_odt_rndr.3
>  @man man/man3/lowdown_term_free.3
>  @man man/man3/lowdown_term_new.3
>  @man man/man3/lowdown_term_rndr.3
> 
> Le jeu. 13 janv. 2022 ?? 01:09, Stuart Henderson <[email protected]> a 
> ??crit :
> >
> > 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".
> >


Thanks for doing this update. OK maintainer.

Bryan

Reply via email to