From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:40:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C98E16A4E0 for ; Sun, 20 Aug 2006 21:40:31 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2627C43D4C for ; Sun, 20 Aug 2006 21:40:31 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.7) with ESMTP id k7KLeUKf001648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 14:40:31 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8D6C3.5080703@enabled.com> Date: Sun, 20 Aug 2006 14:40:19 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portmanager and perl handling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:40:31 -0000 I am running portmanager with the following switches "portmanager -u -f -l -y" which is building all the dependencies. I find that perl is set to the system version of 5.003 . I do not want this behavior. I want to keep updating Perl to the newer version and I want perl to always be set to the latest port which is currently 5.8.8. what do I need to change in my portmanager.conf file to make sure this happens? Cheers, Noah