diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-07-15 12:01:19 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-07-15 12:01:19 +0000 |
commit | d85f2b8ee4c1ab3235d499487c25b06e83cef4f1 (patch) | |
tree | b8ee8f1eb4da3c0d23aa0218b04eb99ea933fad8 | |
parent | f8420dd1b47020e52a2c77cb48809ae3d4ddf63b (diff) |
Notes
-rw-r--r-- | devel/py-pytz/Makefile | 2 | ||||
-rw-r--r-- | devel/py-pytz/distinfo | 6 | ||||
-rw-r--r-- | devel/py-pytz/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-pytz/Makefile b/devel/py-pytz/Makefile index 5723847cef05..0035cc7f78c9 100644 --- a/devel/py-pytz/Makefile +++ b/devel/py-pytz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2016.6 +PORTVERSION= 2016.6.1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP diff --git a/devel/py-pytz/distinfo b/devel/py-pytz/distinfo index 4d60635f38a1..472fa7343c1e 100644 --- a/devel/py-pytz/distinfo +++ b/devel/py-pytz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468474294 -SHA256 (pytz-2016.6.tar.bz2) = 1ce2d13b6503a7260c950a25fa6d26ba8d4da1a7077e062aa9e82c74949aaf4b -SIZE (pytz-2016.6.tar.bz2) = 171974 +TIMESTAMP = 1468583744 +SHA256 (pytz-2016.6.1.tar.bz2) = b5aff44126cf828537581e534cc94299b223b945a2bb3b5434d37bf8c7f3a10c +SIZE (pytz-2016.6.1.tar.bz2) = 172223 diff --git a/devel/py-pytz/pkg-descr b/devel/py-pytz/pkg-descr index f9716e76d24e..c4c17bfd510f 100644 --- a/devel/py-pytz/pkg-descr +++ b/devel/py-pytz/pkg-descr @@ -3,4 +3,4 @@ cross platform timezone calculations. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). -WWW: http://pytz.sourceforge.net +WWW: http://pythonhosted.org/pytz/ |