svn commit: r488128 - head/Mk

Jan Beich jbeich at FreeBSD.org
Sat Dec 22 20:57:33 UTC 2018


Author: jbeich
Date: Sat Dec 22 20:57:32 2018
New Revision: 488128
URL: https://svnweb.freebsd.org/changeset/ports/488128

Log:
  www/firefox: chase rust version check after r486573
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=1490147

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Sat Dec 22 20:45:43 2018	(r488127)
+++ head/Mk/bsd.gecko.mk	Sat Dec 22 20:57:32 2018	(r488128)
@@ -339,7 +339,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-head mailing list