aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-04-05 20:56:18 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-04-05 20:56:18 +0000
commit7a30dd96416efc5d9475c8d47ba819c7a1ec2be3 (patch)
tree906679577387d7e3a8f16b02bd0e9b4c0eef5cb4 /devel/py-pytest/Makefile
parent17ee3b1987ec155fd1ea877050d9fc06e7aaa59c (diff)
downloadports-7a30dd96416efc5d9475c8d47ba819c7a1ec2be3.tar.gz
ports-7a30dd96416efc5d9475c8d47ba819c7a1ec2be3.zip
Notes
Diffstat (limited to 'devel/py-pytest/Makefile')
-rw-r--r--devel/py-pytest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile
index a80fa3e615a5..0319ea7d35f2 100644
--- a/devel/py-pytest/Makefile
+++ b/devel/py-pytest/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pytest
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ COMMENT= Cross-project testing tool for Python
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.19:${PORTSDIR}/devel/py-pylib
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.20:${PORTSDIR}/devel/py-pylib
USE_PYTHON= yes
USE_PYDISTUTILS= yes