svn commit: r438646 - head/lang/python34

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


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/


More information about the svn-ports-head mailing list