On Mon, 4 Feb 2019 20:17:01 +0000, Linda Lapinlampi <[email protected]>
wrote:
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/telephony/py-phonenumbers/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 Makefile
> --- Makefile 16 Nov 2018 08:48:52 -0000 1.1.1.1
> +++ Makefile 4 Feb 2019 20:08:51 -0000
> @@ -1,14 +1,15 @@
> # $OpenBSD: Makefile,v 1.1.1.1 2018/11/16 08:48:52 jca Exp $
>
> COMMENT = port of Google's libphonenumber library
> -#'
why do you remove it?
> -MODPY_EGG_VERSION = 8.9.16
> +MODPY_EGG_VERSION = 8.10.4
> DISTNAME = phonenumbers-${MODPY_EGG_VERSION}
> PKGNAME = py-${DISTNAME}
>
> CATEGORIES = telephony devel
>
> +HOMEPAGE =
> https://github.com/daviddrysdale/python-phonenumbers +
is its addition worth it? i.e. is it better than the default homepage
from the python module?
Cheers,
Daniel