Date: Fri, 26 Feb 2016 07:51:37 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409585 - head/security/cyrus-sasl2 Message-ID: <201602260751.u1Q7pbKI073795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Fri Feb 26 07:51:37 2016 New Revision: 409585 URL: https://svnweb.freebsd.org/changeset/ports/409585 Log: Add OPTIONS for the separeted cyrus-sasl2 ports. Modified: head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Fri Feb 26 07:46:32 2016 (r409584) +++ head/security/cyrus-sasl2/Makefile Fri Feb 26 07:51:37 2016 (r409585) @@ -40,11 +40,11 @@ CPE_VENDOR= cmu NO_OPTIONS_SORT= yes OPTIONS_DEFINE= ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN \ - OBSOLETE_CRAM_ATTR BDB MYSQL PGSQL + OBSOLETE_CRAM_ATTR SASLAUTHD BDB MYSQL PGSQL OPTIONS_RADIO= SQLITE OPTIONS_RADIO_SQLITE= SQLITE2 SQLITE3 -OPTIONS_GROUP= MECH -OPTIONS_GROUP_MECH= CRAM DIGEST LOGIN NTLM OTP PLAIN SCRAM +OPTIONS_GROUP= PLUGIN +OPTIONS_GROUP_PLUGIN= CRAM DIGEST GSSAPI LOGIN NTLM OTP PLAIN SCRAM SRP OPTIONS_DEFAULT= AUTHDAEMOND OBSOLETE_CRAM_ATTR CRAM DIGEST \ LOGIN NTLM OTP PLAIN SCRAM OPTIONS_SUB= yes @@ -90,6 +90,17 @@ PLAIN_DESC= PLAIN authentication PLAIN_CONFIGURE_ENABLE= plain SCRAM_DESC= SCRAM authentication SCRAM_CONFIGURE_ENABLE= scram +GSSAPI_DESC= GSSAPI authentication +GSSAPI_RUN_DEPENDS= \ + cyrus-sasl-gssapi>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-gssapi +LDAPDB_DESC= LDAPDB plugin +LDAPDB_RUN_DEPENDS= \ + cyrus-sasl-ldapdb>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-ldapdb +SASLAUTHD_DESC= use of the saslauth daemon +SASLAUTHD_RUN_DEPENDS= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd +SRP_DESC= SRP authentication +SRP_RUN_DEPENDS= \ + cyrus-sasl-srp>=2.1.26:${PORTSDIR}/security/cyrus-sasl2-srp .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602260751.u1Q7pbKI073795>