Bug 195673 - [maintainer update] www/speedtest-mini: Install missing latency.txt
Summary: [maintainer update] www/speedtest-mini: Install missing latency.txt
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 07:31 UTC by Koichiro Iwao
Modified: 2014-12-14 17:52 UTC (History)
1 user (show)

See Also:


Attachments
patch (735 bytes, patch)
2014-12-04 07:31 UTC, Bugzilla Automation
no flags Details | Diff
patch (1020 bytes, patch)
2014-12-14 15:27 UTC, Koichiro Iwao
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2014-12-04 07:31:21 UTC
Created attachment 150175 [details]
patch

Trivial fix of pkg-plist.
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-12-13 17:56:26 UTC
(In reply to Koichiro IWAO from comment #0)
> Created attachment 150175 [details]
> patch
> 
> Trivial fix of pkg-plist.

latency.txt is not installed by the port. This fails stage-qa:
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%WWWDIR%%/speedtest/latency.txt
===> Error: Plist issues found.
*** Error code 1
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2014-12-14 15:27:15 UTC
Created attachment 150568 [details]
patch

Ah, now the port installs latency.txt. It is required to get speedtest properly working.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-12-14 17:45:06 UTC
A commit references this bug:

Author: riggs
Date: Sun Dec 14 17:44:37 UTC 2014
New revision: 374716
URL: https://svnweb.freebsd.org/changeset/ports/374716

Log:
  - Install missing file latency.txt
  - Bump PORTREVISION

  PR:		195673
  Submitted by:	meta+ports@vmeta.jp (maintainer)

Changes:
  head/www/speedtest-mini/Makefile
  head/www/speedtest-mini/pkg-plist
Comment 4 Thomas Zander freebsd_committer freebsd_triage 2014-12-14 17:52:58 UTC
Committed, thanks.