Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 22:45:29 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413233 - head/security/py-openssl
Message-ID:  <201604132245.u3DMjT8S024107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Wed Apr 13 22:45:29 2016
New Revision: 413233
URL: https://svnweb.freebsd.org/changeset/ports/413233

Log:
  - Update to 16.0.0
  - Allow Python concurrent installation

Modified:
  head/security/py-openssl/Makefile
  head/security/py-openssl/distinfo

Modified: head/security/py-openssl/Makefile
==============================================================================
--- head/security/py-openssl/Makefile	Wed Apr 13 22:21:03 2016	(r413232)
+++ head/security/py-openssl/Makefile	Wed Apr 13 22:45:29 2016	(r413233)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openssl
-PORTVERSION=	0.15.1
+PORTVERSION=	16.0.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryp
 OPTIONS_DEFINE=	EXAMPLES
 
 USES=		cpe python
-USE_PYTHON=	distutils autoplist pythonprefix
+USE_PYTHON=	autoplist concurrent distutils pythonprefix
 
 CPE_VENDOR=	jean-paul_calderone
 CPE_PRODUCT=	py${PORTNAME}

Modified: head/security/py-openssl/distinfo
==============================================================================
--- head/security/py-openssl/distinfo	Wed Apr 13 22:21:03 2016	(r413232)
+++ head/security/py-openssl/distinfo	Wed Apr 13 22:45:29 2016	(r413233)
@@ -1,2 +1,2 @@
-SHA256 (pyOpenSSL-0.15.1.tar.gz) = f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672
-SIZE (pyOpenSSL-0.15.1.tar.gz) = 149887
+SHA256 (pyOpenSSL-16.0.0.tar.gz) = 363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d
+SIZE (pyOpenSSL-16.0.0.tar.gz) = 171929



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604132245.u3DMjT8S024107>