svn commit: r447530 - in head/lang: python33 python34 python35

Sean Bruno sbruno at FreeBSD.org
Tue Aug 8 01:39:39 UTC 2017


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


More information about the svn-ports-all mailing list