From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 19:37:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2586C8C8; Mon, 8 Jun 2015 19:37:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06BBC1CF3; Mon, 8 Jun 2015 19:37:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58JbDKG001327; Mon, 8 Jun 2015 19:37:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58JbD5X001322; Mon, 8 Jun 2015 19:37:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506081937.t58JbD5X001322@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 Jun 2015 19:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388859 - head/net/py-ndg_httpsclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 19:37:14 -0000 Author: sunpoet Date: Mon Jun 8 19:37:12 2015 New Revision: 388859 URL: https://svnweb.freebsd.org/changeset/ports/388859 Log: - 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) Modified: head/net/py-ndg_httpsclient/Makefile head/net/py-ndg_httpsclient/distinfo head/net/py-ndg_httpsclient/pkg-descr Modified: head/net/py-ndg_httpsclient/Makefile ============================================================================== --- head/net/py-ndg_httpsclient/Makefile Mon Jun 8 19:18:06 2015 (r388858) +++ head/net/py-ndg_httpsclient/Makefile Mon Jun 8 19:37:12 2015 (r388859) @@ -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 Modified: head/net/py-ndg_httpsclient/distinfo ============================================================================== --- head/net/py-ndg_httpsclient/distinfo Mon Jun 8 19:18:06 2015 (r388858) +++ head/net/py-ndg_httpsclient/distinfo Mon Jun 8 19:37:12 2015 (r388859) @@ -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 Modified: head/net/py-ndg_httpsclient/pkg-descr ============================================================================== --- head/net/py-ndg_httpsclient/pkg-descr Mon Jun 8 19:18:06 2015 (r388858) +++ head/net/py-ndg_httpsclient/pkg-descr Mon Jun 8 19:37:12 2015 (r388859) @@ -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