Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 12:25:26 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512008 - head/archivers/py-xopen
Message-ID:  <201909141225.x8ECPQOm097946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Sat Sep 14 12:25:26 2019
New Revision: 512008
URL: https://svnweb.freebsd.org/changeset/ports/512008

Log:
  py-xopen: Upgrade to 0.8.2
  
  Add pigz dep for parallel gzip

Modified:
  head/archivers/py-xopen/Makefile
  head/archivers/py-xopen/distinfo

Modified: head/archivers/py-xopen/Makefile
==============================================================================
--- head/archivers/py-xopen/Makefile	Sat Sep 14 12:22:58 2019	(r512007)
+++ head/archivers/py-xopen/Makefile	Sat Sep 14 12:25:26 2019	(r512008)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xopen
-DISTVERSION=	0.5.1
+DISTVERSION=	0.8.2
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bz2file>=0.98:archivers/py-bz2file@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bz2file>=0.98:archivers/py-bz2file@${PY_FLAVOR} \
+		pigz>=0:archivers/pigz
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.4+

Modified: head/archivers/py-xopen/distinfo
==============================================================================
--- head/archivers/py-xopen/distinfo	Sat Sep 14 12:22:58 2019	(r512007)
+++ head/archivers/py-xopen/distinfo	Sat Sep 14 12:25:26 2019	(r512008)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556319843
-SHA256 (xopen-0.5.1.tar.gz) = 80757c50816162001e8629524f907426f82e885c168705a276abc649739ef200
-SIZE (xopen-0.5.1.tar.gz) = 9712
+TIMESTAMP = 1568462567
+SHA256 (xopen-0.8.2.tar.gz) = 003749e09af74103a29e9c64c468c03e084aa6dfe6feff4fe22366679a6534f7
+SIZE (xopen-0.8.2.tar.gz) = 11243



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