From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 23 11:40:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CAF11065673 for ; Tue, 23 Dec 2008 11:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC568FC20 for ; Tue, 23 Dec 2008 11:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBNBe42r039363 for ; Tue, 23 Dec 2008 11:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBNBe4Ae039362; Tue, 23 Dec 2008 11:40:04 GMT (envelope-from gnats) Date: Tue, 23 Dec 2008 11:40:04 GMT Message-Id: <200812231140.mBNBe4Ae039362@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthias Andree Cc: Subject: Re: ports/129878: www/linux-flashplugin9 unfetchable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 11:40:04 -0000 The following reply was made to PR ports/129878; it has been noted by GNATS. From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/129878: www/linux-flashplugin9 unfetchable Date: Tue, 23 Dec 2008 12:34:01 +0100 --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/--