svn commit: r496972 - head/www/p5-CGI.pm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 27 19:23:49 UTC 2019


Author: sunpoet
Date: Wed Mar 27 19:23:19 2019
New Revision: 496972
URL: https://svnweb.freebsd.org/changeset/ports/496972

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-04-30

Modified:
  head/www/p5-CGI.pm/Makefile

Modified: head/www/p5-CGI.pm/Makefile
==============================================================================
--- head/www/p5-CGI.pm/Makefile	Wed Mar 27 19:23:14 2019	(r496971)
+++ head/www/p5-CGI.pm/Makefile	Wed Mar 27 19:23:19 2019	(r496972)
@@ -14,6 +14,9 @@ COMMENT=	Simple Common Gateway Interface Class for Per
 LICENSE=	ART20 GPLv1
 LICENSE_COMB=	dual
 
+DEPRECATED=	Use www/p5-CGI instead
+EXPIRATION_DATE=2019-04-30
+
 CONFLICTS_INSTALL=	p5-CGI p5-CGI-Fast
 
 USES=		perl5


More information about the svn-ports-all mailing list