From owner-cvs-all@FreeBSD.ORG Thu Nov 3 22:27:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 5A25516A41F; Thu, 3 Nov 2005 22:27:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD6743D45; Thu, 3 Nov 2005 22:27:35 +0000 (GMT) (envelope-from edwin@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 jA3MRZ0w035333; Thu, 3 Nov 2005 22:27:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA3MRZjN035332; Thu, 3 Nov 2005 22:27:35 GMT (envelope-from edwin) Message-Id: <200511032227.jA3MRZjN035332@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 3 Nov 2005 22:27:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/raqdevil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Nov 2005 22:27:35 -0000 edwin 2005-11-03 22:27:35 UTC FreeBSD ports repository Modified files: www/raqdevil Makefile Log: Properly do sendmail-sasl checking I spoke with dinoex@ about the correct thing to do regarding the dependency on the sendmail-sasl port. Apparently there is a variable ``SENDMAIL_MILTER_PORT'' that is used by milters to determine which version of sendmail they should depend on -- solving almost the exact issue we have with the RAQdevil port. Attached is a patch that removes the pkg_info construction and uses the SENDMAIL_MILTER_PORT instead... I think it is a lot cleaner at least to read. What do you think? Submitted by: Devon O'Dell Revision Changes Path 1.5 +13 -8 ports/www/raqdevil/Makefile