svn commit: r554462 - head/mail/openwebmail

Chris Rees crees at FreeBSD.org
Sun Nov 8 13:33:05 UTC 2020


Author: crees
Date: Sun Nov  8 13:33:04 2020
New Revision: 554462
URL: https://svnweb.freebsd.org/changeset/ports/554462

Log:
  This software is unfortunately no longer developed
  
  It throws warnings because its syntax is dated, and there are several
  alternatives.  Most other distributions no longer include openwebmail.
  
  Try mail/roundcube instead for a modern and high-quality experience.
  
  PR:		ports/242729

Modified:
  head/mail/openwebmail/Makefile

Modified: head/mail/openwebmail/Makefile
==============================================================================
--- head/mail/openwebmail/Makefile	Sun Nov  8 13:26:41 2020	(r554461)
+++ head/mail/openwebmail/Makefile	Sun Nov  8 13:33:04 2020	(r554462)
@@ -14,6 +14,9 @@ COMMENT=	Webmail system designed to manage big mail fo
 RUN_DEPENDS=	p5-Text-Iconv>=0:converters/p5-Text-Iconv	\
 		p5-CGI>=0:www/p5-CGI
 
+DEPRECATED=	Does not use modern Perl syntax and no development activity since 2006
+EXPIRATION_DATE=2021-01-31
+
 USES=		perl5
 USE_PERL5=	run build patch
 NO_BUILD=	yes


More information about the svn-ports-head mailing list