From owner-freebsd-current@FreeBSD.ORG Sat Jun 22 12:34:56 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B2BE615 for ; Sat, 22 Jun 2013 12:34:56 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 507781C41 for ; Sat, 22 Jun 2013 12:34:56 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UqN1q-0004UK-Hz for freebsd-current@freebsd.org; Sat, 22 Jun 2013 14:34:54 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jun 2013 14:34:54 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jun 2013 14:34:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Question about portsdb (part of ports-mgmt/portupgrade) Date: Sat, 22 Jun 2013 12:34:38 +0000 (UTC) Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 12:34:56 -0000 On 9.1-RELEASE, when I follow 'portsnap fetch update' with 'portsdb -u', it updates the INDEX-9 and INDEX-9.db files in /usr/ports for me. But the corresponding action doesn't happen on 10.0-CURRENT (r251572) until I do a 'portsdb -Fu'. Why the difference? Obviously it's no big deal, but I'm rather curious. This is portupgrade-2.4.10.5_1,2 in both cases, by the way.