svn commit: r452501 - branches/2017Q4/Mk

Jan Beich jbeich at FreeBSD.org
Fri Oct 20 05:28:59 UTC 2017


Author: jbeich
Date: Fri Oct 20 05:28:57 2017
New Revision: 452501
URL: https://svnweb.freebsd.org/changeset/ports/452501

Log:
  MFH: r452500
  
  gecko: unbreak RUST_PORT=lang/rust-nightly after r443536
  
  Reported by:	@myfreeweb (via 557cab235fab)
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q4/Mk/bsd.gecko.mk
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/Mk/bsd.gecko.mk
==============================================================================
--- branches/2017Q4/Mk/bsd.gecko.mk	Fri Oct 20 05:27:19 2017	(r452500)
+++ branches/2017Q4/Mk/bsd.gecko.mk	Fri Oct 20 05:28:57 2017	(r452501)
@@ -386,7 +386,7 @@ post-patch-SNDIO-on:
 .endif
 
 .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
-BUILD_DEPENDS+=	rust>=1.19.0_2:${RUST_PORT}
+BUILD_DEPENDS+=	${RUST_PORT:T}>=1.19.0_2:${RUST_PORT}
 RUST_PORT?=		lang/rust
 . if ${MOZILLA_VER:R:R} < 54
 MOZ_OPTIONS+=	--enable-rust


More information about the svn-ports-branches mailing list