Index: head/dns/py-cloudflare/Makefile =================================================================== --- head/dns/py-cloudflare/Makefile (revision 563393) +++ head/dns/py-cloudflare/Makefile (revision 563394) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= cloudflare -PORTVERSION= 2.6.1 +PORTVERSION= 2.8.15 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Wrapper for the Cloudflare v4 API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonlines>=0:devel/py-jsonlines@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/dns/py-cloudflare/distinfo =================================================================== --- head/dns/py-cloudflare/distinfo (revision 563393) +++ head/dns/py-cloudflare/distinfo (revision 563394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665729 -SHA256 (cloudflare-2.6.1.tar.gz) = e1fab742f020d2c4d0b4e627f6f5b09f4b078325b1ea945a3b3707216d69f667 -SIZE (cloudflare-2.6.1.tar.gz) = 59023 +TIMESTAMP = 1611856678 +SHA256 (cloudflare-2.8.15.tar.gz) = 1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc +SIZE (cloudflare-2.8.15.tar.gz) = 70697 Index: head/dns/py-cloudflare/files/patch-setup.py =================================================================== --- head/dns/py-cloudflare/files/patch-setup.py (nonexistent) +++ head/dns/py-cloudflare/files/patch-setup.py (revision 563394) @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-08-13 01:09:48 UTC ++++ setup.py +@@ -31,7 +31,7 @@ def main(): + #package_dir={'CloudFlare/examples': 'examples'}, + #package_data={'cloudflare-examples': ["examples/*"]}, + include_package_data=True, +- data_files = [('man/man1', ['cli4/cli4.man'])], ++ #data_files = [('man/man1', ['cli4/cli4.man'])], + install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'], + keywords='cloudflare', + entry_points={ Property changes on: head/dns/py-cloudflare/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property