From owner-svn-ports-head@freebsd.org Wed Jan 16 10:45:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B27AA1483726; Wed, 16 Jan 2019 10:45:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47A8A9671A; Wed, 16 Jan 2019 10:45:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36EC61142; Wed, 16 Jan 2019 10:45:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0GAjt77054053; Wed, 16 Jan 2019 10:45:55 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0GAjsQN054051; Wed, 16 Jan 2019 10:45:54 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201901161045.x0GAjsQN054051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 16 Jan 2019 10:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490467 - in head/mail/tpop3d: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/mail/tpop3d: . files X-SVN-Commit-Revision: 490467 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47A8A9671A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 10:45:55 -0000 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]