svn commit: r365645 - head/lang/clay
Brooks Davis
brooks at FreeBSD.org
Fri Aug 22 13:07:45 UTC 2014
Author: brooks
Date: Fri Aug 22 13:07:44 2014
New Revision: 365645
URL: http://svnweb.freebsd.org/changeset/ports/365645
QAT: https://qat.redports.org/buildarchive/r365645/
Log:
Clay has seen no development in over a year and depends on an obsolete
and unmaintained version of LLVM/Clang.
Deprecate the port and give it a longish expiration date in case someone
actually uses it.
Modified:
head/lang/clay/Makefile
Modified: head/lang/clay/Makefile
==============================================================================
--- head/lang/clay/Makefile Fri Aug 22 13:06:47 2014 (r365644)
+++ head/lang/clay/Makefile Fri Aug 22 13:07:44 2014 (r365645)
@@ -3,7 +3,7 @@
PORTNAME= clay
PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= https://github.com/jckarter/${PORTNAME}/tarball/v${PORTVERSION}/
DISTNAME= jckarter-${PORTNAME}-v${PORTVERSION}-0-g${GITVERSION}
@@ -13,6 +13,9 @@ COMMENT= Language designed for generic p
LICENSE= BSD2CLAUSE
+DEPRECATED= No development since July 2013, depends on obsolete clang-3.2
+EXPIRATION_DATE= 2014-12-01
+
BUILD_DEPENDS= llvm-config32:${PORTSDIR}/devel/llvm32 \
clang32:${PORTSDIR}/lang/clang32
RUN_DEPENDS= clang32:${PORTSDIR}/lang/clang32
More information about the svn-ports-head
mailing list