From owner-svn-ports-all@freebsd.org Mon Sep 25 21:21:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C5FE24783; Mon, 25 Sep 2017 21:21:35 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A4969EA9; Mon, 25 Sep 2017 21:21:34 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8PLLXWF059922; Mon, 25 Sep 2017 21:21:33 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8PLLXYu059920; Mon, 25 Sep 2017 21:21:33 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201709252121.v8PLLXYu059920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 25 Sep 2017 21:21:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450635 - in head: Mk multimedia/librespot X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: in head: Mk multimedia/librespot X-SVN-Commit-Revision: 450635 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 21:21:35 -0000 Author: dumbbell Date: Mon Sep 25 21:21:33 2017 New Revision: 450635 URL: https://svnweb.freebsd.org/changeset/ports/450635 Log: Mk/bsd.gecko.mk, multimedia/librespot: Fix version of Rust which started to ship Cargo Cargo started to ship with Rust in 1.19.0_2. I forgot to indicate the port revision in the 1.19.0_2 commit. Reported by: jbeich@ Modified: head/Mk/bsd.gecko.mk head/multimedia/librespot/Makefile Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Sep 25 20:55:27 2017 (r450634) +++ head/Mk/bsd.gecko.mk Mon Sep 25 21:21:33 2017 (r450635) @@ -389,7 +389,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} -BUILD_DEPENDS+= rust>=1.19.0:${RUST_PORT} +BUILD_DEPENDS+= rust>=1.19.0_2:${RUST_PORT} RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else Modified: head/multimedia/librespot/Makefile ============================================================================== --- head/multimedia/librespot/Makefile Mon Sep 25 20:55:27 2017 (r450634) +++ head/multimedia/librespot/Makefile Mon Sep 25 21:21:33 2017 (r450635) @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= tries to clone git repository during build phase -BUILD_DEPENDS= rust>=1.19.0:lang/rust \ +BUILD_DEPENDS= rust>=1.19.0_2:lang/rust \ portaudio>0:audio/portaudio USES= localbase pathfix pkgconfig shebangfix