svn commit: r508888 - head/lang/rust-nightly
Tobias Kortkamp
tobik at FreeBSD.org
Wed Aug 14 04:57:55 UTC 2019
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
More information about the svn-ports-head
mailing list