ok, thanks.
Alexandr Shadchin, 12 May 2017 11:56:
> Hi,
>
> This diff updates py-beautifulsoup4 to the latest release.
> Tested on amd64.
>
> Comments ? OK ?
>
> --
> Alexandr Shadchin
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile 18 Feb 2017 13:29:45 -0000 1.7
> +++ Makefile 12 May 2017 06:50:03 -0000
> @@ -2,7 +2,7 @@
>
> COMMENT = HTML/XML parser that supports invalid markup
>
> -MODPY_EGG_VERSION = 4.5.3
> +MODPY_EGG_VERSION = 4.6.0
> DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION}
> PKGNAME = py-${DISTNAME}
>
> @@ -14,7 +14,7 @@ MAINTAINER = frantisek holop <minusf@obi
> # MIT
> PERMIT_PACKAGE_CDROM = Yes
>
> -MASTER_SITES = ${HOMEPAGE}bs4/download/4.5/
> +MASTER_SITES = ${HOMEPAGE}bs4/download/4.6/
>
> MODULES = lang/python
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/py-beautifulsoup4/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo 18 Feb 2017 13:29:45 -0000 1.5
> +++ distinfo 12 May 2017 06:50:03 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (beautifulsoup4-4.5.3.tar.gz) =
> shygk2b6WWBDV4/UGIsFK0ZjTSIFnmjdAHfZ7nfgij4=
> -SIZE (beautifulsoup4-4.5.3.tar.gz) = 159185
> +SHA256 (beautifulsoup4-4.6.0.tar.gz) =
> gItqyTLcywpBJlWPff3PQXEN1EpO9Jegu1mnf58Hjok=
> +SIZE (beautifulsoup4-4.6.0.tar.gz) = 160846
--