ports/186059: [PATCH] dns/publicsuffix update to 1.04
Eero Hänninen
fax at nohik.ee
Thu Jan 23 23:00:00 UTC 2014
>Number: 186059
>Category: ports
>Synopsis: [PATCH] dns/publicsuffix update to 1.04
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 23 23:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Eero Hänninen
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD labakinnas 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- added STAGEDIR
- converted to use PYDISTUTILS_AUTOPLIST
- removed extra URL from pkg-descr to make portlint happy
- update from version 1.02 to 1.04
Release notes:
1.0.4
* Added missing change log.
1.0.3
* Updated publicsuffix.txt to the latest version from Mozilla.
* Added trove classifiers.
* Minor update of the README.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN py-publicsuffix.orig/Makefile py-publicsuffix/Makefile
--- py-publicsuffix.orig/Makefile 2014-01-22 19:00:46.000000000 +0200
+++ py-publicsuffix/Makefile 2014-01-23 23:31:20.000000000 +0200
@@ -2,7 +2,7 @@
# $FreeBSD: dns/py-publicsuffix/Makefile 340722 2014-01-22 17:00:46Z mat $
PORTNAME= publicsuffix
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,8 @@
LICENSE= MIT
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/publicsuffix.py \
- %%PYTHON_SITELIBDIR%%/publicsuffix.pyc \
- %%PYTHON_SITELIBDIR%%/publicsuffix.pyo \
- %%PYTHON_SITELIBDIR%%/publicsuffix.txt
-
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff -ruN py-publicsuffix.orig/distinfo py-publicsuffix/distinfo
--- py-publicsuffix.orig/distinfo 2014-01-22 17:30:13.000000000 +0200
+++ py-publicsuffix/distinfo 2014-01-23 23:31:23.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (publicsuffix-1.0.2.tar.gz) = f6dfcb8a33fb3ac4f09e644cd26f8af6a09d1a45a019d105c8da58e289ca0096
-SIZE (publicsuffix-1.0.2.tar.gz) = 28992
+SHA256 (publicsuffix-1.0.4.tar.gz) = aef229ed2260ed9c7c415bd09749dca173a5ac7bb1d4c278cd4bf2e3531c46ea
+SIZE (publicsuffix-1.0.4.tar.gz) = 39000
diff -ruN py-publicsuffix.orig/pkg-descr py-publicsuffix/pkg-descr
--- py-publicsuffix.orig/pkg-descr 2013-11-20 22:51:25.000000000 +0200
+++ py-publicsuffix/pkg-descr 2014-01-24 00:03:02.000000000 +0200
@@ -1,10 +1,10 @@
This module allows you to get the public suffix of a domain name using
-the Public Suffix List from http://publicsuffix.org
+the Public Suffix List.
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
+user interface or sorting URLs by web site.
WWW: https://pypi.python.org/pypi/publicsuffix/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list