On 2019/01/20 12:05, Stuart Henderson wrote:
> On 2019/01/19 17:18, Kurt Mosiejczuk wrote:
> > Here's an update for py-html2text bringing it up to the current release
> > and taking maintainership.
> >
> > All tests pass and I ran some basic conversions using both python 2 and
> > 3 flavors.
>
> Have you checked release notes for any changes that might cause issues
> with dependent ports? (I've tested with urlwatch and that still works).
>
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/converters/py-html2text/Makefile,v
> > retrieving revision 1.14
> > diff -u -p -r1.14 Makefile
> > --- Makefile 3 Jan 2017 19:16:08 -0000 1.14
> > +++ Makefile 19 Jan 2019 22:14:28 -0000
> > @@ -2,13 +2,15 @@
> >
> > COMMENT = HTML to markdown-formatted text converter
> >
> > -MODPY_EGG_VERSION = 2016.9.19
> > +MODPY_EGG_VERSION = 2018.1.9
> > DISTNAME = html2text-${MODPY_EGG_VERSION}
> > PKGNAME = py-${DISTNAME}
> > REVISION = 0
>
> Please drop the REVISION line.
..as you did in the next mail ;)
>
> > CATEGORIES = converters
> > HOMEPAGE = http://alir3z4.github.io/html2text/
> > +
> > +MAINTAINER = Kurt Mosiejczuk <[email protected]>
> >
> > # GPLv3
> > PERMIT_PACKAGE_CDROM = Yes
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/converters/py-html2text/distinfo,v
> > retrieving revision 1.6
> > diff -u -p -r1.6 distinfo
> > --- distinfo 7 Nov 2016 23:53:38 -0000 1.6
> > +++ distinfo 19 Jan 2019 22:14:28 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (html2text-2016.9.19.tar.gz) =
> > VU71/Wxs9uPk9yWmKj6eyGoOTTPNCSgTbRx52+t7LVU=
> > -SIZE (html2text-2016.9.19.tar.gz) = 47899
> > +SHA256 (html2text-2018.1.9.tar.gz) =
> > YnUU+zDnVms3vmkA3ybCx4oDDMnmIRvaYE2BgSM7zdQ=
> > +SIZE (html2text-2018.1.9.tar.gz) = 52211
> >
>