Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 14:24:23 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378963 - head/lang/pure
Message-ID:  <201502141424.t1EEONDY084159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Feb 14 14:24:22 2015
New Revision: 378963
URL: https://svnweb.freebsd.org/changeset/ports/378963
QAT: https://qat.redports.org/buildarchive/r378963/

Log:
  Give this an expiration date.  The latest release is 0.64 from 20141030 and
  may fix the compile problems.

Modified:
  head/lang/pure/Makefile

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Sat Feb 14 13:58:06 2015	(r378962)
+++ head/lang/pure/Makefile	Sat Feb 14 14:24:22 2015	(r378963)
@@ -12,13 +12,15 @@ DIST_SUBDIR=	pure
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Modern-style functional programming language
 
-BROKEN=		Depends on deleted devel/llvm32
-
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	dual
 
 LLVM_VERSION=	32
 
+BROKEN=		Depends on deleted devel/llvm32
+DEPRECATED=	Old revision of software, depends on deleted version of llvm
+EXPIRATION_DATE=	2015-05-14
+
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl \
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr



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