summaryrefslogtreecommitdiff
path: root/devel/py-junitparser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-junitparser/Makefile')
-rw-r--r--devel/py-junitparser/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-junitparser/Makefile b/devel/py-junitparser/Makefile
index 9552245b0e07..f88c51c361bc 100644
--- a/devel/py-junitparser/Makefile
+++ b/devel/py-junitparser/Makefile
@@ -1,12 +1,13 @@
PORTNAME= junitparser
-DISTVERSION= 3.2.0
+DISTVERSION= 4.0.2
CATEGORIES= devel net
#MASTER_SITES= PYPI # some test files are missing
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Manipulating JUnit/xUnit Result XML files
-WWW= https://junitparser.readthedocs.io/en/latest/
+WWW= https://junitparser.readthedocs.io/en/latest/ \
+ https://github.com/weiwei/junitparser
LICENSE= APACHE20
@@ -21,4 +22,6 @@ GH_ACCOUNT= weiwei
NO_ARCH= yes
+# tests as of 4.0.2: 123 passed, 2 skipped in 8.13s
+
.include <bsd.port.mk>