From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 14:24:23 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97515C53; Sat, 14 Feb 2015 14:24:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81E4D77D; Sat, 14 Feb 2015 14:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EEONqq084160; Sat, 14 Feb 2015 14:24:23 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EEONDY084159; Sat, 14 Feb 2015 14:24:23 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201502141424.t1EEONDY084159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 14 Feb 2015 14:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378963 - head/lang/pure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 14:24:23 -0000 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