svn commit: r438644 - head/lang/python27

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:08:26 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:08:25 2017
New Revision: 438644
URL: https://svnweb.freebsd.org/changeset/ports/438644

Log:
  Use BROKEN_SSL and update WWW

Modified:
  head/lang/python27/Makefile
  head/lang/python27/pkg-descr

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Sun Apr 16 11:08:20 2017	(r438643)
+++ head/lang/python27/Makefile	Sun Apr 16 11:08:25 2017	(r438644)
@@ -13,6 +13,8 @@ COMMENT=	Interpreted object-oriented pro
 
 LICENSE=	PSFL
 
+BROKEN_SSL=	openssl-devel
+
 USES=		cpe ncurses pathfix pkgconfig readline ssl tar:xz shebangfix
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes
@@ -135,10 +137,4 @@ post-install:
 	for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \
 		${STRIP_CMD} $$i; done						# Strip shared extensions
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/lang/python27/pkg-descr
==============================================================================
--- head/lang/python27/pkg-descr	Sun Apr 16 11:08:20 2017	(r438643)
+++ head/lang/python27/pkg-descr	Sun Apr 16 11:08:25 2017	(r438644)
@@ -1,4 +1,4 @@
 Python is an interpreted object-oriented programming language, and is
 often compared to Tcl, Perl or Scheme.
 
-WWW: http://www.python.org/
+WWW: https://www.python.org/


More information about the svn-ports-head mailing list