Page MenuHomeFreeBSD

sysutils/vagrant: use sysutils/bundler17
ClosedPublic

Authored by mmoll on Jun 8 2015, 9:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 12:55 PM
Unknown Object (File)
Sun, Apr 21, 7:26 PM
Unknown Object (File)
Mar 13 2024, 8:38 PM
Unknown Object (File)
Mar 13 2024, 8:38 PM
Unknown Object (File)
Mar 13 2024, 8:25 PM
Unknown Object (File)
Jan 8 2024, 10:27 AM
Unknown Object (File)
Jan 8 2024, 10:26 AM
Unknown Object (File)
Dec 23 2023, 12:44 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