From owner-freebsd-ports@FreeBSD.ORG Thu Jul 15 12:32:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC50106566B for ; Thu, 15 Jul 2010 12:32:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DD8788FC0A for ; Thu, 15 Jul 2010 12:32:25 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.3) with ESMTP id o6FCWP8a032673 for ; Thu, 15 Jul 2010 06:32:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.3/Submit) with ESMTP id o6FCWPX0032670 for ; Thu, 15 Jul 2010 06:32:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 15 Jul 2010 06:32:24 -0600 (MDT) From: Warren Block To: freebsd-ports@freebsd.org In-Reply-To: <20100715081423.16c66dc4@scorpio> Message-ID: References: <20100715064103.487fa639@scorpio> <20100715111339.GF24935@mail.hs.ntnu.edu.tw> <20100715113650.GA43559@mail.hs.ntnu.edu.tw> <20100715081423.16c66dc4@scorpio> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Thu, 15 Jul 2010 06:32:25 -0600 (MDT) Subject: Re: pkg_version notification and perl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 12:32:26 -0000 On Thu, 15 Jul 2010, Jerry wrote: > On Thu, 15 Jul 2010 19:36:50 +0800 > Denny Lin articulated: >> On Thu, Jul 15, 2010 at 07:13:39PM +0800, Denny Lin wrote: >>> On Thu, Jul 15, 2010 at 06:41:03AM -0400, Jerry wrote: >>>> I just ran 'portsnap' to update my port tree, followed >>>> by "/usr/sbin/pkg_version -vIL=" which produced this output: >>>> >>>> These ports need updating: >>>> perl-5.10.1_1 > succeeds index (index has 5.10.1) >>>> startup-notification-0.10 < needs updating (index has 0.10_1) >>>> >>>> You will notice the discrepancy with perl. This never occurred before. >>>> Is there something wrong on my system or does the problem exist >>>> elsewhere? >>> >>> Try updating index: >>> # cd /usr/ports/ && make fetchindex >> >> Sorry, I didn't see the previous reply. It is indeed a typo in the >> Makefile. > > OK, who wants to submit a PR? Done: http://www.freebsd.org/cgi/query-pr.cgi?pr=148634