Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 15:53:03 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509956 - head/dns/py-tldextract
Message-ID:  <201908261553.x7QFr3LN067722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Mon Aug 26 15:53:03 2019
New Revision: 509956
URL: https://svnweb.freebsd.org/changeset/ports/509956

Log:
  Add www/py-requests as RUN_DEPENDS
  
  PR:		240103
  Submitted by:	Adam Jimerson <vendion@gmail.com>

Modified:
  head/dns/py-tldextract/Makefile

Modified: head/dns/py-tldextract/Makefile
==============================================================================
--- head/dns/py-tldextract/Makefile	Mon Aug 26 15:10:39 2019	(r509955)
+++ head/dns/py-tldextract/Makefile	Mon Aug 26 15:53:03 2019	(r509956)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tldextract
 PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ COMMENT=	Separate the TLD from the registered domain a
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} \
+	        ${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-file>=1.4:www/py-requests-file@${PY_FLAVOR}
 
 USES=	python



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