svn commit: r413514 - head/mail/opensmtpd-extras
Adam Weinberger
adamw at FreeBSD.org
Sun Apr 17 15:48:24 UTC 2016
Author: adamw
Date: Sun Apr 17 15:48:23 2016
New Revision: 413514
URL: https://svnweb.freebsd.org/changeset/ports/413514
Log:
Add a list of -extras that are demos or for upstream development ONLY, and
should not be added to ports.
Modified:
head/mail/opensmtpd-extras/Makefile
Modified: head/mail/opensmtpd-extras/Makefile
==============================================================================
--- head/mail/opensmtpd-extras/Makefile Sun Apr 17 15:46:04 2016 (r413513)
+++ head/mail/opensmtpd-extras/Makefile Sun Apr 17 15:48:23 2016 (r413514)
@@ -20,6 +20,11 @@ USE_OPENSSL= yes
WITH_OPENSSL_PORT= yes
GNU_CONFIGURE= yes
+# NB: Please *DO NOT* add the following; they are NOT for end-users:
+# filter-monkey, filter-stub, filter-trace, filter-void
+# queue-null, queue-stub
+# scheduler-stub
+# table-stub
.if empty(SLAVE_PORT)
OPTIONS_GROUP= FILTER TABLE
OPTIONS_GROUP_FILTER= CLAMAV DKIM DNSBL PAUSE REGEX SPAMASSASSIN
More information about the svn-ports-all
mailing list