aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-09 03:37:12 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-09 03:37:12 +0800
commitbb8fc9e70405ac9ca3bfb0b4781c6cfdea9c9f55 (patch)
tree6bcc08ce38e49c8fe125630a61fa2bbc6b2fde6b /net
parent40f83a995b6aae42846720c81c27040b4546f05e (diff)
downloadfreebsd-ports-gnome-bb8fc9e70405ac9ca3bfb0b4781c6cfdea9c9f55.tar.gz
freebsd-ports-gnome-bb8fc9e70405ac9ca3bfb0b4781c6cfdea9c9f55.tar.zst
freebsd-ports-gnome-bb8fc9e70405ac9ca3bfb0b4781c6cfdea9c9f55.zip
- Update to 0.4.0
- Add LICENSE - Sort RUN_DEPENDS - Sort USE_PYTHON - Fix indent - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/cedadev/ndg_httpsclient/releases PR: 200711 Submitted by: sunpoet (myself) Approved by: olivierd (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/py-ndg_httpsclient/Makefile16
-rw-r--r--net/py-ndg_httpsclient/distinfo4
-rw-r--r--net/py-ndg_httpsclient/pkg-descr3
3 files changed, 13 insertions, 10 deletions
diff --git a/net/py-ndg_httpsclient/Makefile b/net/py-ndg_httpsclient/Makefile
index 9c327baf943f..cca035fbe7a8 100644
--- a/net/py-ndg_httpsclient/Makefile
+++ b/net/py-ndg_httpsclient/Makefile
@@ -2,18 +2,20 @@
# $FreeBSD$
PORTNAME= ndg_httpsclient
-PORTVERSION= 0.3.3
+PORTVERSION= 0.4.0
CATEGORIES= net python
-MASTER_SITES= CHEESESHOP/source/${DISTNAME:C/(.).*/\1/}/${PORTNAME:S/_/-/}
+MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= olivierd@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enhance HTTPS support for httplib and urllib2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl \
- ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1
+LICENSE= BSD3CLAUSE
-USES= python:2
-USE_PYTHON= distutils autoplist
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
+
+USE_PYTHON= autoplist distutils
+USES= python
.include <bsd.port.mk>
diff --git a/net/py-ndg_httpsclient/distinfo b/net/py-ndg_httpsclient/distinfo
index afd6e9afac0f..d47ecc8c2cda 100644
--- a/net/py-ndg_httpsclient/distinfo
+++ b/net/py-ndg_httpsclient/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ndg_httpsclient-0.3.3.tar.gz) = 7b9601225d2f530663567d03326f28f22a4a6423e56ac1812d61fd20412633f2
-SIZE (ndg_httpsclient-0.3.3.tar.gz) = 21544
+SHA256 (ndg_httpsclient-0.4.0.tar.gz) = e8c155fdebd9c4bcb0810b4ed01ae1987554b1ee034dd7532d7b8fdae38a6274
+SIZE (ndg_httpsclient-0.4.0.tar.gz) = 24038
diff --git a/net/py-ndg_httpsclient/pkg-descr b/net/py-ndg_httpsclient/pkg-descr
index 8c4ddc04ba9f..9df9be728b61 100644
--- a/net/py-ndg_httpsclient/pkg-descr
+++ b/net/py-ndg_httpsclient/pkg-descr
@@ -1,4 +1,5 @@
-This is a HTTPS client implementation for httplib and urllib2 based on
+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