From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:49:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD7726B2871; Tue, 21 Sep 2021 03:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6qP2p5nz4d6b; Tue, 21 Sep 2021 03:49:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5BE01CE9B; Tue, 21 Sep 2021 03:49:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3n4OM017634; Tue, 21 Sep 2021 03:49:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3n4Pg017633; Tue, 21 Sep 2021 03:49:04 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:49:04 GMT Message-Id: <202109210349.18L3n4Pg017633@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0aac7ccc2eac - main - dns/public_suffix_list: Update to 20210831 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0aac7ccc2eacd2a076d5c493fabb7de926c20597 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:49:05 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0aac7ccc2eacd2a076d5c493fabb7de926c20597 commit 0aac7ccc2eacd2a076d5c493fabb7de926c20597 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:06:58 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:14 +0000 dns/public_suffix_list: Update to 20210831 - Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master --- 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 | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index b3664d24d613..7563f7e63f90 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,7 +1,7 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= public_suffix_list -PORTVERSION= 20210726 +PORTVERSION= 20210831 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -20,7 +20,7 @@ PORTDATA= public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= ba7dc5b +GH_TAGNAME= 6ea3f4f USE_GITHUB= yes do-install: diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index f8572833d8b8..bc77eac95a62 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628178983 -SHA256 (publicsuffix-list-20210726-ba7dc5b_GH0.tar.gz) = 45cb23b8a7e34a6505f27c9a6f56a857eb21faa04a3d18116ad90646eb0f6f03 -SIZE (publicsuffix-list-20210726-ba7dc5b_GH0.tar.gz) = 106814 +TIMESTAMP = 1632166889 +SHA256 (publicsuffix-list-20210831-6ea3f4f_GH0.tar.gz) = f091f86b9f5d0a91e68c607a314a5bc32f2ed9fd319a9b2bbbc50369558f47df +SIZE (publicsuffix-list-20210831-6ea3f4f_GH0.tar.gz) = 107069 diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index 1ba81b47c98e..aeebd8d95d08 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -2,7 +2,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 263a466c772e..213a5a3219de 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 3dd85c1bc87b..bcd86ecb9f84 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= 11 +PORTREVISION= 12 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 88c8433dbed5..271201e7f45c 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= 55 +PORTREVISION= 56 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 461b71755ca3..128c01857ad7 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}