svn commit: r496395 - head/devel/llvm35

Brooks Davis brooks at FreeBSD.org
Wed Mar 20 23:18:51 UTC 2019


Author: brooks
Date: Wed Mar 20 23:18:50 2019
New Revision: 496395
URL: https://svnweb.freebsd.org/changeset/ports/496395

Log:
  Set an expiration date somewhat after the 5th anniversary of this port's
  creation. It has been effectivly unmaintained upstream for 4.5 years at
  this point.
  
  PR:		230473, 230475

Modified:
  head/devel/llvm35/Makefile

Modified: head/devel/llvm35/Makefile
==============================================================================
--- head/devel/llvm35/Makefile	Wed Mar 20 23:09:22 2019	(r496394)
+++ head/devel/llvm35/Makefile	Wed Mar 20 23:18:50 2019	(r496395)
@@ -11,6 +11,9 @@ PKGNAMESUFFIX=	${LLVM_SUFFIX}
 MAINTAINER=	brooks at FreeBSD.org
 COMMENT=	Low Level Virtual Machine
 
+DEPRECATED=	Obsolete and unmaintained
+EXPIRATION_DATE=2019-08-31
+
 BROKEN_aarch64=		fails to build
 BROKEN_armv6=		fails to build: llvm-config.cpp:46:10: 'LibraryDependencies.inc' file not found
 BROKEN_armv7=		fails to build: llvm-config.cpp:46:10: 'LibraryDependencies.inc' file not found


More information about the svn-ports-all mailing list