svn commit: r511173 - branches/2019Q3/Mk

Jan Beich jbeich at FreeBSD.org
Thu Sep 5 10:40:53 UTC 2019


Author: jbeich
Date: Thu Sep  5 10:40:52 2019
New Revision: 511173
URL: https://svnweb.freebsd.org/changeset/ports/511173

Log:
  MFH: r511172
  
  www/firefox: bump required rust version after r509978
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q3/Mk/bsd.gecko.mk
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/Mk/bsd.gecko.mk
==============================================================================
--- branches/2019Q3/Mk/bsd.gecko.mk	Thu Sep  5 10:39:58 2019	(r511172)
+++ branches/2019Q3/Mk/bsd.gecko.mk	Thu Sep  5 10:40:52 2019	(r511173)
@@ -348,7 +348,7 @@ post-patch-SNDIO-on:
 .endif
 
 .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54
-BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.34:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT}
 . if ${MOZILLA_VER:R:R} < 54
 MOZ_OPTIONS+=	--enable-rust
 . endif


More information about the svn-ports-branches mailing list