diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:15:29 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-03-22 03:20:05 +0800 |
commit | 4d15212d0b835056e029c14b935aede3ffa00941 (patch) | |
tree | 22cdad1dd491894a401ec7f3644fd59325d051cb /dns/py-publicsuffix2/Makefile | |
parent | 6931d1c7cc612ef3cb244c83a5af5b74d6a9401b (diff) | |
download | freebsd-ports-4d15212d0b835056e029c14b935aede3ffa00941.zip |
dns/public_suffix_list: Update to 20230228
- 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 d28ca0c0f22f..eb8019663790 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |