Bug 218244 - [PATCH][UPDATE] rubygem-itamae & rubygem-specinfra
Summary: [PATCH][UPDATE] rubygem-itamae & rubygem-specinfra
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-31 03:08 UTC by Yuichiro NAITO
Modified: 2017-03-31 20:47 UTC (History)
0 users

See Also:


Attachments
patch for rubygem-itamae (926 bytes, patch)
2017-03-31 03:08 UTC, Yuichiro NAITO
no flags Details | Diff
patch for rubygem-specinfra (959 bytes, patch)
2017-03-31 03:09 UTC, Yuichiro NAITO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuichiro NAITO 2017-03-31 03:08:40 UTC
Created attachment 181337 [details]
patch for rubygem-itamae

Update patches for rubygem-itamae to 1.9.11 and rubygem-specinfra to 2.67.7.
These patches fix following error.

```
$ itamae
/usr/local/lib/ruby/gems/2.2/gems/itamae-1.9.10/lib/itamae/cli.rb:15:in `initialize': undefined method `upcase' for nil:NilClass (NoMethodError)
	from /usr/local/lib/ruby/gems/2.2/gems/thor-0.19.4/lib/thor.rb:365:in `new'
	from /usr/local/lib/ruby/gems/2.2/gems/thor-0.19.4/lib/thor.rb:365:in `dispatch'
	from /usr/local/lib/ruby/gems/2.2/gems/thor-0.19.4/lib/thor/base.rb:444:in `start'
	from /usr/local/lib/ruby/gems/2.2/gems/itamae-1.9.10/bin/itamae:4:in `<top (required)>'
	from /usr/local/bin/itamae:22:in `load'
	from /usr/local/bin/itamae:22:in `<main>'
```

Please apply attached patches to ports tree.
Thank you.
Comment 1 Yuichiro NAITO 2017-03-31 03:09:01 UTC
Created attachment 181338 [details]
patch for rubygem-specinfra
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-31 20:43:49 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Mar 31 20:39:47 UTC 2017
New revision: 437384
URL: https://svnweb.freebsd.org/changeset/ports/437384

Log:
  Update to 2.67.7

  - While I'm here:
    - Add LICENSE_FILE
    - Fix indent
    - Rename gemspec patch to patch-gemspec
    - Clean up patch-gemspec

  Changes:	https://github.com/mizzy/specinfra/releases
  PR:		218244
  Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)

Changes:
  head/sysutils/rubygem-specinfra/Makefile
  head/sysutils/rubygem-specinfra/distinfo
  head/sysutils/rubygem-specinfra/files/patch-gemspec
  head/sysutils/rubygem-specinfra/files/patch-specinfra.gemspec
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-03-31 20:43:51 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Mar 31 20:39:51 UTC 2017
New revision: 437385
URL: https://svnweb.freebsd.org/changeset/ports/437385

Log:
  Update to 1.9.11

  - While I'm here:
    - Add LICENSE_FILE
    - Update and sort RUN_DEPENDS

  Changes:	https://github.com/itamae-kitchen/itamae/blob/master/CHANGELOG.md
  PR:		218244
  Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)

Changes:
  head/sysutils/rubygem-itamae/Makefile
  head/sysutils/rubygem-itamae/distinfo
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-03-31 20:47:45 UTC
Committed. Thanks!