From owner-freebsd-ports@FreeBSD.ORG Sat Dec 11 01:35:11 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 9279B106564A for ; Sat, 11 Dec 2010 01:35:11 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out1.libero.it (cp-out1.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id 12FF18FC17 for ; Sat, 11 Dec 2010 01:35:10 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0206.4D02D2AC.006F,ss=1,re=0.000,fgs=0 X-libjamoibt: 1419 Received: from wmail55 (172.31.0.246) by cp-out1.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4D01F2AD000FFCD6 for freebsd-ports@freebsd.org; Sat, 11 Dec 2010 02:23:56 +0100 Message-ID: <14644931.2231201292030636228.JavaMail.defaultUser@defaultHost> Date: Sat, 11 Dec 2010 02:23:56 +0100 (CET) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.13.209.118 Subject: INDEX-8 not updated by portsnap? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 01:35:11 -0000 It seems that starting with the comms/umcs7840 commit, INDEX-8 isn't updated running portsnap. for example: $ ll /usr/ports/sysutils/webmin/Makefile -rw-r--r-- 1 root wheel 3687 Dec 10 18:18 /usr/ports/sysutils/webmin/Makefile $ grep ^PORTVERSION /usr/ports/sysutils/webmin/Makefile PORTVERSION= 1.530 $ grep ^webmin INDEX-8 | cut -d "|" -f 1 webmin-1.520 I had to get a fresh INDEX-8 running make fetchindex. Barbara