From owner-cvs-all@FreeBSD.ORG Wed Mar 2 21:50:49 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DC416A4CE; Wed, 2 Mar 2005 21:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329AD43D2F; Wed, 2 Mar 2005 21:50:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j22Lon83012022; Wed, 2 Mar 2005 21:50:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j22Lon6i012021; Wed, 2 Mar 2005 21:50:49 GMT (envelope-from krion) Message-Id: <200503022150.j22Lon6i012021@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 2 Mar 2005 21:50:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile distinfo options pkg-plist xpatch-exiscan2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 21:50:49 -0000 krion 2005-03-02 21:50:49 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo options pkg-plist Removed files: mail/exim/files POST-INSTALL-NOTES.exiscan-acl xpatch-exiscan2 Log: Update to 4.50 * Remove WITH/WITHOUT_EXISCAN variable, since exiscan code was merged into exim-4.50 * Introduce two new variables: WITH_CONTENT_SCAN and WITH_OLD_DEMIME. * Enable WITH_OLD_DEMIME by default to preserve backward compatibility with deprecated "demime" ACL condition. For Exim itself, setting WITH_OLD_DEMIME forces WITH_CONTENT_SCAN to be set. * Remove POST-INSTALL-NOTES.exiscan-acl and xpatch-exiscan2 patches. * Add experimental-spec.txt into docs, to inform about experimental features. PR: ports/78168 Submitted by: krion Approved by: maintainer is currently MIA Revision Changes Path 1.198 +24 -33 ports/mail/exim/Makefile 1.78 +2 -6 ports/mail/exim/distinfo 1.4 +0 -13 ports/mail/exim/files/POST-INSTALL-NOTES.exiscan-acl (dead) 1.6 +0 -596 ports/mail/exim/files/xpatch-exiscan2 (dead) 1.5 +14 -7 ports/mail/exim/options 1.42 +3 -4 ports/mail/exim/pkg-plist