diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-03 00:17:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-03 00:17:42 +0800 |
commit | 16ad1698b1fe21a6707f495071c18770c2c18ef8 (patch) | |
tree | a7d3f2cc945dc4e13b8e6cb15752ec13e3c49ea4 /dns/py-publicsuffix2/Makefile | |
parent | 0f497b4088a2053bffbdc534bac05f21a9a3f9e7 (diff) | |
download | freebsd-ports-16ad1698b1fe21a6707f495071c18770c2c18ef8.zip |
dns/public_suffix_list: Update to 20230426
- Bump PORTREVISION of dependent ports for package change
Changes: https://github.com/publicsuffix/list/commits/master
Diffstat (limited to 'dns/py-publicsuffix2/Makefile')
-rw-r--r-- | dns/py-publicsuffix2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 16cf94e00561..53100e6dfb39 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |