Date: Wed, 16 Jan 2019 10:45:54 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490467 - in head/mail/tpop3d: . files Message-ID: <201901161045.x0GAjsQN054051@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Jan 16 10:45:54 2019 New Revision: 490467 URL: https://svnweb.freebsd.org/changeset/ports/490467 Log: mail/tpop3d: remove support for expired mail/drac Modified: head/mail/tpop3d/Makefile head/mail/tpop3d/files/tpop3d.conf.dist Modified: head/mail/tpop3d/Makefile ============================================================================== --- head/mail/tpop3d/Makefile Wed Jan 16 10:43:59 2019 (r490466) +++ head/mail/tpop3d/Makefile Wed Jan 16 10:45:54 2019 (r490467) @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --enable-auth-other \ --with-openssl-root=${OPENSSLBASE} \ --with-mailspool-directory=/var/mail -OPTIONS_DEFINE= LDAP PERLAUTH PASSWDAUTH FLATAUTH GDBMAUTH MAILDIR MBOXINDICES DRAC FIX_PERLAUTH DOCS +OPTIONS_DEFINE= LDAP PERLAUTH PASSWDAUTH FLATAUTH GDBMAUTH MAILDIR MBOXINDICES FIX_PERLAUTH DOCS OPTIONS_RADIO= DB OPTIONS_RADIO_DB= MYSQL PGSQL DB_DESC= Authentication database @@ -32,10 +32,8 @@ FLATAUTH_DESC= Use /etc/passwd-style flat file authen GDBMAUTH_DESC= Use authentication against GNU dbm files MAILDIR_DESC= Compile Maildir support MBOXINDICES_DESC= Save Mbox indices -DRAC_DESC= DRAC RFC for POP-before-SMTP relaying FIX_PERLAUTH_DESC= Only try it if perl-auth coredumps -DRAC_CONFIGURE_ENABLE= drac MAILDIR_CONFIGURE_ENABLE= mbox-maildir PERLAUTH_CONFIGURE_ENABLE= auth-perl FLATAUTH_CONFIGURE_ENABLE= auth-flatfile @@ -43,7 +41,6 @@ GDBMAUTH_CONFIGURE_ENABLE= auth-gdbm PASSWDAUTH_CONFIGURE_ENABLE= auth-passwd MBOXINDICES_CONFIGURE_ENABLE= mbox-bsd-save-indices -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac GDBMAUTH_CPPFLAGS= -I${LOCALBASE}/include GDBMAUTH_LIB_DEPENDS= libgdbm.so:databases/gdbm MYSQL_USE= MYSQL=yes Modified: head/mail/tpop3d/files/tpop3d.conf.dist ============================================================================== --- head/mail/tpop3d/files/tpop3d.conf.dist Wed Jan 16 10:43:59 2019 (r490466) +++ head/mail/tpop3d/files/tpop3d.conf.dist Wed Jan 16 10:45:54 2019 (r490467) @@ -64,10 +64,6 @@ mailbox: bsd:/var/mail/$(user) # Selects the `daemon name' used by tpop3d with TCP Wrappers [default: tpop3d] #tcp-wrappers-name: tpop3d -# drac-server: hostname -# Gives the name of a server to which tpop3d should send DRAC notifications -#drac-server: localhost - # whoson-enable: (yes|true) # Enable notification of successful logins to a WHOSON server as defined # in /etc/whoson.conf. [default: no]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901161045.x0GAjsQN054051>