From owner-freebsd-ports@freebsd.org Mon Feb 20 12:42:57 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC2EACDF7C7 for ; Mon, 20 Feb 2017 12:42:57 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay111.isp.belgacom.be (mailrelay111.isp.belgacom.be [195.238.20.138]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8E1810E1; Mon, 20 Feb 2017 12:42:56 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BHCAD14qpY/0nD8VFeGwEBAQMBAQEJA?= =?us-ascii?q?QEBg1FRgRmOVZEiKQGXFoYiAoI2QxUBAgEBAQEBAQFiKIRxAQU6HCMQCw4KCSU?= =?us-ascii?q?PKh4GE4lzrCcPg0aLTwEBAQEBBQEBAQEBI4s7hFSFZQWcBJIQdoESjw+IM4pvN?= =?us-ascii?q?SKBADQsCIcHPzWLEQEBAQ?= X-IPAS-Result: =?us-ascii?q?A2BHCAD14qpY/0nD8VFeGwEBAQMBAQEJAQEBg1FRgRmOVZE?= =?us-ascii?q?iKQGXFoYiAoI2QxUBAgEBAQEBAQFiKIRxAQU6HCMQCw4KCSUPKh4GE4lzrCcPg?= =?us-ascii?q?0aLTwEBAQEBBQEBAQEBI4s7hFSFZQWcBJIQdoESjw+IM4pvNSKBADQsCIcHPzW?= =?us-ascii?q?LEQEBAQ?= Received: from 73.195-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.195.73]) by relay.skynet.be with ESMTP; 20 Feb 2017 13:41:42 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id v1KCfflk010643; Mon, 20 Feb 2017 13:41:41 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Mon, 20 Feb 2017 13:41:41 +0100 From: Tijl Coosemans To: Gerard Seibert Cc: Matthew Seaman , freebsd-ports@freebsd.org Subject: Re: Problem with index Message-ID: <20170220134141.16704cc3@kalimero.tijl.coosemans.org> In-Reply-To: <3debec33-5a8c-8f7d-a1a8-7d5a9628e717@FreeBSD.org> References: <3debec33-5a8c-8f7d-a1a8-7d5a9628e717@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 12:42:57 -0000 On Mon, 20 Feb 2017 12:29:47 +0000 Matthew Seaman wrote: > On 2017/02/20 11:36, Gerard Seibert wrote: >> I just updated my ports tree using "portsnap". I then ran the following >> command: >> >> /usr/sbin/pkg version -vL= >> >> This resulted in the following message: >> >> postfix-current-3.2.20170129,4 > succeeds index (index has 3.2.0.r1,4) >> >> This does not seem correct. What is happening and how do I correct it? > > Your index file is out of date -- portsnap doesn't updated it because it > changes too fast to be suitable for keeping in SVN. > > You need to > > # make fetchindex > > from /usr/ports to download a pre-built index. Or build your own, by > 'make index'. Or tell 'pkg version' to compare versions directly with > what's in your ports tree by 'pkg version -vP=' (but this will be quite > a bit slower). Portsnap should update the INDEX file. Check /etc/portsnap.conf. There should be a line like this: INDEX INDEX- DESCRIBE- where is the major version of the FreeBSD release you have installed (10, 11 or 12).