Bug 206390 - sysutils/bsdhwmon: Update to 20151206, use GitHub
Summary: sysutils/bsdhwmon: Update to 20151206, use GitHub
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-19 05:54 UTC by Jeremy Chadwick
Modified: 2016-01-22 20:42 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
Patch (svn diff) (2.49 KB, patch)
2016-01-19 07:37 UTC, Jeremy Chadwick
jdc: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Chadwick 2016-01-19 05:54:32 UTC
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.
Comment 1 Jeremy Chadwick 2016-01-19 05:56:02 UTC
Patch (svn diff): http://jdc.koitsu.org/freebsd/206390/bsdhwmon-ports.diff
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-19 06:50:27 UTC
@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!
Comment 3 Jeremy Chadwick 2016-01-19 07:37:32 UTC
Created attachment 165796 [details]
Patch (svn diff)

I can't test poudriere, but portlint passes using the attached patch.  Can someone test poudriere?
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-19 07:42:40 UTC
(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
Comment 5 Jeremy Chadwick 2016-01-19 07:50:31 UTC
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
Comment 6 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-21 04:28:55 UTC
Thanks Jeremy,

Please use attachments for log output next time, or just confirm that is passed in a comment :)
Comment 7 commit-hook freebsd_committer freebsd_triage 2016-01-22 20:41:36 UTC
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
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-01-22 20:42:03 UTC
Committed, thanks!