svn commit: r477136 - head/mail/pop3vscan

Tobias Kortkamp tobik at FreeBSD.org
Tue Aug 14 06:53:03 UTC 2018


Author: tobik
Date: Tue Aug 14 06:53:02 2018
New Revision: 477136
URL: https://svnweb.freebsd.org/changeset/ports/477136

Log:
  Deprecate mail/pop3vscan
  
  Last release was in 2002 and the website comes with a big warning
  that pop3vscan is no longer maintained.

Modified:
  head/mail/pop3vscan/Makefile

Modified: head/mail/pop3vscan/Makefile
==============================================================================
--- head/mail/pop3vscan/Makefile	Tue Aug 14 05:52:45 2018	(r477135)
+++ head/mail/pop3vscan/Makefile	Tue Aug 14 06:53:02 2018	(r477136)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Transparent POP3-Proxy with virus-scanning capabilities
 
+DEPRECATED=	Unmaintained upstream
+EXPIRATION_DATE=	2018-09-15
+
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		gmake


More information about the svn-ports-all mailing list