git: f0646f7b4063 - main - dns/public_suffix_list: Update to 20210527

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 14 17:46:23 UTC 2021


The branch main has been updated by sunpoet:

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

commit f0646f7b4063d2dc0d9c8dfaa5f00ae033b2e0b3
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:37:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:37:47 +0000

    dns/public_suffix_list: Update to 20210527
    
    - Bump PORTREVISION of dependent ports for package change
    
    Changes:        https://github.com/publicsuffix/list/commits/master
---
 dns/p5-Mozilla-PublicSuffix/Makefile       | 1 +
 dns/public_suffix_list/Makefile            | 4 ++--
 dns/public_suffix_list/distinfo            | 6 +++---
 dns/py-publicsuffix/Makefile               | 2 +-
 dns/py-publicsuffix2/Makefile              | 2 +-
 dns/rubygem-public_suffix/Makefile         | 2 +-
 dns/rubygem-public_suffix_service/Makefile | 2 +-
 www/py-adblock/Makefile                    | 1 +
 8 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile
index 7d0c2fd5b857..9d135a2d7750 100644
--- a/dns/p5-Mozilla-PublicSuffix/Makefile
+++ b/dns/p5-Mozilla-PublicSuffix/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Mozilla-PublicSuffix
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile
index 8cab1ee220f3..ab3b01375260 100644
--- a/dns/public_suffix_list/Makefile
+++ b/dns/public_suffix_list/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	public_suffix_list
-PORTVERSION=	20210430
+PORTVERSION=	20210527
 CATEGORIES=	dns
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -20,7 +20,7 @@ PORTDATA=	public_suffix_list.dat \
 
 GH_ACCOUNT=	publicsuffix
 GH_PROJECT=	list
-GH_TAGNAME=	9bea487
+GH_TAGNAME=	14a6c4f
 USE_GITHUB=	yes
 
 do-install:
diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo
index a7b08be84154..950211a7e5e7 100644
--- a/dns/public_suffix_list/distinfo
+++ b/dns/public_suffix_list/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619725319
-SHA256 (publicsuffix-list-20210430-9bea487_GH0.tar.gz) = d6bb5856975e1dac11469d636a062a752c49d0b7dac94048b09d371e4869cfd5
-SIZE (publicsuffix-list-20210430-9bea487_GH0.tar.gz) = 104071
+TIMESTAMP = 1622900783
+SHA256 (publicsuffix-list-20210527-14a6c4f_GH0.tar.gz) = 85d86b1440ae28135de4fb04243d2a4ef1d239866071bfc7ea190001152709f5
+SIZE (publicsuffix-list-20210527-14a6c4f_GH0.tar.gz) = 104959
diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile
index a56b1f63a910..c571cf37493d 100644
--- a/dns/py-publicsuffix/Makefile
+++ b/dns/py-publicsuffix/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	publicsuffix
 PORTVERSION=	1.1.0
-PORTREVISION=	40
+PORTREVISION=	41
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile
index 15f3bde1a5c4..4678032f571f 100644
--- a/dns/py-publicsuffix2/Makefile
+++ b/dns/py-publicsuffix2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	publicsuffix2
 PORTVERSION=	2.20191221
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile
index 38a3c731a1cc..e99824448375 100644
--- a/dns/rubygem-public_suffix/Makefile
+++ b/dns/rubygem-public_suffix/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	public_suffix
 PORTVERSION=	4.0.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	dns rubygems
 MASTER_SITES=	RG
 
diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile
index f5afff88f1e3..ea3301cebb2e 100644
--- a/dns/rubygem-public_suffix_service/Makefile
+++ b/dns/rubygem-public_suffix_service/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	public_suffix_service
 PORTVERSION=	0.9.1
-PORTREVISION=	52
+PORTREVISION=	53
 CATEGORIES=	dns rubygems
 MASTER_SITES=	RG
 
diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile
index 29e899ee7563..b26e38a87cd5 100644
--- a/www/py-adblock/Makefile
+++ b/www/py-adblock/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	adblock
 DISTVERSION=	0.4.4
+PORTREVISION=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 


More information about the dev-commits-ports-main mailing list