svn commit: r413232 - head/devel/py-bitstring

Sofian Brabez sbz at FreeBSD.org
Wed Apr 13 22:21:05 UTC 2016


Author: sbz
Date: Wed Apr 13 22:21:03 2016
New Revision: 413232
URL: https://svnweb.freebsd.org/changeset/ports/413232

Log:
  - Update to 3.1.4
  - Allow Python concurrent installation

Modified:
  head/devel/py-bitstring/Makefile
  head/devel/py-bitstring/distinfo

Modified: head/devel/py-bitstring/Makefile
==============================================================================
--- head/devel/py-bitstring/Makefile	Wed Apr 13 21:54:46 2016	(r413231)
+++ head/devel/py-bitstring/Makefile	Wed Apr 13 22:21:03 2016	(r413232)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bitstring
-PORTVERSION=	3.1.3
+PORTVERSION=	3.1.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,11 @@ COMMENT=	Simple construction, analysis, 
 
 LICENSE=	MIT
 
-USES=		python zip
-USE_PYTHON=	distutils autoplist
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-PORTDOCS=	PKG-INFO README.txt release_notes.txt
+PORTDOCS=	PKG-INFO README.rst release_notes.txt
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/devel/py-bitstring/distinfo
==============================================================================
--- head/devel/py-bitstring/distinfo	Wed Apr 13 21:54:46 2016	(r413231)
+++ head/devel/py-bitstring/distinfo	Wed Apr 13 22:21:03 2016	(r413232)
@@ -1,2 +1,2 @@
-SHA256 (bitstring-3.1.3.zip) = 2d00f66655567cc241af5f6f5c155727daccdb03ddfe58f3814cedaad179f5fa
-SIZE (bitstring-3.1.3.zip) = 620620
+SHA256 (bitstring-3.1.4.tar.gz) = ebb97970dbc98fd9c8102d10a5a6f12cc0bce9aab7e5378733c8a43fd6ed3c47
+SIZE (bitstring-3.1.4.tar.gz) = 621283


More information about the svn-ports-all mailing list