From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 29 12:50:12 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D83F1065671 for ; Fri, 29 Feb 2008 12:50:12 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE998FC14 for ; Fri, 29 Feb 2008 12:50:12 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JV4gc-0003P5-Ot for freebsd-multimedia@freebsd.org; Fri, 29 Feb 2008 12:50:02 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 12:50:02 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 12:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: Marcin Cieslak Date: Fri, 29 Feb 2008 13:45:42 +0100 Lines: 49 Message-ID: <47C7FE76.80809@system.pl> References: <20080229102236.GE56191@droso.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020205030901050201090504" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 In-Reply-To: <20080229102236.GE56191@droso.net> Sender: news Subject: Re: [ports-i386@FreeBSD.org: enjoympeg-0.4.1_4 failed on i386 7] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 12:50:12 -0000 This is a multi-part message in MIME format. --------------020205030901050201090504 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Erwin Lansing wrote: > ----- Forwarded message from User Ports-i386 => enjoympeg-0.4.1.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from http://people.freenet.de/for_Ki/. > fetch: http://people.freenet.de/for_Ki/enjoympeg-0.4.1.tar.gz: Moved Permanently > => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/enjoympeg-0.4.1.tar.gz: Service not available, closing control connection > => Couldn't fetch it - please try to retrieve this > => port manually into /tmp/distfiles/ and try again. > *** Error code 1 > > ----- End forwarded message ----- The patch is attached! --Marcin --------------020205030901050201090504 Content-Type: text/x-diff; name="enjoympeg-distfile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="enjoympeg-distfile.diff" Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/multimedia/enjoympeg/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 19 May 2007 20:17:11 -0000 1.11 +++ Makefile 29 Feb 2008 12:43:16 -0000 @@ -10,7 +10,7 @@ PORTVERSION= 0.4.1 PORTREVISION= 4 CATEGORIES= multimedia -MASTER_SITES= http://people.freenet.de/for_Ki/ +MASTER_SITES= http://freenet-homepage.de/for_Ki/ MAINTAINER= multimedia@FreeBSD.org COMMENT= An MPEG-1 video player --------------020205030901050201090504--