diff options
| author | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-17 20:44:13 +0000 |
|---|---|---|
| committer | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-17 20:44:13 +0000 |
| commit | 1df8579a32ae665f78078a0c423ed5bfb1418bde (patch) | |
| tree | edc312adb20ce05ceb55ed13c5354371bbe7589d /devel/py-gitpython/Makefile | |
| parent | df042c6f913696ce539e00855e512ffd2a17245d (diff) | |
- Update devel/py-gitpython to 2.1.10.
- Change FLAVOR to use PY_FLAVOR.
Reviewed by: mat
Approved by: woodsb02
Differential Revision: https://reviews.freebsd.org/D15790
Diffstat (limited to 'devel/py-gitpython/Makefile')
| -rw-r--r-- | devel/py-gitpython/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 5bc7539ae77b..9d5ab336c90e 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= GitPython -DISTVERSION= 2.1.9 +DISTVERSION= 2.1.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ COMMENT= Python Git Library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} NO_ARCH= yes USES= python |
