Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2014 09:39:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374643 - head/devel/py-construct
Message-ID:  <201412130939.sBD9dDvu054957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412130939.sBD9dDvu054957>