svn commit: r446834 - head/mail/mailscanner

Chris Rees crees at FreeBSD.org
Fri Jul 28 14:05:59 UTC 2017


Author: crees
Date: Fri Jul 28 14:05:57 2017
New Revision: 446834
URL: https://svnweb.freebsd.org/changeset/ports/446834

Log:
  Serious issue on deinstall, disable until fixed.
  
  PR:		ports/217142

Modified:
  head/mail/mailscanner/Makefile

Modified: head/mail/mailscanner/Makefile
==============================================================================
--- head/mail/mailscanner/Makefile	Fri Jul 28 13:46:55 2017	(r446833)
+++ head/mail/mailscanner/Makefile	Fri Jul 28 14:05:57 2017	(r446834)
@@ -12,6 +12,8 @@ COMMENT=	Powerful virus/spam scanning framework for ma
 
 LICENSE=	GPLv2
 
+IGNORE=		wipes out configuration on deinstall-- do not uninstall if you have it without backing up your ${ETCDIR}
+
 BUILD_DEPENDS=	\
 	p5-IO-stringy>=0:devel/p5-IO-stringy \
 	p5-DBI>=0:databases/p5-DBI \


More information about the svn-ports-all mailing list