Index: head/devel/py-astor/Makefile =================================================================== --- head/devel/py-astor/Makefile (revision 524000) +++ head/devel/py-astor/Makefile (revision 524001) @@ -1,20 +1,20 @@ # Created by: David Kalliecharan # $FreeBSD$ PORTNAME= astor -PORTVERSION= 0.5 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dave@dal.ca COMMENT= Astor allows easy manipulation of Python source via the AST LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/devel/py-astor/distinfo =================================================================== --- head/devel/py-astor/distinfo (revision 524000) +++ head/devel/py-astor/distinfo (revision 524001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486663564 -SHA256 (astor-0.5.tar.gz) = 4abff251d3f03cbe99106cc16e0dc94adc4f88d580c34a717741c7090b76aab9 -SIZE (astor-0.5.tar.gz) = 10999 +TIMESTAMP = 1578158531 +SHA256 (astor-0.8.1.tar.gz) = 6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e +SIZE (astor-0.8.1.tar.gz) = 35090 Index: head/devel/py-astor/pkg-descr =================================================================== --- head/devel/py-astor/pkg-descr (revision 524000) +++ head/devel/py-astor/pkg-descr (revision 524001) @@ -1,5 +1,5 @@ -Read/rewrite/write Python ASTs +Read/rewrite/write Python ASTs. astor is designed to allow easy manipulation of Python source via the AST. -WWW: https://pypi.org/project/astor/ +WWW: https://github.com/berkerpeksag/astor