Page MenuHomeFreeBSD

sysutils/vagrant: use sysutils/bundler17
ClosedPublic

Authored by mmoll on Jun 8 2015, 9:23 PM.
Tags
None
Referenced Files
F167323122: D2760.diff
Thu, Aug 20, 9:48 PM
Unknown Object (File)
Tue, Aug 18, 8:15 PM
Unknown Object (File)
Mon, Aug 10, 4:48 PM
Unknown Object (File)
Sun, Aug 9, 5:47 PM
Unknown Object (File)
Sun, Aug 9, 5:46 PM
Unknown Object (File)
Sun, Aug 9, 4:24 AM
Unknown Object (File)
Jul 21 2026, 3:46 PM
Unknown Object (File)
Jul 3 2026, 8:53 PM
Subscribers
None

Details

Reviewers
swills
mat
Summary

The bundler update to 1.10 does not play well with vagrant, see PR 200614. While building in poudriere, I saw missing plist entries. The maintainer didn't react the last days to the PR and to another mail from me and as it's just a small fix, I hope that's OK without his approval.

Proposed commit message:

sysutils/vagrant: use sysutils/bundler17

while here, sort and fix plist

PR:		200614
Approved by:	swills (mentor), mat (mentor)
Test Plan

poudriere: http://space.kvedulv.de/FreeBSD/vagrant-1.6.5_4.log
portlint:

mmoll@marduk:/svn/ports/sysutils/vagrant$ portlint -ACNc
WARN: /svn/ports/sysutils/vagrant/pkg-plist: [2]: enumerating info files in the plist is deprecated in favor of adding info files into the Makefile using the INFO macro.
WARN: Makefile: [0]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead.
WARN: Makefile: new ports should not set PORTREVISION.
WARN: /svn/ports/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' to ensure proper patch format.
WARN: /svn/ports/sysutils/vagrant/files/patch-vagrant.gemspec: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' to ensure proper patch format.
0 fatal errors and 5 warnings found.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

mmoll retitled this revision from to sysutils/vagrant: use sysutils/bundler17.
mmoll updated this object.
mmoll edited the test plan for this revision. (Show Details)
mmoll added reviewers: swills, mat.
mat edited edge metadata.
This revision is now accepted and ready to land.Jun 8 2015, 10:21 PM