From owner-svn-ports-all@freebsd.org Sun Apr 16 11:08:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FB3DD41438; Sun, 16 Apr 2017 11:08:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36AEB12FA; Sun, 16 Apr 2017 11:08:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3GB8ZU0073881; Sun, 16 Apr 2017 11:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3GB8Zcq073880; Sun, 16 Apr 2017 11:08:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704161108.v3GB8Zcq073880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Apr 2017 11:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438646 - head/lang/python34 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 11:08:36 -0000 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/