Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 20:25:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462428 - head/devel/py-deprecation
Message-ID:  <201802202025.w1KKPXEp050029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 20 20:25:33 2018
New Revision: 462428
URL: https://svnweb.freebsd.org/changeset/ports/462428

Log:
  Update to 1.2
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://github.com/briancurtin/deprecation/commits/master

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

Modified: head/devel/py-deprecation/Makefile
==============================================================================
--- head/devel/py-deprecation/Makefile	Tue Feb 20 20:25:11 2018	(r462427)
+++ head/devel/py-deprecation/Makefile	Tue Feb 20 20:25:33 2018	(r462428)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	deprecation
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${FLAVOR}
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>

Modified: head/devel/py-deprecation/distinfo
==============================================================================
--- head/devel/py-deprecation/distinfo	Tue Feb 20 20:25:11 2018	(r462427)
+++ head/devel/py-deprecation/distinfo	Tue Feb 20 20:25:33 2018	(r462428)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517589991
-SHA256 (deprecation-1.1.tar.gz) = 8034ff1de464adc6558ec943cdac108fe661d3b58696f7b5821c678e4fe6106a
-SIZE (deprecation-1.1.tar.gz) = 10953
+TIMESTAMP = 1519140314
+SHA256 (deprecation-1.2.tar.gz) = f3290b162abfe234d8a6b14dcff276efc513a5a324f0a51ac57dec7a718ae541
+SIZE (deprecation-1.2.tar.gz) = 11312



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