svn commit: r413460 - head/mail

Adam Weinberger adamw at FreeBSD.org
Sat Apr 16 17:03:39 UTC 2016


Author: adamw
Date: Sat Apr 16 17:03:38 2016
New Revision: 413460
URL: https://svnweb.freebsd.org/changeset/ports/413460

Log:
  Add opensmtpd-extras-filter-{dnsbl,pause,regex}

Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sat Apr 16 16:49:21 2016	(r413459)
+++ head/mail/Makefile	Sat Apr 16 17:03:38 2016	(r413460)
@@ -293,6 +293,9 @@
     SUBDIR += opensmtpd
     SUBDIR += opensmtpd-devel
     SUBDIR += opensmtpd-extras
+    SUBDIR += opensmtpd-extras-filter-dnsbl
+    SUBDIR += opensmtpd-extras-filter-pause
+    SUBDIR += opensmtpd-extras-filter-regex
     SUBDIR += opensmtpd-extras-filter-spamassassin
     SUBDIR += opensmtpd-extras-table-mysql
     SUBDIR += opensmtpd-extras-table-passwd


More information about the svn-ports-all mailing list