diff --git a/dns/py-dns-crawler/Makefile b/dns/py-dns-crawler/Makefile index e875e08cc056..11b6d007b554 100644 --- a/dns/py-dns-crawler/Makefile +++ b/dns/py-dns-crawler/Makefile @@ -1,9 +1,9 @@ PORTNAME= dns-crawler -PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTVERSION= 1.6.5 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= dns_crawler-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Crawler for getting info about DNS domains and services @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F ${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.10:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>=21.10.1:textproc/py-pyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyicu>=2.10.2:devel/py-pyicu@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyicu>=2.13.1:devel/py-pyicu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=23.1.1,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=4.5.4:databases/py-redis@${PY_FLAVOR} \ diff --git a/dns/py-dns-crawler/distinfo b/dns/py-dns-crawler/distinfo index 448f4a08dd5c..4c05debd5c6e 100644 --- a/dns/py-dns-crawler/distinfo +++ b/dns/py-dns-crawler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712500 -SHA256 (dns-crawler-1.6.3.tar.gz) = 4e794a9e7a978bdfd0f61e62144d4677c72626559632071d79623e917e57de6c -SIZE (dns-crawler-1.6.3.tar.gz) = 45095 +TIMESTAMP = 1732260944 +SHA256 (dns_crawler-1.6.5.tar.gz) = f4ee4e98b7fae84e71e51422736ff1cdcf3f01653b5c6f73cb190f79b46115e4 +SIZE (dns_crawler-1.6.5.tar.gz) = 45203 diff --git a/dns/py-dns-crawler/files/patch-requirements.txt b/dns/py-dns-crawler/files/patch-requirements.txt index 037bc2501ab5..2d5e0b3cc888 100644 --- a/dns/py-dns-crawler/files/patch-requirements.txt +++ b/dns/py-dns-crawler/files/patch-requirements.txt @@ -16,7 +16,7 @@ hstspreload -idna==2.10 -pyaml==21.10.1 --PyICU==2.10.2 +-PyICU==2.13.1 -pyOpenSSL==23.1.1 -redis==4.5.4 -requests_toolbelt==0.10.1 @@ -28,7 +28,7 @@ \ No newline at end of file +idna>=2.10 +pyaml>=21.10.1 -+PyICU>=2.10.2 ++PyICU>=2.13.1 +pyOpenSSL>=23.1.1 +redis>=4.5.4 +requests_toolbelt>=0.10.1