Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2016 15:48:23 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413514 - head/mail/opensmtpd-extras
Message-ID:  <201604171548.u3HFmN5d070090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604171548.u3HFmN5d070090>