aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-11-08 20:52:23 +0800
committertobik <tobik@FreeBSD.org>2018-11-08 20:52:23 +0800
commitb6638ee121794e5280a3675198a90e49ca529be2 (patch)
tree1fda47206862e8609988922df927d238e04ef8cc
parentc1bd8931db7a9fb5b9c6a8df12672474958e1716 (diff)
downloadfreebsd-ports-gnome-b6638ee121794e5280a3675198a90e49ca529be2.tar.gz
freebsd-ports-gnome-b6638ee121794e5280a3675198a90e49ca529be2.tar.zst
freebsd-ports-gnome-b6638ee121794e5280a3675198a90e49ca529be2.zip
Deprecate lang/chicken
Now that CHICKEN 5.0.0 is out, as discussed with the previous maintainer, users should slowly migrate to lang/chicken5. Give a 1-year notice. PR: 230535
-rw-r--r--lang/chicken/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 91f4b907944d..aef0b87da5f5 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://code.call-cc.org/releases/${DISTVERSION}/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Scheme-to-C compiler
+DEPRECATED= Old release; please migrate to lang/chicken5
+EXPIRATION_DATE= 2019-12-20
+
USES= cpe gmake
CPE_VENDOR= call-cc
MAKEFILE= GNUmakefile
@@ -26,6 +29,8 @@ MAKE_ARGS= PLATFORM=bsd \
LINKER_OPTIONS="${LDFLAGS}"
TEST_TARGET= check
+PORTSCOUT= ignore:1
+
OPTIONS_DEFINE= DOCS FEATHERS
OPTIONS_SUB= yes