From owner-cvs-all@FreeBSD.ORG Wed Aug 11 22:45:58 2004 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 0648016A4CE; Wed, 11 Aug 2004 22:45:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB20043D55; Wed, 11 Aug 2004 22:45:57 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7BMjvG9093870; Wed, 11 Aug 2004 22:45:57 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7BMjvqj093869; Wed, 11 Aug 2004 22:45:57 GMT (envelope-from sem) Message-Id: <200408112245.i7BMjvqj093869@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 11 Aug 2004 22:45:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd-new Makefile pkg-plist ports/security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl patch-amavisd.conf perlwarning.tmpl 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, 11 Aug 2004 22:45:58 -0000 sem 2004-08-11 22:45:57 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile pkg-plist security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl patch-amavisd.conf Removed files: security/amavisd-new/files perlwarning.tmpl Log: - Don't pretend we support anything older than perl 5.8.2. Support for 5.00503 was severly broken and amavisd-new author officially only supports 5.8.2 and up. As an added bonus, this simplifies the makefile very much. - Install a usable amavisd.conf if none exists - On installation, remove amavisd.conf if it is equal to default one - On installation, create /var/amavis/tmp, because the new amavisd.conf uses this directory to store temporary files - Remove address extension options from the example configuration file. Neither sendmail nor postfix support address extensions on FreeBSD by default. PR: ports/70306 Submitted by: maintainer Revision Changes Path 1.18 +8 -17 ports/security/amavisd-new/Makefile 1.4 +3 -1 ports/security/amavisd-new/files/INSTALL.tmpl 1.5 +1 -2 ports/security/amavisd-new/files/MESSAGE.tmpl 1.9 +16 -1 ports/security/amavisd-new/files/patch-amavisd.conf 1.2 +0 -10 ports/security/amavisd-new/files/perlwarning.tmpl (dead) 1.12 +2 -0 ports/security/amavisd-new/pkg-plist