From owner-svn-ports-head@freebsd.org Tue Sep 20 16:40:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52950BE25EE; Tue, 20 Sep 2016 16:40:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08CA01B22; Tue, 20 Sep 2016 16:40:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KGeWQ0091371; Tue, 20 Sep 2016 16:40:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8KGeW2w091368; Tue, 20 Sep 2016 16:40:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609201640.u8KGeW2w091368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 20 Sep 2016 16:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422515 - head/devel/py-construct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 16:40:33 -0000 Author: antoine Date: Tue Sep 20 16:40:31 2016 New Revision: 422515 URL: https://svnweb.freebsd.org/changeset/ports/422515 Log: Update to 2.5.3 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 Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/Makefile Tue Sep 20 16:40:31 2016 (r422515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= construct -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-construct/distinfo ============================================================================== --- head/devel/py-construct/distinfo Tue Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/distinfo Tue Sep 20 16:40:31 2016 (r422515) @@ -1,2 +1,3 @@ -SHA256 (construct-2.5.2.tar.gz) = 665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 -SIZE (construct-2.5.2.tar.gz) = 58373 +TIMESTAMP = 1473601994 +SHA256 (construct-2.5.3.tar.gz) = b2233bc7c6a4d73803f5806bc3167e4935daa3ea8a5cd056cbabbdb9c3d79a36 +SIZE (construct-2.5.3.tar.gz) = 688072 Modified: head/devel/py-construct/pkg-descr ============================================================================== --- head/devel/py-construct/pkg-descr Tue Sep 20 16:33:05 2016 (r422514) +++ head/devel/py-construct/pkg-descr Tue Sep 20 16:40:31 2016 (r422515) @@ -4,3 +4,5 @@ It is based on the concept of defining d 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