diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:16:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:16:27 +0800 |
commit | 156b7bee765e0f303f125f9982ba75b8d744c4e4 (patch) | |
tree | bc5918a6b3a4266625270adbe77e4664b9f4e7df | |
parent | 5a1d39a1fdce7def0c945e3d701d6b379395f0cb (diff) | |
download | freebsd-ports-gnome-156b7bee765e0f303f125f9982ba75b8d744c4e4.tar.gz freebsd-ports-gnome-156b7bee765e0f303f125f9982ba75b8d744c4e4.tar.zst freebsd-ports-gnome-156b7bee765e0f303f125f9982ba75b8d744c4e4.zip |
- Update to 0.4.1
- Add LICENSE_FILE
- Update WWW
Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases
https://github.com/cedadev/ndg_httpsclient/releases
-rw-r--r-- | net/py-ndg_httpsclient/Makefile | 4 | ||||
-rw-r--r-- | net/py-ndg_httpsclient/distinfo | 5 | ||||
-rw-r--r-- | net/py-ndg_httpsclient/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/py-ndg_httpsclient/Makefile b/net/py-ndg_httpsclient/Makefile index 5de2325c006c..bdacd5a50ddd 100644 --- a/net/py-ndg_httpsclient/Makefile +++ b/net/py-ndg_httpsclient/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ndg_httpsclient -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.4.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Enhance HTTPS support for httplib and urllib2 LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/ndg/httpsclient/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl diff --git a/net/py-ndg_httpsclient/distinfo b/net/py-ndg_httpsclient/distinfo index d47ecc8c2cda..5a3577c155c2 100644 --- a/net/py-ndg_httpsclient/distinfo +++ b/net/py-ndg_httpsclient/distinfo @@ -1,2 +1,3 @@ -SHA256 (ndg_httpsclient-0.4.0.tar.gz) = e8c155fdebd9c4bcb0810b4ed01ae1987554b1ee034dd7532d7b8fdae38a6274 -SIZE (ndg_httpsclient-0.4.0.tar.gz) = 24038 +TIMESTAMP = 1466892165 +SHA256 (ndg_httpsclient-0.4.1.tar.gz) = 133931ab2cf7118f8fc7ccc29e289ba8f644dd90f84632fa0e6eb16df4ba1891 +SIZE (ndg_httpsclient-0.4.1.tar.gz) = 24994 diff --git a/net/py-ndg_httpsclient/pkg-descr b/net/py-ndg_httpsclient/pkg-descr index 9df9be728b61..1f5d5529436e 100644 --- a/net/py-ndg_httpsclient/pkg-descr +++ b/net/py-ndg_httpsclient/pkg-descr @@ -2,4 +2,4 @@ This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. WWW: https://pypi.python.org/pypi/ndg-httpsclient -WWW: http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient +WWW: https://github.com/cedadev/ndg_httpsclient |