From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 23 12:00:46 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B74F106567D for ; Tue, 23 Dec 2008 12:00:46 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id CF38C8FC14 for ; Tue, 23 Dec 2008 12:00:45 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 23 Dec 2008 11:34:03 -0000 Received: from g226228249.adsl.alicedsl.de (EHLO m2a2.dyndns.org) [92.226.228.249] by mail.gmx.net (mp037) with SMTP; 23 Dec 2008 12:34:03 +0100 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/xUl1QxnDxQu3UpwYBoZF/VluDQhyHeFBwJTwNo7 4FyijCwMHL9d47 Received: by merlin.emma.line.org (Postfix, from userid 1001) id ECBF918994; Tue, 23 Dec 2008 12:34:01 +0100 (CET) Date: Tue, 23 Dec 2008 12:34:01 +0100 From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20081223113401.GA25621@merlin.emma.line.org> References: <20081223105856.5BF6718964@merlin.emma.line.org> <200812231100.mBNB06o2008594@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <200812231100.mBNB06o2008594@freefall.freebsd.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc User-Agent: Mutt/1.5.18 (2008-05-17) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.83 Cc: Subject: Re: ports/129878: www/linux-flashplugin9 unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 12:00:46 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch makes the port fetchable for me, but I don't know what changes were made in the upstream tarball. The upstream maintainers should probably be asked to never ever re-roll a file with the same name, but rather add a counter to the tarballs if they need to redo them. -- Matthias Andree --pWyiEgJYm5f9v55/ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="pr129878-1.patch" diff -Nur /usr/ports/www/linux-flashplugin9/distinfo ./distinfo --- /usr/ports/www/linux-flashplugin9/distinfo 2008-11-30 09:30:31.000000000 +0100 +++ ./distinfo 2008-12-23 12:31:50.000000000 +0100 @@ -1,6 +1,6 @@ -MD5 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 862ea61444f92a29b7526f244c2c49e2 -SHA256 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 51964941f2e57be3024336d3d055d99e4da6972aece1744a3dc5f9214c283b94 -SIZE (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 3056790 +MD5 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 7cbd57d6582c754370dbb5e46b5b1809 +SHA256 (flashplugin/9.0r151/install_flash_player_9.tar.gz) = e4fcb13e79a28bc4866b986ac9c2a63e1acf7d709547a84fc2151b31cf43487b +SIZE (flashplugin/9.0r151/install_flash_player_9.tar.gz) = 3056503 MD5 (flashplugin/9.0r151/libflashsupport.so) = c034ff03c92f94b2938062b6bbc02669 SHA256 (flashplugin/9.0r151/libflashsupport.so) = d5c943e5a59016dcfeab5016d701e1e5e08fb30e8780d239053fec175b89d1e1 SIZE (flashplugin/9.0r151/libflashsupport.so) = 44752 --pWyiEgJYm5f9v55/--