aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-agate-dbf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-agate-dbf/Makefile')
-rw-r--r--textproc/py-agate-dbf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-agate-dbf/Makefile b/textproc/py-agate-dbf/Makefile
index 80e0c1232427..8d652d73f78d 100644
--- a/textproc/py-agate-dbf/Makefile
+++ b/textproc/py-agate-dbf/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= agate-dbf
-PORTVERSION= 0.1.0
+PORTVERSION= 0.2.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ COMMENT= Support reading dbf files for agate
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate \
${PYTHON_PKGNAMEPREFIX}dbfread>=2.0.5:textproc/py-dbfread
USES= python