svn commit: r413233 - head/security/py-openssl

Sofian Brabez sbz at FreeBSD.org
Wed Apr 13 22:45:31 UTC 2016


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


More information about the svn-ports-all mailing list