svn commit: r550133 - head/devel/pccts

Max Brazhnikov makc at FreeBSD.org
Sat Sep 26 08:03:25 UTC 2020


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


More information about the svn-ports-all mailing list