svn commit: r378963 - head/lang/pure
Mark Linimon
linimon at FreeBSD.org
Sat Feb 14 14:24:23 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list