Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 23:18:50 +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: r496395 - head/devel/llvm35
Message-ID:  <201903202318.x2KNIocX006645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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