svn commit: r524500 - head/devel/py-construct

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 28 17:11:20 UTC 2020


Author: ehaupt
Date: Tue Jan 28 17:11:19 2020
New Revision: 524500
URL: https://svnweb.freebsd.org/changeset/ports/524500

Log:
  - Update to 2.10.55
  - Take maintainer-ship
  - Pacify portlint by adding WWW
  - Reformat pkg-descr
  
  Approved by:    antoine (maintainer)

Modified:
  head/devel/py-construct/Makefile
  head/devel/py-construct/distinfo
  head/devel/py-construct/pkg-descr

Modified: head/devel/py-construct/Makefile
==============================================================================
--- head/devel/py-construct/Makefile	Tue Jan 28 16:59:30 2020	(r524499)
+++ head/devel/py-construct/Makefile	Tue Jan 28 17:11:19 2020	(r524500)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	construct
-PORTVERSION=	2.9.45
+PORTVERSION=	2.10.55
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	antoine at FreeBSD.org
+MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Python module for parsing and building of data structures
 
 LICENSE=	MIT

Modified: head/devel/py-construct/distinfo
==============================================================================
--- head/devel/py-construct/distinfo	Tue Jan 28 16:59:30 2020	(r524499)
+++ head/devel/py-construct/distinfo	Tue Jan 28 17:11:19 2020	(r524500)
@@ -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

Modified: head/devel/py-construct/pkg-descr
==============================================================================
--- head/devel/py-construct/pkg-descr	Tue Jan 28 16:59:30 2020	(r524499)
+++ head/devel/py-construct/pkg-descr	Tue Jan 28 17:11:19 2020	(r524500)
@@ -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


More information about the svn-ports-head mailing list