Bug 221886 - [maintainer-update] update sysutils/nomad from 0.5.6 to 0.6.1
Summary: [maintainer-update] update sysutils/nomad from 0.5.6 to 0.6.1
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: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2017-08-29 00:18 UTC by John Hixson
Modified: 2017-09-06 02:21 UTC (History)
1 user (show)

See Also:


Attachments
nomad port diff (1.28 KB, patch)
2017-08-29 00:18 UTC, John Hixson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hixson freebsd_committer freebsd_triage 2017-08-29 00:18:58 UTC
Created attachment 185851 [details]
nomad port diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-02 12:29:55 UTC
A commit references this bug:

Author: riggs
Date: Sat Sep  2 12:29:17 UTC 2017
New revision: 449133
URL: https://svnweb.freebsd.org/changeset/ports/449133

Log:
  Update to upstream version 0.6.1

  While on it:
  - Pet portlint
  - Fix LICENSE

  PR:		221886
  Submitted by:	jhixson@gmail.com (maintainer)
  Reviewed by:	riggs

Changes:
  head/sysutils/nomad/Makefile
  head/sysutils/nomad/distinfo
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2017-09-02 12:36:01 UTC
Committed with modifications:
- Correct LICENSE: It's MPL20
- Silence portlint warning on ONLY_FOR_ARCHS order

We appreciate standard QA procedures before submitting patches:
- portlint -ca
- poudriere testport (the log will include QA related hints like check-sanity and stage-qa)
Comment 3 John Hixson freebsd_committer freebsd_triage 2017-09-06 02:21:11 UTC
(In reply to Thomas Zander from comment #2)

I am curious what I did wrong here as I did (and always do) test this with pointlint -ac. 

john@pcbsd /usr/home/john/ports/nomad$ portlint -ac
WARN: Makefile: possible use of absolute pathname "/seed".
WARN: Consider to set DEVELOPER=yes in /etc/make.conf
0 fatal errors and 2 warnings found.

The developer warning appears no matter what (and I don't wish to set my make.conf that way). The seed warning is new. What am I doing wrong here?