From owner-svn-ports-head@freebsd.org Tue Aug 8 01:39:38 2017 Return-Path: Delivered-To: svn-ports-head@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 EF4F9DD7204; Tue, 8 Aug 2017 01:39:38 +0000 (UTC) (envelope-from sbruno@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 AADB5679BD; Tue, 8 Aug 2017 01:39:38 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v781dbCF008336; Tue, 8 Aug 2017 01:39:37 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v781dbqr008333; Tue, 8 Aug 2017 01:39:37 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201708080139.v781dbqr008333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 8 Aug 2017 01:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447530 - in head/lang: python33 python34 python35 X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: in head/lang: python33 python34 python35 X-SVN-Commit-Revision: 447530 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 01:39:39 -0000 Author: sbruno Date: Tue Aug 8 01:39:37 2017 New Revision: 447530 URL: https://svnweb.freebsd.org/changeset/ports/447530 Log: Pointyhat to me. A stray '.' somehow made it past my testing. Do *not* bump portrevision as this only affects the packaging/stage of these ports on mips/armv6 or other cross compiled targets. PR: 221202 Reported by: antoine Modified: head/lang/python33/Makefile head/lang/python34/Makefile head/lang/python35/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python33/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -135,7 +135,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.3./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.3/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.3/config-3.3m/Makefile .endif Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python34/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -140,7 +140,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.4./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.4/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.4/config-3.4m/Makefile .endif Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python35/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -150,7 +150,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.5./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.5/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.5/config-3.5m/Makefile .endif