Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 02:32:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563449 - head/textproc/py-pygccxml
Message-ID:  <202101310232.10V2WQaR019488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 31 02:32:26 2021
New Revision: 563449
URL: https://svnweb.freebsd.org/changeset/ports/563449

Log:
  textproc/py-pygccxml: Update 2.0.1 -> 2.1.0
  
  Reported by:	portscout

Modified:
  head/textproc/py-pygccxml/Makefile
  head/textproc/py-pygccxml/distinfo
  head/textproc/py-pygccxml/pkg-descr

Modified: head/textproc/py-pygccxml/Makefile
==============================================================================
--- head/textproc/py-pygccxml/Makefile	Sun Jan 31 02:27:52 2021	(r563448)
+++ head/textproc/py-pygccxml/Makefile	Sun Jan 31 02:32:26 2021	(r563449)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pygccxml
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.1
+DISTVERSION=	2.1.0
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +14,7 @@ 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
 

Modified: head/textproc/py-pygccxml/distinfo
==============================================================================
--- head/textproc/py-pygccxml/distinfo	Sun Jan 31 02:27:52 2021	(r563448)
+++ head/textproc/py-pygccxml/distinfo	Sun Jan 31 02:32:26 2021	(r563449)
@@ -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

Modified: head/textproc/py-pygccxml/pkg-descr
==============================================================================
--- head/textproc/py-pygccxml/pkg-descr	Sun Jan 31 02:27:52 2021	(r563448)
+++ head/textproc/py-pygccxml/pkg-descr	Sun Jan 31 02:32:26 2021	(r563449)
@@ -2,4 +2,4 @@ pygccxml is a specialized XML reader that reads the ou
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310232.10V2WQaR019488>