aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-10 12:58:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-10 12:58:54 +0000
commite6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b (patch)
tree65acc4c1869630637c7c1d8eec8c19d4bc95364f /lang
parent3909def9307dc80022ded63d55b544c96a02a13c (diff)
downloadports-e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b.tar.gz
ports-e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/dice/Makefile3
-rw-r--r--lang/fbbi/Makefile3
-rw-r--r--lang/rscheme/Makefile3
-rw-r--r--lang/rubinius/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile
index f83c318e0597..9688a0e81950 100644
--- a/lang/dice/Makefile
+++ b/lang/dice/Makefile
@@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2014-02-10
+
NO_STAGE= yes
post-patch:
@for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \
diff --git a/lang/fbbi/Makefile b/lang/fbbi/Makefile
index cd5dec8fdad4..94e8fb275d53 100644
--- a/lang/fbbi/Makefile
+++ b/lang/fbbi/Makefile
@@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An interpreter for the Befunge-98 language
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2014-02-10
+
PLIST_FILES= bin/fbbi
USE_GMAKE= yes
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index a2eabe1dbbc6..c0ac5d56086d 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -11,6 +11,9 @@ DISTNAME= rs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An object-oriented, extended version of the Scheme dialect of Lisp
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2014-02-10
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile
index 66651d8f704d..e8b898efda93 100644
--- a/lang/rubinius/Makefile
+++ b/lang/rubinius/Makefile
@@ -13,6 +13,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= LLVM based ruby language implementation
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2014-02-10
+
HAS_CONFIGURE= yes
#execinfo is broken for unknow reason
CONFIGURE_ARGS= --without-execinfo \