svn commit: r495363 - in head/devel: xtoolchain-llvm40 xtoolchain-llvm50

Brooks Davis brooks at FreeBSD.org
Mon Mar 11 16:51:53 UTC 2019


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"


More information about the svn-ports-all mailing list