Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 08:03:24 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550133 - head/devel/pccts
Message-ID:  <202009260803.08Q83Oow017921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sat Sep 26 08:03:24 2020
New Revision: 550133
URL: https://svnweb.freebsd.org/changeset/ports/550133

Log:
  devel/pccts: Deprecate and schedule for removal in one month
  
  Ancient software (the last maintenance release in 2002), not used by
  anything in the portstree. Superseded by a bit less ancient devel/antlr.

Modified:
  head/devel/pccts/Makefile

Modified: head/devel/pccts/Makefile
==============================================================================
--- head/devel/pccts/Makefile	Sat Sep 26 07:44:00 2020	(r550132)
+++ head/devel/pccts/Makefile	Sat Sep 26 08:03:24 2020	(r550133)
@@ -12,6 +12,9 @@ COMMENT=	Purdue Compiler Construction Tool Set
 
 CONFLICTS=	antlr*
 
+DEPRECATED=	abandonedware, superseded by devel/antlr
+EXPIRATION_DATE=2020-10-31
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		zip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009260803.08Q83Oow017921>