svn commit: r484449 - head/lang/chicken

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 8 12:52:24 UTC 2018


Author: tobik
Date: Thu Nov  8 12:52:23 2018
New Revision: 484449
URL: https://svnweb.freebsd.org/changeset/ports/484449

Log:
  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

Modified:
  head/lang/chicken/Makefile

Modified: head/lang/chicken/Makefile
==============================================================================
--- head/lang/chicken/Makefile	Thu Nov  8 12:32:17 2018	(r484448)
+++ head/lang/chicken/Makefile	Thu Nov  8 12:52:23 2018	(r484449)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://code.call-cc.org/releases/${DISTV
 MAINTAINER=	tobik at 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
@@ -25,6 +28,8 @@ MAKE_ARGS=	PLATFORM=bsd \
 		C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \
 		LINKER_OPTIONS="${LDFLAGS}"
 TEST_TARGET=	check
+
+PORTSCOUT=	ignore:1
 
 OPTIONS_DEFINE=	DOCS FEATHERS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list