Index: head/devel/py-construct/Makefile =================================================================== --- head/devel/py-construct/Makefile (revision 524499) +++ head/devel/py-construct/Makefile (revision 524500) @@ -1,21 +1,21 @@ # Created by: Piotr Florczyk # $FreeBSD$ PORTNAME= construct -PORTVERSION= 2.9.45 +PORTVERSION= 2.10.55 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= antoine@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Python module for parsing and building of data structures LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist .include Index: head/devel/py-construct/distinfo =================================================================== --- head/devel/py-construct/distinfo (revision 524499) +++ head/devel/py-construct/distinfo (revision 524500) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538423621 -SHA256 (construct-2.9.45.tar.gz) = 2271a0efd0798679dea825ff47e22a4c550456a5db0ba8baa82f7eae0af0118c -SIZE (construct-2.9.45.tar.gz) = 56397 +TIMESTAMP = 1580219932 +SHA256 (construct-2.10.55.tar.gz) = a6bb4e0391cc54bb1cb74d2495c1389b59ef59c82c69273d582044b3caff0f48 +SIZE (construct-2.10.55.tar.gz) = 54784 Index: head/devel/py-construct/pkg-descr =================================================================== --- head/devel/py-construct/pkg-descr (revision 524499) +++ head/devel/py-construct/pkg-descr (revision 524500) @@ -1,8 +1,6 @@ -Construct is a python library for parsing and building of data -structures (binary or textual). -It is based on the concept of defining data -structures in a declarative manner, -rather than procedural code: more complex constructs are +Construct is a python library for parsing and building of data structures +(binary or textual). It is based on the concept of defining data structures in a +declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. -https://github.com/construct/construct +WWW: https://github.com/construct/construct