summaryrefslogtreecommitdiff
path: root/devel/py-python-rapidjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-python-rapidjson/Makefile')
-rw-r--r--devel/py-python-rapidjson/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-python-rapidjson/Makefile b/devel/py-python-rapidjson/Makefile
index ce2c0f419e5a..bd5fa49b58b0 100644
--- a/devel/py-python-rapidjson/Makefile
+++ b/devel/py-python-rapidjson/Makefile
@@ -1,6 +1,5 @@
PORTNAME= python-rapidjson
-DISTVERSION= 1.20
-PORTREVISION= 1
+DISTVERSION= 1.21
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +24,6 @@ TEST_WRKSRC= ${WRKSRC}/tests
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rapidjson${PYTHON_TAG}.so
-# tests as of 1.20: 929 passed, 17 skipped, 2 xfailed in 14.16s
+# tests as of 1.21: 929 passed, 17 skipped, 2 xfailed in 18.02s
.include <bsd.port.mk>