From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 4 17:44:00 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D4DB1065670 for ; Thu, 4 Oct 2012 17:44:00 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id 0476B8FC16 for ; Thu, 4 Oct 2012 17:43:58 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id A85ECA6252 for ; Thu, 4 Oct 2012 19:43:53 +0200 (CEST) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 6BEFE390CA7; Thu, 4 Oct 2012 19:43:30 +0200 (CEST) Date: Thu, 4 Oct 2012 19:43:30 +0200 From: Rodrigo OSORIO To: freebsd-bugs@FreeBSD.org Message-ID: <20121004174330.GB11132@oldfaithful.bebik.local> References: <201210032330.q93NUCOC037816@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <201210032330.q93NUCOC037816@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: misc/172272: speedtest-mini - port not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 17:44:00 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Here is the simplest patch I can imagin to solve the issue. - rodrigo --OgqxwSJOaUobr8KG Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="speedtest.patch" diff -urP -x .svn www/speedtest-mini/Makefile www/speedtest-mini/Makefile --- www/speedtest-mini/Makefile 2012-10-04 17:41:38.000000000 +0200 +++ www/speedtest-mini/Makefile 2012-10-04 17:25:11.000000000 +0200 @@ -7,6 +7,7 @@ PORTNAME= speedtest-mini PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://c.speedtest.net/mini/ DISTNAME= mini diff -urP -x .svn www/speedtest-mini/distinfo www/speedtest-mini/distinfo --- www/speedtest-mini/distinfo 2012-10-04 17:41:38.000000000 +0200 +++ www/speedtest-mini/distinfo 2012-10-04 12:23:57.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (mini.zip) = 31d86df8ea25e5dfac4ebc383172c3408a3ca67a61193f62a75fb68d6d47621b -SIZE (mini.zip) = 98993097 +SHA256 (mini.zip) = 1a1a8590b4b237fc2544c08003667193b7ca28af507a826ba8dd72cabb9f5e5b +SIZE (mini.zip) = 99763433 --OgqxwSJOaUobr8KG--