svn commit: r496861 - head/devel/llvm50

Brooks Davis brooks at FreeBSD.org
Mon Mar 25 23:59:05 UTC 2019


Author: brooks
Date: Mon Mar 25 23:59:03 2019
New Revision: 496861
URL: https://svnweb.freebsd.org/changeset/ports/496861

Log:
  Deprecate and slap an expiriation date on llvm50.

Modified:
  head/devel/llvm50/Makefile

Modified: head/devel/llvm50/Makefile
==============================================================================
--- head/devel/llvm50/Makefile	Mon Mar 25 23:44:56 2019	(r496860)
+++ head/devel/llvm50/Makefile	Mon Mar 25 23:59:03 2019	(r496861)
@@ -17,6 +17,9 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=	Obsolete and unmaintained upstream
+EXPIRATION_DATE=2019-04-30
+
 LLVM_RELEASE=	${DISTVERSION:C/rc.*//}
 LLVM_MAJOR=	${LLVM_RELEASE:C/\.[0-9]$//}
 LLVM_LIB_VER=	${LLVM_MAJOR:C/\.//}


More information about the svn-ports-all mailing list