Date: Sun, 16 Apr 2017 11:08:35 +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: r438646 - head/lang/python34 Message-ID: <201704161108.v3GB8Zcq073880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 16 11:08:34 2017 New Revision: 438646 URL: https://svnweb.freebsd.org/changeset/ports/438646 Log: Fix indent and update WWW Modified: head/lang/python34/Makefile head/lang/python34/pkg-descr Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Sun Apr 16 11:08:30 2017 (r438645) +++ head/lang/python34/Makefile Sun Apr 16 11:08:34 2017 (r438646) @@ -69,7 +69,6 @@ LIBFFI_LIB_DEPENDS= libffi.so:devel/libf # Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat # to break in Python 2.7, or preprocessor complaints in Python >= 3.3 # Upstream Issue: http://bugs.python.org/issue6299 - NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LIBS= -L${LOCALBASE}/lib -lintl @@ -102,7 +101,7 @@ PLIST_FILES+= libdata/pkgconfig/python-3 # http://bugs.python.org/issue22521 # http://bugs.python.org/issue23042 .if ${ARCH} == i386 && !${PORT_OPTIONS:MLIBFFI} -BROKEN= You must use libffi from ports on i386. Enable the LIBFFI option +BROKEN= You must use libffi from ports on i386. Enable the LIBFFI option .endif .if ${ARCH} == sparc64 Modified: head/lang/python34/pkg-descr ============================================================================== --- head/lang/python34/pkg-descr Sun Apr 16 11:08:30 2017 (r438645) +++ head/lang/python34/pkg-descr Sun Apr 16 11:08:34 2017 (r438646) @@ -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.v3GB8Zcq073880>