summaryrefslogtreecommitdiff
path: root/devel/py-retrying/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-retrying/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile
index e09a3cbf853a..1d0c3df5e48d 100644
--- a/devel/py-retrying/Makefile
+++ b/devel/py-retrying/Makefile
@@ -1,15 +1,15 @@
PORTNAME= retrying
-PORTVERSION= 1.4.1
+PORTVERSION= 1.4.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General-purpose retrying library, written in Python
-WWW= https://github.com/rholder/retrying
+WWW= https://github.com/groodt/retrying
LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}