Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 20:12:54 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462861 - head/dns/py-dns-lexicon
Message-ID:  <201802242012.w1OKCsUT073470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 24 20:12:54 2018
New Revision: 462861
URL: https://svnweb.freebsd.org/changeset/ports/462861

Log:
  dns/py-dns-lexicon: Update to 2.1.19
  
  Also added USE_PYTHON=concurrent
  
  PR:		226182
  Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/dns/py-dns-lexicon/Makefile
  head/dns/py-dns-lexicon/distinfo

Modified: head/dns/py-dns-lexicon/Makefile
==============================================================================
--- head/dns/py-dns-lexicon/Makefile	Sat Feb 24 19:32:55 2018	(r462860)
+++ head/dns/py-dns-lexicon/Makefile	Sat Feb 24 20:12:54 2018	(r462861)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dns-lexicon
-DISTVERSION=	2.1.18
+DISTVERSION=	2.1.19
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.16:devel
 		${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils autoplist concurrent
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/dns/py-dns-lexicon/distinfo
==============================================================================
--- head/dns/py-dns-lexicon/distinfo	Sat Feb 24 19:32:55 2018	(r462860)
+++ head/dns/py-dns-lexicon/distinfo	Sat Feb 24 20:12:54 2018	(r462861)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517058674
-SHA256 (dns-lexicon-2.1.18.tar.gz) = 876b6f26528e08aa483c23bd9a3b6cd28f4f337fee2b8cc80c05831e2dc67800
-SIZE (dns-lexicon-2.1.18.tar.gz) = 38802
+TIMESTAMP = 1519502787
+SHA256 (dns-lexicon-2.1.19.tar.gz) = dd56ace1f229a9e4636405d926aafa4a6b9a7ac83b40a8e29742ee1604290722
+SIZE (dns-lexicon-2.1.19.tar.gz) = 39911



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