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-publicsuffixlist/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-publicsuffixlist/Makefile')
-rw-r--r-- | dns/py-publicsuffixlist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 71e78956812b..5c3f05b6ac6d 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffixlist PORTVERSION= 0.7.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |