Date: Mon, 25 Mar 2019 23:59:04 +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: r496861 - head/devel/llvm50 Message-ID: <201903252359.x2PNx4A8098303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/\.//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903252359.x2PNx4A8098303>