Date: Sat, 22 Dec 2018 20:57:32 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488128 - head/Mk Message-ID: <201812222057.wBMKvWE6088685@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812222057.wBMKvWE6088685>