notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-publicsuffix Get public suffix of domain name from Public Suffix List
1.1.0_72 dns on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0_70Version of this port present on the latest quarterly branch.
Maintainer: d.pryadko@rambler-co.ru search for ports maintained by this maintainer
Port Added: 2012-06-27 22:26:19
Last Update: 2024-03-09 14:05:23
Commit Hash: c007bd7
Also Listed In: python
License: MIT
WWW:
https://pypi.org/project/publicsuffix/
Description:
This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org A public suffix is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately knowing the public suffix of a domain is useful when handling web browser cookies, highlighting the most important part of a domain name in a user interface or sorting URLs by web site
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}publicsuffix>0:dns/py-publicsuffix@${PY_FLAVOR}
To install the port:
cd /usr/ports/dns/py-publicsuffix/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/py-publicsuffix
  • pkg install py39-publicsuffix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-publicsuffix listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-publicsuffix
Package flavors (<flavor>: <package>)
  • py39: py39-publicsuffix
distinfo:
TIMESTAMP = 1486678276 SHA256 (publicsuffix-1.1.0.tar.gz) = ae77593d269e1e5131723259cc1142c25690c20c59f2e98f67e227228028bda9 SIZE (publicsuffix-1.1.0.tar.gz) = 61602

Packages (timestamps in pop-ups are UTC):
py37-publicsuffix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.1.0_35---1.1.0_35-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-publicsuffix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.0_721.1.0_72-1.1.0_721.1.0_72---
FreeBSD:13:quarterly1.1.0_701.1.0_701.1.0_641.1.0_701.1.0_701.1.0_701.1.0_701.1.0_70
FreeBSD:14:latest1.1.0_721.1.0_721.1.0_581.1.0_721.1.0_721.1.0_64-1.1.0_64
FreeBSD:14:quarterly1.1.0_701.1.0_70-1.1.0_701.1.0_701.1.0_701.1.0_701.1.0_70
FreeBSD:15:latest1.1.0_721.1.0_72n/a1.1.0_70n/a1.1.0_701.1.0_701.1.0_71
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Extract dependencies:
  1. public_suffix_list>=0 : dns/public_suffix_list
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
dns_py-publicsuffix
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/publicsuffix/
  2. https://pypi.org/packages/source/p/publicsuffix/
Collapse this list.

Number of commits found: 90

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0_72
09 Mar 2024 14:05:23
commit hash: c007bd79f5da3ccf4bfdc81d1d31e1a476edbd91commit hash: c007bd79f5da3ccf4bfdc81d1d31e1a476edbd91commit hash: c007bd79f5da3ccf4bfdc81d1d31e1a476edbd91commit hash: c007bd79f5da3ccf4bfdc81d1d31e1a476edbd91 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20240301

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_71
21 Feb 2024 15:06:29
commit hash: 906be52cfb76cc1e3d72d2e494599318a64c8e73commit hash: 906be52cfb76cc1e3d72d2e494599318a64c8e73commit hash: 906be52cfb76cc1e3d72d2e494599318a64c8e73commit hash: 906be52cfb76cc1e3d72d2e494599318a64c8e73 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20240130

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_70
01 Dec 2023 22:11:31
commit hash: b26b4b387546ee53cdcd296206c42f22e0d8ba20commit hash: b26b4b387546ee53cdcd296206c42f22e0d8ba20commit hash: b26b4b387546ee53cdcd296206c42f22e0d8ba20commit hash: b26b4b387546ee53cdcd296206c42f22e0d8ba20 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20231128

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_69
02 Nov 2023 07:37:19
commit hash: 459c0652a2835ff2fa639128bd431beb946d8378commit hash: 459c0652a2835ff2fa639128bd431beb946d8378commit hash: 459c0652a2835ff2fa639128bd431beb946d8378commit hash: 459c0652a2835ff2fa639128bd431beb946d8378 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20231028

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_68
05 Oct 2023 01:55:37
commit hash: 715b912eb6b1b62b202032512ef1e6e1dab4a79acommit hash: 715b912eb6b1b62b202032512ef1e6e1dab4a79acommit hash: 715b912eb6b1b62b202032512ef1e6e1dab4a79acommit hash: 715b912eb6b1b62b202032512ef1e6e1dab4a79a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20231001

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_67
11 Sep 2023 03:07:41
commit hash: fd109ee19b803382d2c3f845918fdbb80ae4578bcommit hash: fd109ee19b803382d2c3f845918fdbb80ae4578bcommit hash: fd109ee19b803382d2c3f845918fdbb80ae4578bcommit hash: fd109ee19b803382d2c3f845918fdbb80ae4578b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230827

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_66
31 Jul 2023 20:44:26
commit hash: d8ea8a7b1c6ee21b33ba01ce34e102e54f739970commit hash: d8ea8a7b1c6ee21b33ba01ce34e102e54f739970commit hash: d8ea8a7b1c6ee21b33ba01ce34e102e54f739970commit hash: d8ea8a7b1c6ee21b33ba01ce34e102e54f739970 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230728

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_65
09 Jul 2023 10:17:08
commit hash: 7545ae6089623e762d2c88ac5bf1aa4c0d626679commit hash: 7545ae6089623e762d2c88ac5bf1aa4c0d626679commit hash: 7545ae6089623e762d2c88ac5bf1aa4c0d626679commit hash: 7545ae6089623e762d2c88ac5bf1aa4c0d626679 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230630

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_64
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.1.0_64
05 Jun 2023 18:46:53
commit hash: e4ca45910270604c1288f70adca80ad28a67a199commit hash: e4ca45910270604c1288f70adca80ad28a67a199commit hash: e4ca45910270604c1288f70adca80ad28a67a199commit hash: e4ca45910270604c1288f70adca80ad28a67a199 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230510

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_63
02 May 2023 16:17:42
commit hash: 16ad1698b1fe21a6707f495071c18770c2c18ef8commit hash: 16ad1698b1fe21a6707f495071c18770c2c18ef8commit hash: 16ad1698b1fe21a6707f495071c18770c2c18ef8commit hash: 16ad1698b1fe21a6707f495071c18770c2c18ef8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230426

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_62
09 Apr 2023 13:36:34
commit hash: 5c8fac99eed82fbdfc70eb141a8f280d19391675commit hash: 5c8fac99eed82fbdfc70eb141a8f280d19391675commit hash: 5c8fac99eed82fbdfc70eb141a8f280d19391675commit hash: 5c8fac99eed82fbdfc70eb141a8f280d19391675 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230318

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_61
21 Mar 2023 19:20:05
commit hash: 4d15212d0b835056e029c14b935aede3ffa00941commit hash: 4d15212d0b835056e029c14b935aede3ffa00941commit hash: 4d15212d0b835056e029c14b935aede3ffa00941commit hash: 4d15212d0b835056e029c14b935aede3ffa00941 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230228

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_60
05 Feb 2023 15:47:43
commit hash: 554997225641f8e6314c12540dcac2a912ea43f9commit hash: 554997225641f8e6314c12540dcac2a912ea43f9commit hash: 554997225641f8e6314c12540dcac2a912ea43f9commit hash: 554997225641f8e6314c12540dcac2a912ea43f9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20230131

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_59
30 Jan 2023 12:59:03
commit hash: d258dba4a26d9a7e47538299d91ce6adafcf3981commit hash: d258dba4a26d9a7e47538299d91ce6adafcf3981commit hash: d258dba4a26d9a7e47538299d91ce6adafcf3981commit hash: d258dba4a26d9a7e47538299d91ce6adafcf3981 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Bump PORTREVISION of dependent ports for package change
after b55bff444d5d324584a48fc6bc732393b4de3263
1.1.0_58
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.1.0_58
30 Dec 2022 09:04:09
commit hash: 953b34185b094ae90e93e04e3156ec0b8f27e077commit hash: 953b34185b094ae90e93e04e3156ec0b8f27e077commit hash: 953b34185b094ae90e93e04e3156ec0b8f27e077commit hash: 953b34185b094ae90e93e04e3156ec0b8f27e077 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20221030

