Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 18:31:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 61934c2b62e8 - main - dns/py-publicsuffixlist: Update to 0.10.0.20240420
Message-ID:  <202404201831.43KIVU9L029948@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61934c2b62e8434fad166e045eab92a2053f8a9e

commit 61934c2b62e8434fad166e045eab92a2053f8a9e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 18:28:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 18:28:28 +0000

    dns/py-publicsuffixlist: Update to 0.10.0.20240420
    
    Changes:        https://github.com/ko-zu/psl/commits/master
---
 dns/py-publicsuffixlist/Makefile | 10 +++++-----
 dns/py-publicsuffixlist/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile
index e5959700335f..db29f932d9d1 100644
--- a/dns/py-publicsuffixlist/Makefile
+++ b/dns/py-publicsuffixlist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	publicsuffixlist
-PORTVERSION=	0.10.0.20240412
+PORTVERSION=	0.10.0.20240420
 CATEGORIES=	dns python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,15 +13,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
+#PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-post-patch:
-	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffixlist/public_suffix_list.dat
-	@${CP} ${LOCALBASE}/share/public_suffix_list/test_psl.txt ${WRKSRC}/publicsuffixlist/test_psl.txt
+#post-patch:
+#	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffixlist/public_suffix_list.dat
+#	@${CP} ${LOCALBASE}/share/public_suffix_list/test_psl.txt ${WRKSRC}/publicsuffixlist/test_psl.txt
 
 .include <bsd.port.mk>
diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo
index 829b1ff29699..56da976f6ede 100644
--- a/dns/py-publicsuffixlist/distinfo
+++ b/dns/py-publicsuffixlist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713528540
-SHA256 (publicsuffixlist-0.10.0.20240412.tar.gz) = 1b685d974dbd3258ab1c7f473449cf2a55275a74a995b60a8410f0f07d7f5b78
-SIZE (publicsuffixlist-0.10.0.20240412.tar.gz) = 101318
+TIMESTAMP = 1713624710
+SHA256 (publicsuffixlist-0.10.0.20240420.tar.gz) = b3cc4f91eb3fc4595e8ea7ce94c64e3cb98d2bdd9ed932cad7c5199afdff6ba2
+SIZE (publicsuffixlist-0.10.0.20240420.tar.gz) = 101205



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