Date: Fri, 21 Nov 2014 02:38:23 +0000 (UTC) From: Daichi GOTO <daichi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372974 - head/www/speedtest-mini Message-ID: <201411210238.sAL2cNTp087490@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: daichi Date: Fri Nov 21 02:38:22 2014 New Revision: 372974 URL: https://svnweb.freebsd.org/changeset/ports/372974 QAT: https://qat.redports.org/buildarchive/r372974/ Log: updated to 2.1.8.20141003 PORTVERSION of the speedtest-mini port is not correct. 2.2.0 is a swfobject library's version, not the version of the speedtest-mini itself. IWAO-san found that an actual version is probably 2.1.8 in index-php.html. In addition, with consideration for the frequently-updated of the speedtest-mini without explicit version incrementation, he added distfile's timestamp into PORTVERSION. Thanks PR: 195201 Submitted by: Koichiro IWAO Modified: head/www/speedtest-mini/Makefile head/www/speedtest-mini/distinfo Modified: head/www/speedtest-mini/Makefile ============================================================================== --- head/www/speedtest-mini/Makefile Fri Nov 21 02:06:05 2014 (r372973) +++ head/www/speedtest-mini/Makefile Fri Nov 21 02:38:22 2014 (r372974) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= speedtest-mini -PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTVERSION= 2.1.8.20141003 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://c.speedtest.net/mini/ DISTNAME= mini Modified: head/www/speedtest-mini/distinfo ============================================================================== --- head/www/speedtest-mini/distinfo Fri Nov 21 02:06:05 2014 (r372973) +++ head/www/speedtest-mini/distinfo Fri Nov 21 02:38:22 2014 (r372974) @@ -1,2 +1,2 @@ -SHA256 (mini.zip) = fc76fffb1824a9dd392e9b97c181a754cad4153867bfbf929ab5c540ec2f8e39 -SIZE (mini.zip) = 99006568 +SHA256 (mini.zip) = fa8c6bf26a554f0513ffc92e1ed9207012863e41ba7dc96fd5bfa3c37a42cafa +SIZE (mini.zip) = 99006496
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411210238.sAL2cNTp087490>