Index: head/textproc/py-pygccxml/Makefile =================================================================== --- head/textproc/py-pygccxml/Makefile (revision 563448) +++ head/textproc/py-pygccxml/Makefile (revision 563449) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= pygccxml DISTVERSIONPREFIX= v -DISTVERSION= 2.0.1 +DISTVERSION= 2.1.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python package for easy C++ declarations navigation LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.rst USES= python:3.6+ USE_GITHUB= yes -GH_ACCOUNT= gccxml +GH_ACCOUNT= CastXML USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/textproc/py-pygccxml/distinfo =================================================================== --- head/textproc/py-pygccxml/distinfo (revision 563448) +++ head/textproc/py-pygccxml/distinfo (revision 563449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595952907 -SHA256 (gccxml-pygccxml-v2.0.1_GH0.tar.gz) = 25c6f693da741139c538d751b4bee1408764a4470c4f5ee982ac2611032cebc2 -SIZE (gccxml-pygccxml-v2.0.1_GH0.tar.gz) = 3161014 +TIMESTAMP = 1612060273 +SHA256 (CastXML-pygccxml-v2.1.0_GH0.tar.gz) = 3d5161990eae0febb1f4bd088ea717de694a0407c46ccb19aa87e5eebd358b02 +SIZE (CastXML-pygccxml-v2.1.0_GH0.tar.gz) = 3164128 Index: head/textproc/py-pygccxml/pkg-descr =================================================================== --- head/textproc/py-pygccxml/pkg-descr (revision 563448) +++ head/textproc/py-pygccxml/pkg-descr (revision 563449) @@ -1,5 +1,5 @@ pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes. -WWW: https://github.com/gccxml/pygccxml +WWW: https://github.com/CastXML/pygccxml