From owner-freebsd-ports@FreeBSD.ORG Fri Jun 4 19:59:27 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 78C6A1065676 for ; Fri, 4 Jun 2010 19:59:27 +0000 (UTC) (envelope-from mrkotfw@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3FCDC8FC27 for ; Fri, 4 Jun 2010 19:59:27 +0000 (UTC) Received: by iwn5 with SMTP id 5so1787470iwn.13 for ; Fri, 04 Jun 2010 12:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=YL0vHYzCnFVpcW2TdUSbGuVgtMuEgS3UKmks7Hb2G/A=; b=x8RoN/2sxDj25qNovut6sWA8S5P1d4a2KK22x68EFCv9AVP/GAKnKBUuzPNo6PgKKn sLMQzsFpvLJqMbXBRx6ciVAtENVN7VnSTubBRIm7f/YxcpJxEppbIMiL+XsLlx6CVFuU T8vWh9yPIPuyIJsAOwSrJxNiMOyZzPikeQFss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=R98RnAuvEemLI3iBQE77mM7PM6zw3BIWxMRsH9bXblT9oSdBNlzCMck4o8tSs1tQqw m+OM1fT4jbzzP1smZCm4qb4lo6rtz+O/bqbrVDMYCzYJNhvQPp21vcZavD0R6XCDXHAO ttBzUmoldD1TtCc3tH/hfWouMnNw70CTTTteE= Received: by 10.231.119.71 with SMTP id y7mr1281787ibq.158.1275680144265; Fri, 04 Jun 2010 12:35:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.141.35 with HTTP; Fri, 4 Jun 2010 12:35:24 -0700 (PDT) In-Reply-To: References: From: Israel Jacques Date: Fri, 4 Jun 2010 12:35:24 -0700 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Issues with PORTSNAP(8) 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: Fri, 04 Jun 2010 19:59:27 -0000 Hello everyone. I'm a bit confused as to why I am having this issue. Regardless of what I've searched for has suggested for me to do, I still cannot update my ports tree. Running the following causes issues (as root): # portsnap fetch extract portsnap: Invalid key fingerprint: 9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 I've tried to check for an updated portsnap.conf file and the KEYPRINT value is the same. I've deleted all the contents within /var/db/portsnap. Is there anything else that I can do? Thanks, Israel