aboutsummaryrefslogtreecommitdiff
path: root/dns/py-publicsuffix
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-27 13:53:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-27 13:53:29 +0000
commitf3bcde28795ca4414f387b046a3e07dba05dfe22 (patch)
tree8c73161ae031600887cb72f741e7a5e6d8115c45 /dns/py-publicsuffix
parentea4d4528cad5bc954fe28b7047a38ff27ed53fa0 (diff)
downloadports-f3bcde28795ca4414f387b046a3e07dba05dfe22.tar.gz
ports-f3bcde28795ca4414f387b046a3e07dba05dfe22.zip
Notes
Diffstat (limited to 'dns/py-publicsuffix')
-rw-r--r--dns/py-publicsuffix/Makefile2
-rw-r--r--dns/py-publicsuffix/distinfo5
-rw-r--r--dns/py-publicsuffix/files/patch-LICENSE8
3 files changed, 12 insertions, 3 deletions
diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile
index 4c3ac4cf35fc..fcb9d26964ed 100644
--- a/dns/py-publicsuffix/Makefile
+++ b/dns/py-publicsuffix/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= publicsuffix
-PORTVERSION= 1.0.4
+PORTVERSION= 1.1.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/dns/py-publicsuffix/distinfo b/dns/py-publicsuffix/distinfo
index c692815a35a5..623f2857f8da 100644
--- a/dns/py-publicsuffix/distinfo
+++ b/dns/py-publicsuffix/distinfo
@@ -1,2 +1,3 @@
-SHA256 (publicsuffix-1.0.4.tar.gz) = aef229ed2260ed9c7c415bd09749dca173a5ac7bb1d4c278cd4bf2e3531c46ea
-SIZE (publicsuffix-1.0.4.tar.gz) = 39000
+TIMESTAMP = 1486678276
+SHA256 (publicsuffix-1.1.0.tar.gz) = ae77593d269e1e5131723259cc1142c25690c20c59f2e98f67e227228028bda9
+SIZE (publicsuffix-1.1.0.tar.gz) = 61602
diff --git a/dns/py-publicsuffix/files/patch-LICENSE b/dns/py-publicsuffix/files/patch-LICENSE
new file mode 100644
index 000000000000..b0c3a33cc967
--- /dev/null
+++ b/dns/py-publicsuffix/files/patch-LICENSE
@@ -0,0 +1,8 @@
+--- LICENSE.orig 2017-02-10 11:16:11.937494000 +1300
++++ LICENSE 2017-02-10 11:16:26.902116000 +1300
+@@ -1,4 +1,4 @@
+-Copyright (c) 2015 Tomaž Šolc <tomaz.solc@tablix.org>
++Copyright (c) 2015 Tomaz Solc <tomaz.solc@tablix.org>
+
+ Python module included in this distribution is based on the code downloaded
+ from http://code.google.com/p/python-public-suffix-list/, which is