Date: Sun, 16 Apr 2017 11:08:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438644 - head/lang/python27 Message-ID: <201704161108.v3GB8PwZ073661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161108.v3GB8PwZ073661>