svn commit: r374643 - head/devel/py-construct
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 13 09:39:13 UTC 2014
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 at adminworkshop.pl
+MAINTAINER= antoine at 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
More information about the svn-ports-all
mailing list