diff options
author | daichi <daichi@FreeBSD.org> | 2014-11-21 10:38:22 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2014-11-21 10:38:22 +0800 |
commit | 999b3ec7f453a0837da981480f647c90d5654bf8 (patch) | |
tree | 3bd3c91f1e22587db5a23ac627aad0672a89708d /www | |
parent | c4ccf1011a2772440915243e7524eb8105629269 (diff) | |
download | freebsd-ports-gnome-999b3ec7f453a0837da981480f647c90d5654bf8.tar.gz freebsd-ports-gnome-999b3ec7f453a0837da981480f647c90d5654bf8.tar.zst freebsd-ports-gnome-999b3ec7f453a0837da981480f647c90d5654bf8.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/speedtest-mini/Makefile | 4 | ||||
-rw-r--r-- | www/speedtest-mini/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/speedtest-mini/Makefile b/www/speedtest-mini/Makefile index d1d1dff2a352..58fa574899c7 100644 --- a/www/speedtest-mini/Makefile +++ b/www/speedtest-mini/Makefile @@ -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 diff --git a/www/speedtest-mini/distinfo b/www/speedtest-mini/distinfo index e623dfacc08c..7c23462c1a90 100644 --- a/www/speedtest-mini/distinfo +++ b/www/speedtest-mini/distinfo @@ -1,2 +1,2 @@ -SHA256 (mini.zip) = fc76fffb1824a9dd392e9b97c181a754cad4153867bfbf929ab5c540ec2f8e39 -SIZE (mini.zip) = 99006568 +SHA256 (mini.zip) = fa8c6bf26a554f0513ffc92e1ed9207012863e41ba7dc96fd5bfa3c37a42cafa +SIZE (mini.zip) = 99006496 |