Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 16:51:52 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495363 - in head/devel: xtoolchain-llvm40 xtoolchain-llvm50
Message-ID:  <201903111651.x2BGpq1i082031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Mar 11 16:51:52 2019
New Revision: 495363
URL: https://svnweb.freebsd.org/changeset/ports/495363

Log:
  Deprecate older llvm toolchain ports.
  
  Set expiration to hopefully exclude them from the Q2 branch.

Modified:
  head/devel/xtoolchain-llvm40/Makefile
  head/devel/xtoolchain-llvm50/Makefile

Modified: head/devel/xtoolchain-llvm40/Makefile
==============================================================================
--- head/devel/xtoolchain-llvm40/Makefile	Mon Mar 11 16:45:26 2019	(r495362)
+++ head/devel/xtoolchain-llvm40/Makefile	Mon Mar 11 16:51:52 2019	(r495363)
@@ -2,6 +2,9 @@
 
 LLVM_SUFFIX=40
 
+DEPRECATED=		No supported release uses this version
+EXPIRATION_DATE=	2019-03-31
+
 MASTERDIR=	${.CURDIR}/../xtoolchain-llvm-devel
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/xtoolchain-llvm50/Makefile
==============================================================================
--- head/devel/xtoolchain-llvm50/Makefile	Mon Mar 11 16:45:26 2019	(r495362)
+++ head/devel/xtoolchain-llvm50/Makefile	Mon Mar 11 16:51:52 2019	(r495363)
@@ -2,6 +2,9 @@
 
 LLVM_SUFFIX=50
 
+DEPRECATED=		No supported release uses this version
+EXPIRATION_DATE=	2019-03-31
+
 MASTERDIR=	${.CURDIR}/../xtoolchain-llvm-devel
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903111651.x2BGpq1i082031>