From owner-freebsd-questions@FreeBSD.ORG Sat May 9 12:10:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8051D1065675 for ; Sat, 9 May 2009 12:10:20 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0DDC08FC0C for ; Sat, 9 May 2009 12:10:19 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 9so587829eyd.7 for ; Sat, 09 May 2009 05:10:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=KLcUev9A6Pd89WzErlVl5oGk/RyTiwDc7RJQRRDRMkc=; b=HVwm6DU2qUoeT8EE7RoEefdPexN0JzXrKaG2Ec1YHV+MLa4i3VKhomkRkn0PWY+mWs dA7HTglji2IFULbBZ1YnwbEnO8B2AfWTnFAZ3pmlxhn8GzfICC1p4ROH4TJzTrCpmWsM O3/FS5gfX+e/kLLpsa1TwlmHYnmuymbCUsVmk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=WnwwBhanN3tlzzrkl5fOC24FS9tZ+/Q/hxsw5O7YGBWocBE/oV+qgXSyCJopJljAoK fopnt3n9t0qyaERegbEa2pfyyutyYHldzaWgI3rkqog4+9JObHEXiOfbMDHMFwEj3udw FWGXCnqZPddOTL5opDzW8R1tgiBQZOaj0FMc0= Received: by 10.210.35.5 with SMTP id i5mr5849902ebi.66.1241871019109; Sat, 09 May 2009 05:10:19 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 7sm3561426eyg.47.2009.05.09.05.10.18 (version=SSLv3 cipher=RC4-MD5); Sat, 09 May 2009 05:10:18 -0700 (PDT) Date: Sat, 9 May 2009 13:10:16 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090509131016.66f4332f@gumby.homeunix.com> In-Reply-To: <4A05637C.1040005@webrz.net> References: <4A05637C.1040005@webrz.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Perl upgrade 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: Sat, 09 May 2009 12:10:20 -0000 On Sat, 09 May 2009 13:05:32 +0200 Jos Chrispijn wrote: > Not that I am that paranoid, but can someone tell me why Perl 5.8 is > not automatically updated to 5.10 thru the ports, but (accordingly by > UPDATING) has to be updated by some manual interaction? That's the way the port system works. perl5.6, perl5.8 and perl5.10 are separate ports, making it automatic would involve forcing people off perl5.8 and marking it as "moved".