svn commit: r488130 - branches/2018Q4/Mk
Jan Beich
jbeich at FreeBSD.org
Sat Dec 22 20:59:08 UTC 2018
Author: jbeich
Date: Sat Dec 22 20:59:07 2018
New Revision: 488130
URL: https://svnweb.freebsd.org/changeset/ports/488130
Log:
MFH: r488128
www/firefox: chase rust version check after r486573
https://bugzilla.mozilla.org/show_bug.cgi?id=1490147
Approved by: ports-secteam blanket
Modified:
branches/2018Q4/Mk/bsd.gecko.mk
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/Mk/bsd.gecko.mk
==============================================================================
--- branches/2018Q4/Mk/bsd.gecko.mk Sat Dec 22 20:57:49 2018 (r488129)
+++ branches/2018Q4/Mk/bsd.gecko.mk Sat Dec 22 20:59:07 2018 (r488130)
@@ -387,7 +387,7 @@ post-patch-SNDIO-on:
.endif
.if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
-BUILD_DEPENDS+= ${RUST_PORT:T}>=1.28:${RUST_PORT}
+BUILD_DEPENDS+= ${RUST_PORT:T}>=1.29:${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