From 427fad8f42c93d25a85ac98021c4d84f418aa413 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Sun, 3 Jul 2016 00:10:42 +0000 Subject: - Update to version 2.7.12 - Remove patch that is included upstream - Switch USE_OPENSSL to USES= ssl [1] - Update documentation for python27 - Don't set CPE_VERSION, default is PORTVERSION [1] PR: 210685 Submitted by: wen@(myself), brnrd@ [1] Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D6994 --- lang/python27/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lang/python27/Makefile') diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 2167013870f5..76fa9e6ca380 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -2,7 +2,6 @@ PORTNAME= python27 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} @@ -13,14 +12,12 @@ COMMENT= Interpreted object-oriented programming language LICENSE= PSFL -USES= cpe ncurses pkgconfig readline tar:xz +USES= cpe ncurses pkgconfig readline ssl tar:xz USE_LDCONFIG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR} -CPE_VERSION= ${PORTVERSION} CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations -- cgit v1.3