svn commit: r509956 - head/dns/py-tldextract

Dan Langille dvl at FreeBSD.org
Mon Aug 26 15:53:04 UTC 2019


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 at 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


More information about the svn-ports-head mailing list