Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2024 20:16:11 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: 00ca2a23415f - main - dns/p5-Mozilla-PublicSuffix: Update to 1.0.7
Message-ID:  <202409152016.48FKGBXr081935@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=00ca2a23415f5519cfe9841360a6a2e96fa6f221

commit 00ca2a23415f5519cfe9841360a6a2e96fa6f221
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-15 19:43:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-15 20:09:41 +0000

    dns/p5-Mozilla-PublicSuffix: Update to 1.0.7
    
    - Disable public_suffix_list patch temporarily as the bundled one is newer now
    
    Changes:        https://metacpan.org/dist/Mozilla-PublicSuffix/changes
---
 dns/p5-Mozilla-PublicSuffix/Makefile | 9 ++++-----
 dns/p5-Mozilla-PublicSuffix/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile
index 3c668e28c7ea..0a499c487b8b 100644
--- a/dns/p5-Mozilla-PublicSuffix/Makefile
+++ b/dns/p5-Mozilla-PublicSuffix/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	Mozilla-PublicSuffix
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	30
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +12,7 @@ WWW=		https://metacpan.org/release/Mozilla-PublicSuffix
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
+#PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-URI>=0:net/p5-URI
 
@@ -22,7 +21,7 @@ USE_PERL5=	modbuild
 
 NO_ARCH=	yes
 
-post-patch:
-	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat
+#post-patch:
+#	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat
 
 .include <bsd.port.mk>
diff --git a/dns/p5-Mozilla-PublicSuffix/distinfo b/dns/p5-Mozilla-PublicSuffix/distinfo
index 3be3b6377d8b..96d857f51540 100644
--- a/dns/p5-Mozilla-PublicSuffix/distinfo
+++ b/dns/p5-Mozilla-PublicSuffix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642102199
-SHA256 (Mozilla-PublicSuffix-v1.0.6.tar.gz) = a3bc115d6a59fb7bf23b539fb7b95e4ee06850fab884e2d12dd98dc545f9ebd8
-SIZE (Mozilla-PublicSuffix-v1.0.6.tar.gz) = 87552
+TIMESTAMP = 1726080975
+SHA256 (Mozilla-PublicSuffix-v1.0.7.tar.gz) = 6815e292161ba8192b434398db295e229b3e61574e6a61994e90f359a2c71b21
+SIZE (Mozilla-PublicSuffix-v1.0.7.tar.gz) = 96335



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