From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 09:39:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D37A521B; Sat, 13 Dec 2014 09:39:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BF604A2; Sat, 13 Dec 2014 09:39:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBD9dDTG054959; Sat, 13 Dec 2014 09:39:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBD9dDvu054957; Sat, 13 Dec 2014 09:39:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412130939.sBD9dDvu054957@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 13 Dec 2014 09:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374643 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 09:39:13 -0000 Author: antoine Date: Sat Dec 13 09:39:12 2014 New Revision: 374643 URL: https://svnweb.freebsd.org/changeset/ports/374643 QAT: https://qat.redports.org/buildarchive/r374643/ Log: - Update to 2.5.2 (making it fetchable again) - Add LICENSE - Grab maintainership [1] PR: ports/195722 Approved by: several portmgr-feedback emails unanswered [1] Modified: head/devel/py-construct/Makefile head/devel/py-construct/distinfo Modified: head/devel/py-construct/Makefile ============================================================================== --- head/devel/py-construct/Makefile Sat Dec 13 09:29:59 2014 (r374642) +++ head/devel/py-construct/Makefile Sat Dec 13 09:39:12 2014 (r374643) @@ -2,15 +2,20 @@ # $FreeBSD$ PORTNAME= construct -PORTVERSION= 2.06 -PORTREVISION= 1 +PORTVERSION= 2.5.2 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= p.florczyk@adminworkshop.pl +MAINTAINER= antoine@FreeBSD.org COMMENT= Python module for parsing and building of data structures +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-construct/distinfo ============================================================================== --- head/devel/py-construct/distinfo Sat Dec 13 09:29:59 2014 (r374642) +++ head/devel/py-construct/distinfo Sat Dec 13 09:39:12 2014 (r374643) @@ -1,2 +1,2 @@ -SHA256 (construct-2.06.tar.gz) = e182994ab3d4001972c9fd2ad3b0e225b4d56a014a9508893a6bcfcbe6a78a13 -SIZE (construct-2.06.tar.gz) = 85836 +SHA256 (construct-2.5.2.tar.gz) = 665b6271eeadf15219c726b180c8d7a641d026784d72ca3dad90a20aae009020 +SIZE (construct-2.5.2.tar.gz) = 58373