Index: head/devel/py-tzlocal/Makefile =================================================================== --- head/devel/py-tzlocal/Makefile (revision 479174) +++ head/devel/py-tzlocal/Makefile (revision 479175) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= tzlocal -PORTVERSION= 1.4 +DISTVERSION= 1.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rob.kruus@gmail.com COMMENT= Returns the tzinfo object for the local timezone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Index: head/devel/py-tzlocal/distinfo =================================================================== --- head/devel/py-tzlocal/distinfo (revision 479174) +++ head/devel/py-tzlocal/distinfo (revision 479175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510850729 -SHA256 (tzlocal-1.4.tar.gz) = 05a2908f7fb1ba8843f03b2360d6ad314dbf2bce4644feb702ccd38527e13059 -SIZE (tzlocal-1.4.tar.gz) = 15279 +TIMESTAMP = 1534137722 +SHA256 (tzlocal-1.5.1.tar.gz) = 4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e +SIZE (tzlocal-1.5.1.tar.gz) = 16809 Index: head/devel/py-tzlocal/pkg-descr =================================================================== --- head/devel/py-tzlocal/pkg-descr (revision 479174) +++ head/devel/py-tzlocal/pkg-descr (revision 479175) @@ -1,10 +1,10 @@ This Python module returns a tzinfo object with the local timezone information under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several Linux distros that's hard or impossible to figure out. -WWW: https://pypi.org/project/tzlocal/ +WWW: https://github.com/regebro/tzlocal