Date: Thu, 7 Jul 2022 12:37:08 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: e1af6d00a7ec - main - dns/public_suffix_list: Update to 20220629 Message-ID: <202207071237.267Cb8I5074044@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=e1af6d00a7ec5477b0259721786c313de2286ab7 commit e1af6d00a7ec5477b0259721786c313de2286ab7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 12:22:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-07 12:36:12 +0000 dns/public_suffix_list: Update to 20220629 - Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master --- dns/p5-Mozilla-PublicSuffix/Makefile | 2 +- dns/public_suffix_list/Makefile | 4 ++-- dns/public_suffix_list/distinfo | 6 +++--- dns/py-publicsuffix/Makefile | 2 +- dns/py-publicsuffix2/Makefile | 2 +- dns/py-publicsuffixlist/Makefile | 1 + dns/rubygem-public_suffix/Makefile | 2 +- dns/rubygem-public_suffix_service/Makefile | 2 +- www/py-adblock/Makefile | 2 +- 9 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index deaf483f077b..3db2eddf98d5 100644 --- a/dns/p5-Mozilla-PublicSuffix/Makefile +++ b/dns/p5-Mozilla-PublicSuffix/Makefile @@ -3,7 +3,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.6 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index b9673eb55f0b..f8743a02bbd0 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= public_suffix_list -PORTVERSION= 20220518 +PORTVERSION= 20220629 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -20,7 +20,7 @@ PORTDATA= public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= d17a656 +GH_TAGNAME= 104afe5 USE_GITHUB= yes do-install: diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 6cf4b427ed17..3f6249045bf3 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654275828 -SHA256 (publicsuffix-list-20220518-d17a656_GH0.tar.gz) = e8f7a87bacb994765a9e1690d88016cdaf5e1dad3fa2dbb3c0f2e66e1ade92b7 -SIZE (publicsuffix-list-20220518-d17a656_GH0.tar.gz) = 110400 +TIMESTAMP = 1656675153 +SHA256 (publicsuffix-list-20220629-104afe5_GH0.tar.gz) = a913d91b7171b387a804be59e3721c352333242877cd4adb8ab2adf95419f9e2 +SIZE (publicsuffix-list-20220629-104afe5_GH0.tar.gz) = 110452 diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 433ab566a06d..1e4d9a00bad1 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -2,7 +2,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index d91f01d2b3ca..eee15044dfaf 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 705d3ca34022..0653210e26ba 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -2,6 +2,7 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.7.13 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index e52db1c92563..f126c4a3c2a7 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -2,7 +2,7 @@ PORTNAME= public_suffix PORTVERSION= 4.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index f57cfaade1a0..93d9a55223cd 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= 65 +PORTREVISION= 66 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 66d3a4597645..4306dc2097ff 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.5.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207071237.267Cb8I5074044>