svn commit: r364557 - in head/lang: python27 python32 python33 python34
Marcus von Appen
mva at FreeBSD.org
Sun Aug 10 18:36:28 UTC 2014
Author: mva
Date: Sun Aug 10 18:36:27 2014
New Revision: 364557
URL: http://svnweb.freebsd.org/changeset/ports/364557
QAT: https://qat.redports.org/buildarchive/r364557/
Log:
- Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
requires a working OpenSSL implementation
Phabric: D569
Reviewed by: wg@
With hat: python@
Modified:
head/lang/python27/Makefile
head/lang/python32/Makefile
head/lang/python33/Makefile
head/lang/python34/Makefile
Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile Sun Aug 10 18:25:13 2014 (r364556)
+++ head/lang/python27/Makefile Sun Aug 10 18:36:27 2014 (r364557)
@@ -2,7 +2,7 @@
PORTNAME= python27
PORTVERSION= 2.7.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -16,6 +16,7 @@ LICENSE= PSFL
USES= cpe ncurses pkgconfig readline tar:xz
USE_LDCONFIG= yes
+USE_OPENSSL= yes
GNU_CONFIGURE= yes
CPE_VENDOR= python
Modified: head/lang/python32/Makefile
==============================================================================
--- head/lang/python32/Makefile Sun Aug 10 18:25:13 2014 (r364556)
+++ head/lang/python32/Makefile Sun Aug 10 18:36:27 2014 (r364557)
@@ -2,7 +2,7 @@
PORTNAME= python32
PORTVERSION= 3.2.5
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -15,6 +15,7 @@ COMMENT= Interpreted object-oriented pro
LICENSE= PSFL
USES= cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile Sun Aug 10 18:25:13 2014 (r364556)
+++ head/lang/python33/Makefile Sun Aug 10 18:36:27 2014 (r364557)
@@ -2,7 +2,7 @@
PORTNAME= python33
PORTVERSION= 3.3.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -15,6 +15,7 @@ COMMENT= Interpreted object-oriented pro
LICENSE= PSFL
USES= cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/lang/python34/Makefile
==============================================================================
--- head/lang/python34/Makefile Sun Aug 10 18:25:13 2014 (r364556)
+++ head/lang/python34/Makefile Sun Aug 10 18:36:27 2014 (r364557)
@@ -3,7 +3,7 @@
PORTNAME= python34
PORTVERSION= 3.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
@@ -16,6 +16,7 @@ COMMENT= Interpreted object-oriented pro
LICENSE= PSFL
USES= cpe ncurses pkgconfig readline tar:xz
+USE_OPENSSL= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list