Date: Wed, 14 Aug 2019 04:57:55 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508888 - head/lang/rust-nightly Message-ID: <201908140457.x7E4vtuL000106@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Aug 14 04:57:55 2019 New Revision: 508888 URL: https://svnweb.freebsd.org/changeset/ports/508888 Log: lang/rust-nightly: Set PORTREVISION explicitly lang/rust-nightly inherits PORTREVISION from lang/rust. Set it to 1 as it is in lang/rust now to avoid going backwards in rust-nightly's PKGVERSION (even if it would only be so for a short time until the next rust-nightly update) when we update rust to 1.37.0. Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Wed Aug 14 03:26:09 2019 (r508887) +++ head/lang/rust-nightly/Makefile Wed Aug 14 04:57:55 2019 (r508888) @@ -2,6 +2,8 @@ # $FreeBSD$ PORTVERSION= 1.38.0.${NIGHTLY_DATE:C,-,,g} +# Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust +PORTREVISION= 1 PKGNAMESUFFIX= -nightly DISTNAME= rustc-nightly-src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908140457.x7E4vtuL000106>