Maintainer update: upgrade port to release 20151206. Port framework now uses GitHub. I'll follow up with a URL in the next comment of the actual diff/patch.
Patch (svn diff): http://jdc.koitsu.org/freebsd/206390/bsdhwmon-ports.diff
@Jeremy, can you please: * Include the patch as an attachment * Set maintainer-approval to + on the attachment as well * Confirm the change passes QA (portlint, poudriere) Thanks!
Created attachment 165796 [details] Patch (svn diff) I can't test poudriere, but portlint passes using the attached patch. Can someone test poudriere?
(In reply to Jeremy Chadwick from comment #3) In the meantime, the following will suffice: make stage && make check-plist && make stage-qa && make package
Thank you. That seems to pass just fine: ===> License BSD2CLAUSE accepted by the user ===> Found saved configuration for bsdhwmon-20150429 ===> bsdhwmon-20151206 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bsdhwmon-20151206 for building ===> Extracting for bsdhwmon-20151206 => SHA256 Checksum OK for koitsu-bsdhwmon-20151206-9aec193_GH0.tar.gz. ===> Patching for bsdhwmon-20151206 ===> Configuring for bsdhwmon-20151206 ===> Building for bsdhwmon-20151206 {...snipping compile...} ===> Staging for bsdhwmon-20151206 ===> Generating temporary packing list install -m 555 /home/jdc/work/sysutils/bsdhwmon/work/bsdhwmon-9aec193/bsdhwmon /home/jdc/work/sysutils/bsdhwmon/work/stage/usr/local/sbin install -m 444 /home/jdc/work/sysutils/bsdhwmon/work/bsdhwmon-9aec193/bsdhwmon.8 /home/jdc/work/sysutils/bsdhwmon/work/stage/usr/local/man/man8 ====> Compressing man pages (compress-man) ====> 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 ===> No pkg-plist issues found (check-plist) ====> Running Q/A tests (stage-qa) /!\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\ ===> Building package for bsdhwmon-20151206 Results look correct: root@icarus:~jdc/work/sysutils/bsdhwmon # find work/stage -type f -ls 54232 33 -r-xr-xr-x 1 root wheel 30797 Jan 18 23:44 work/stage/usr/local/sbin/bsdhwmon 54234 9 -r--r--r-- 1 root wheel 3289 Jan 18 23:44 work/stage/usr/local/man/man8/bsdhwmon.8.gz 54239 9 -rw-r--r-- 1 root wheel 97 Jan 18 23:44 work/stage/usr/local/share/licenses/bsdhwmon-20151206/BSD2CLAUSE 54237 9 -rw-r--r-- 1 root wheel 231 Jan 18 23:44 work/stage/usr/local/share/licenses/bsdhwmon-20151206/catalog.mk 54238 9 -rw-r--r-- 1 root wheel 81 Jan 18 23:44 work/stage/usr/local/share/licenses/bsdhwmon-20151206/LICENSE root@icarus:~jdc/work/sysutils/bsdhwmon # find work/pkg -type f -ls 54263 33 -rw-r--r-- 1 root wheel 12632 Jan 18 23:44 work/pkg/bsdhwmon-20151206.txz
Thanks Jeremy, Please use attachments for log output next time, or just confirm that is passed in a comment :)
A commit references this bug: Author: pi Date: Fri Jan 22 20:41:17 UTC 2016 New revision: 406942 URL: https://svnweb.freebsd.org/changeset/ports/406942 Log: sysutils/bsdhwmon: 20150429 -> 20151206 - move distsite to github - Add support for X7DVL-3 X7DVL-3 X7DCL PR: 206390 Submitted by: Jeremy Chadwick <jdc@koitsu.org> (maintainer) Changes: head/sysutils/bsdhwmon/Makefile head/sysutils/bsdhwmon/distinfo head/sysutils/bsdhwmon/pkg-descr
Committed, thanks!