From owner-freebsd-ports@FreeBSD.ORG Sat Nov 11 23:53:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C0416A407 for ; Sat, 11 Nov 2006 23:53:19 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C8B43D45 for ; Sat, 11 Nov 2006 23:53:14 +0000 (GMT) (envelope-from gurdiga@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so761205wxc for ; Sat, 11 Nov 2006 15:53:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZOQrGict641+401Plj8KCUjgk8BW/adl6W2LRDp30yfkkWdUnlo0gzKhc4xBHbjTdOV/uSeoEXoCSUzqWJ7pfXnc0u/79BHE4R9j75cuQgtjB4w4PJN5wNFLigiD5wkPWC/noG4Y5IHpz0q4+r66rZBx6BupC2n983CvZEP+ZBA= Received: by 10.90.25.3 with SMTP id 3mr2505137agy.1163289193596; Sat, 11 Nov 2006 15:53:13 -0800 (PST) Received: by 10.90.120.15 with HTTP; Sat, 11 Nov 2006 15:53:13 -0800 (PST) Message-ID: Date: Sun, 12 Nov 2006 01:53:13 +0200 From: "Vlad GURDIGA" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: devel/libevent: could not fetch it 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: Sat, 11 Nov 2006 23:53:19 -0000 Hello, I get this when I try to install libevent: # make install clean ===> Extracting for libevent-1.2_1 => MD5 Checksum mismatch for libevent-1.2.tar.gz. => SHA256 Checksum mismatch for libevent-1.2.tar.gz. ===> Refetch for 1 more times files: libevent-1.2.tar.gz libevent-1.2.tar.gz => libevent-1.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://monkey.org/~provos/. fetch: libevent-1.2.tar.gz: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/libevent-1.2.tar.gz: size mismatch: expected 413811, actual 367338 => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/devel/libevent. *** Error code 1 Stop in /usr/ports/devel/libevent. Is there any way I can fix it? Thanks