- Update WWW
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_57
03 Oct 2022 17:10:17
commit hash: d4c25b741cfea5b13e67120c9269c0a9b7bad938commit hash: d4c25b741cfea5b13e67120c9269c0a9b7bad938commit hash: d4c25b741cfea5b13e67120c9269c0a9b7bad938commit hash: d4c25b741cfea5b13e67120c9269c0a9b7bad938 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220927

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1.0_56
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.0_56
04 Sep 2022 03:46:25
commit hash: 04e7a4ebc6b754eb62bd81c53e5eb4a78f13c4e4commit hash: 04e7a4ebc6b754eb62bd81c53e5eb4a78f13c4e4commit hash: 04e7a4ebc6b754eb62bd81c53e5eb4a78f13c4e4commit hash: 04e7a4ebc6b754eb62bd81c53e5eb4a78f13c4e4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220825

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_55
27 Aug 2022 10:23:33
commit hash: 1abada472e5c2fc46ff79256da0cf3144607710dcommit hash: 1abada472e5c2fc46ff79256da0cf3144607710dcommit hash: 1abada472e5c2fc46ff79256da0cf3144607710dcommit hash: 1abada472e5c2fc46ff79256da0cf3144607710d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220728

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_54
20 Jul 2022 14:21:47
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.0_54
07 Jul 2022 12:36:12
commit hash: e1af6d00a7ec5477b0259721786c313de2286ab7commit hash: e1af6d00a7ec5477b0259721786c313de2286ab7commit hash: e1af6d00a7ec5477b0259721786c313de2286ab7commit hash: e1af6d00a7ec5477b0259721786c313de2286ab7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220629

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_53
03 Jun 2022 23:36:29
commit hash: 77a371244cdbbf0654876c7dcaf779f690e38f36commit hash: 77a371244cdbbf0654876c7dcaf779f690e38f36commit hash: 77a371244cdbbf0654876c7dcaf779f690e38f36commit hash: 77a371244cdbbf0654876c7dcaf779f690e38f36 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220518

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_52
13 May 2022 11:39:15
commit hash: 4b06038ec634326180b03b6b52fa1963f0555ccdcommit hash: 4b06038ec634326180b03b6b52fa1963f0555ccdcommit hash: 4b06038ec634326180b03b6b52fa1963f0555ccdcommit hash: 4b06038ec634326180b03b6b52fa1963f0555ccd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220430

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_51
16 Apr 2022 04:19:08
commit hash: 50a6d37469161218381729fa7aad873798914ee2commit hash: 50a6d37469161218381729fa7aad873798914ee2commit hash: 50a6d37469161218381729fa7aad873798914ee2commit hash: 50a6d37469161218381729fa7aad873798914ee2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220331

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_50
07 Mar 2022 18:10:56
commit hash: ab250dfbdcc87882696d40854ddda242b4a41df7commit hash: ab250dfbdcc87882696d40854ddda242b4a41df7commit hash: ab250dfbdcc87882696d40854ddda242b4a41df7commit hash: ab250dfbdcc87882696d40854ddda242b4a41df7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220228

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_49
28 Feb 2022 12:46:00
commit hash: 35624f1cc5418b7f2c0dccca4c01906f07c5688ccommit hash: 35624f1cc5418b7f2c0dccca4c01906f07c5688ccommit hash: 35624f1cc5418b7f2c0dccca4c01906f07c5688ccommit hash: 35624f1cc5418b7f2c0dccca4c01906f07c5688c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20220201

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_48
11 Jan 2022 18:44:00
commit hash: 25844d12550d129c56cca8ae106bf611910c3156commit hash: 25844d12550d129c56cca8ae106bf611910c3156commit hash: 25844d12550d129c56cca8ae106bf611910c3156commit hash: 25844d12550d129c56cca8ae106bf611910c3156 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20211231

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_47
21 Dec 2021 18:46:24
commit hash: ec3b5bc43bcfbab17896af57ce4166e5c6c15baccommit hash: ec3b5bc43bcfbab17896af57ce4166e5c6c15baccommit hash: ec3b5bc43bcfbab17896af57ce4166e5c6c15baccommit hash: ec3b5bc43bcfbab17896af57ce4166e5c6c15bac files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20211126

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_46
01 Nov 2021 13:41:23
commit hash: 93e00b018dbd59b18917b2e33544e6965ed3daf4commit hash: 93e00b018dbd59b18917b2e33544e6965ed3daf4commit hash: 93e00b018dbd59b18917b2e33544e6965ed3daf4commit hash: 93e00b018dbd59b18917b2e33544e6965ed3daf4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20211028

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_45
13 Oct 2021 19:12:09
commit hash: b6b619fc4a76fc219a02bfdb77cac3eb070649a2commit hash: b6b619fc4a76fc219a02bfdb77cac3eb070649a2commit hash: b6b619fc4a76fc219a02bfdb77cac3eb070649a2commit hash: b6b619fc4a76fc219a02bfdb77cac3eb070649a2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210929

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_44
21 Sep 2021 03:35:14
commit hash: 0aac7ccc2eacd2a076d5c493fabb7de926c20597commit hash: 0aac7ccc2eacd2a076d5c493fabb7de926c20597commit hash: 0aac7ccc2eacd2a076d5c493fabb7de926c20597commit hash: 0aac7ccc2eacd2a076d5c493fabb7de926c20597 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210831

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_43
08 Aug 2021 14:53:57
commit hash: 3aaef3c8cca736ee8453626f768a0eee5cf1a1b6commit hash: 3aaef3c8cca736ee8453626f768a0eee5cf1a1b6commit hash: 3aaef3c8cca736ee8453626f768a0eee5cf1a1b6commit hash: 3aaef3c8cca736ee8453626f768a0eee5cf1a1b6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210726

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_42
06 Jul 2021 14:55:29
commit hash: 478fa32bd2a6d0c1a9013aa32e34a9bfb39be28ccommit hash: 478fa32bd2a6d0c1a9013aa32e34a9bfb39be28ccommit hash: 478fa32bd2a6d0c1a9013aa32e34a9bfb39be28ccommit hash: 478fa32bd2a6d0c1a9013aa32e34a9bfb39be28c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210626

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_41
14 Jun 2021 17:37:47
commit hash: f0646f7b4063d2dc0d9c8dfaa5f00ae033b2e0b3commit hash: f0646f7b4063d2dc0d9c8dfaa5f00ae033b2e0b3commit hash: f0646f7b4063d2dc0d9c8dfaa5f00ae033b2e0b3commit hash: f0646f7b4063d2dc0d9c8dfaa5f00ae033b2e0b3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210527

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_40
01 May 2021 22:19:07
commit hash: 339c467fcd137dd5b2bd5449cf8af63798b3bb1ecommit hash: 339c467fcd137dd5b2bd5449cf8af63798b3bb1ecommit hash: 339c467fcd137dd5b2bd5449cf8af63798b3bb1ecommit hash: 339c467fcd137dd5b2bd5449cf8af63798b3bb1e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210430

- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_39
18 Apr 2021 05:41:57
commit hash: ac4f86c8d16eab5a118e993c442f71bdee72d3eacommit hash: ac4f86c8d16eab5a118e993c442f71bdee72d3eacommit hash: ac4f86c8d16eab5a118e993c442f71bdee72d3eacommit hash: ac4f86c8d16eab5a118e993c442f71bdee72d3ea files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
dns/public_suffix_list: Update to 20210330

- Update SLAVEDIRS
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_38
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.0_38
07 Mar 2021 22:11:20
Revision:567620Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_37
03 Feb 2021 19:46:51
Revision:563915Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_36
26 Jan 2021 17:21:24
Revision:562735Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_35
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.1.0_35
10 Dec 2020 21:30:53
Revision:557490Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_34
15 Nov 2020 17:58:18
Revision:555265Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_33
02 Oct 2020 07:30:10
Revision:550908Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_32
05 Sep 2020 21:28:54
Revision:547689Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_31
15 Aug 2020 16:28:50
Revision:544954Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_30
11 Jul 2020 18:09:12
Revision:542008Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_29
03 Jun 2020 18:07:57
Revision:537635Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_28
11 May 2020 20:23:04
Revision:534939Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_27
28 Mar 2020 12:45:42
Revision:529342Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_26
03 Feb 2020 19:45:11
Revision:525055Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_25
28 Dec 2019 06:56:24
Revision:521056Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_24
13 Dec 2019 06:41:56
Revision:519979Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_23
27 Oct 2019 11:30:15
Revision:515779Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_22
26 Aug 2019 11:47:16
Revision:509910Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_21
04 Aug 2019 16:10:15
Revision:508103Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dns/public_suffix_list update
1.1.0_20
17 Jul 2019 23:46:07
Revision:506827Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190717

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_19
29 May 2019 18:35:45
Revision:502980Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190529

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_18
17 Apr 2019 18:48:36
Revision:499187Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190415

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_17
07 Apr 2019 20:05:51
Revision:498312Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190329

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_16
12 Mar 2019 18:09:10
Revision:495474Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190221

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_15
19 Feb 2019 19:45:40
Revision:493376Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20190205

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_14
01 Jan 2019 20:31:21
Revision:488944Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20181228

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_13
15 Nov 2018 19:05:50
Revision:485019Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20181109

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_12
23 Sep 2018 12:52:50
Revision:480501Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20180823

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_11
13 Aug 2018 18:19:28
Revision:477082Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20180808

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_10
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
1.1.0_10
07 Apr 2018 16:33:58
Revision:466743Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20180328

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_9
08 Feb 2018 20:18:09
Revision:461265Original commit files touched by this commit
amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
1.1.0_9
04 Feb 2018 10:48:52
Revision:460913Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 20180125

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_8
14 Jan 2018 14:14:17
Revision:458970Original commit files touched by this commit
sunpoet search for other commits by this committer
Update dns/public_suffix_list to 0.0.0.20180113

- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_7
12 Nov 2017 19:09:39
Revision:454061Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20171029

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_6
20 Sep 2017 16:31:30
Revision:450209Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20170910

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_5
19 Aug 2017 16:04:43
Revision:448322Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20170809

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_4
15 Jul 2017 19:08:45
Revision:445924Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20170713

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_3
27 Jun 2017 16:13:23
Revision:444475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20170622

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_2
24 Apr 2017 15:16:08
Revision:439304Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.0.0.20170412

- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
1.1.0_1
19 Apr 2017 14:39:05
Revision:438851Original commit files touched by this commit
sunpoet search for other commits by this committer
Use dns/public_suffix_list for up-to-date public suffix list

- Bump PORTREVISION for package change

PR:		218362
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
1.1.0
27 Feb 2017 13:53:29
Revision:434938Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.1.0

PR:		216951
Submitted by:	mjl@luckie.org.nz
Approved by:	maintainer timeout (d.pryadko@rambler-co.ru, 2 weeks)
1.0.4
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
1.0.4
04 Dec 2015 12:36:04
Revision:402982Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE_FILE [1]
- Add NO_ARCH [1]
- Sort USE_PYTHON [2]

Approved by:	portmgr (blanket) [1]
With hat:	python [2]
1.0.4
19 Oct 2014 15:43:33
Revision:371188Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
1.0.4
25 May 2014 09:50:07
Revision:355150Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.0.4

PR:		186059
Submitted by:	Eero HAEUnninen <fax@nohik.ee>
1.0.2_1
15 Feb 2014 10:34:17
Revision:344365Original commit files touched by this commit
miwi search for other commits by this committer
- Convert to autoplist
- Stage support
- Bump PORTREV
1.0.2
20 Nov 2013 20:51:25
Revision:334452Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW:
  - http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
1.0.2
20 Sep 2013 16:31:58
Revision:327719Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
1.0.2
27 Jun 2012 22:25:42
Original commit files touched by this commit
jgh search for other commits by this committer
add new port: dns/py-publicsuffix

This module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org

A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site

WWW: http://pypi.python.org/pypi/publicsuffix/

PR:     ports/169326
Submitted by:   d.pryadko@rambler-co.ru

Number of commits found: 90