<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/vagrant, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-02-10T19:35:27Z</updated>
<entry>
<title>sysutils/vagrant: Update to 2.4.9</title>
<updated>2026-02-10T19:35:27Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2026-02-10T19:35:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d094ce357545987403fc9581bf121fb1d30dd2c2'/>
<id>urn:sha1:d094ce357545987403fc9581bf121fb1d30dd2c2</id>
<content type='text'>
It allows build with ruby34.

Changes:	https://github.com/hashicorp/vagrant/releases
		https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md
PR:		292489
</content>
</entry>
<entry>
<title>sysutils/vagrant: split into vagrant-gitlab that can be used together with gitlab</title>
<updated>2025-08-04T05:53:14Z</updated>
<author>
<name>Matthias Fechner</name>
<email>mfechner@FreeBSD.org</email>
</author>
<published>2025-08-04T05:49:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2df3bbf5303028cd33818e1ffa45fa5efba44693'/>
<id>urn:sha1:2df3bbf5303028cd33818e1ffa45fa5efba44693</id>
<content type='text'>
Added a new port vagrant-gitlab that can be installed with gitlab on the same host.

Currently I do not see another solution as other rubygem version that are installed
by some ports are breaking gitlab and that was the reason to split this.
Some maintainers to do test their changes against all ports which made this step necessary.

You can also install gitlab in a jail to fix these problems.

PR:		287926
</content>
</entry>
<entry>
<title>sysutils/vagrant: Strip shared library</title>
<updated>2025-07-29T04:32:21Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-07-29T04:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ef55ffd377052b2838661bdb6a448280c66b101'/>
<id>urn:sha1:6ef55ffd377052b2838661bdb6a448280c66b101</id>
<content type='text'>
- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Rename gemspec patch to patch-gemspec
- Bump PORTREVISION for package change
</content>
</entry>
<entry>
<title>sysutils/vagrant: fix conflict with gitlab</title>
<updated>2025-07-26T05:24:07Z</updated>
<author>
<name>Matthias Fechner</name>
<email>mfechner@FreeBSD.org</email>
</author>
<published>2025-07-26T05:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cbfa75816205abd812cd2a83958032de898cf0f0'/>
<id>urn:sha1:cbfa75816205abd812cd2a83958032de898cf0f0</id>
<content type='text'>
PR:		287926
</content>
</entry>
<entry>
<title>*/*: reset maintainer for joe@thrallingpenguin.com</title>
<updated>2025-07-25T19:07:04Z</updated>
<author>
<name>Dan Langille</name>
<email>dvl@FreeBSD.org</email>
</author>
<published>2025-07-25T19:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3c16431cfc2dfcb794baa5fc3e31395bc4114eb0'/>
<id>urn:sha1:3c16431cfc2dfcb794baa5fc3e31395bc4114eb0</id>
<content type='text'>
Maintainer has had too many timeouts.
PR:		288311
</content>
</entry>
<entry>
<title>sysutils/vagrant: update to 2.4.1</title>
<updated>2025-07-21T05:54:58Z</updated>
<author>
<name>John Hein</name>
<email>jcfyecrayz@liamekaens.com</email>
</author>
<published>2025-07-21T05:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a3257029a75010ef60657888bcff20974223e72d'/>
<id>urn:sha1:a3257029a75010ef60657888bcff20974223e72d</id>
<content type='text'>
unbreak build with default ruby 3.3.

Changes:	https://github.com/hashicorp/vagrant/blob/v2.4.1/CHANGELOG.md

PR:		288335
</content>
</entry>
<entry>
<title>Mk/bsd.default-versions.mk: Change default version of Ruby to 3.3</title>
<updated>2025-05-09T10:06:38Z</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2025-04-20T03:41:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=da2a4bdd21258e02256c60947246aab8352c5eb2'/>
<id>urn:sha1:da2a4bdd21258e02256c60947246aab8352c5eb2</id>
<content type='text'>
With the release of 3.2.8 Ruby 3.2 series switched to security fix
only phase and will be reach its EoL on March 2026. So change defult
version of Ruby to 3.3.

Following changes are made to pass exp-run.

* Fix build of audio/rubygem-ruby-shout by adding
  '--with-cflags="-Wno-error=int-conversion"' to CONFIGURE_ARGS.
* Build of devel/rubygem-mmap2 fails with Ruby 3.3 and later because
  of internal API change of Ruby. So mark BROKEN with them.
* devel/rubygem-xdg7, sysutils/vagrant and www/redmine51 don't support
  Ruby 3.3 and later. So mark BROKEN with them.
* misc/sdformat and textproc/ruby-rdtool are already marked BROKEN
  with Ruby 3.2 and build with all other Ruby versions also fails with
  same error. So mark just BROKEN.
* Fix plist error of sysutils/puppet8.
* Fix RUN_DEPENDS of textproc/quarto.

PR:		286217
Approved by:	self (with hat of ruby)
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>filesystems: add new category for file systems and related utilities</title>
<updated>2024-11-06T15:17:35Z</updated>
<author>
<name>Robert Clausecker</name>
<email>fuz@FreeBSD.org</email>
</author>
<published>2024-09-27T10:48:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e2da9672f79f44048d597f0f61e4646cdeade9d'/>
<id>urn:sha1:6e2da9672f79f44048d597f0f61e4646cdeade9d</id>
<content type='text'>
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
</content>
</entry>
<entry>
<title>sysutils/vagrant: Bump dependencies</title>
<updated>2024-04-24T10:13:28Z</updated>
<author>
<name>Michael Gmelin</name>
<email>grembo@FreeBSD.org</email>
</author>
<published>2024-04-18T14:52:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=19e2f7229d19912f9d7045cc660fc87e0149664b'/>
<id>urn:sha1:19e2f7229d19912f9d7045cc660fc87e0149664b</id>
<content type='text'>
This unbreaks `vagrant --version' and (hopefully)
all major subcommands.

PR:		278431
Approved by:	joe@thrallingpenguin.com (maintainer)
MFH:		2024Q2
</content>
</entry>
<entry>
<title>sysutils/vagrant: update to 2.3.7</title>
<updated>2023-09-04T06:33:18Z</updated>
<author>
<name>Ralf van der Enden</name>
<email>tremere@cainites.net</email>
</author>
<published>2023-08-30T08:58:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=334c78087fd3eba8fe93f4ed4407c97804ed70c7'/>
<id>urn:sha1:334c78087fd3eba8fe93f4ed4407c97804ed70c7</id>
<content type='text'>
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.3.7/CHANGELOG.md

2.3.7 (June 15, 2023)

IMPROVEMENTS:

 * command/ssh: Enable deprecated key types and algorithms
 * core: Update user error message on failed extension installs
 * core: Support loading legacy providers in OpenSSL 3
 * provisioner/salt: Verify bootstrap-salt download

BUG FIXES:

 * communicator/ssh: Remove keyboard-interactive auth method
 * provisioner/salt: Fix usage on Windows guests

VAGRANT-GO:

 * Update data layer implementation
 * Update dependencies

2.3.6 (May 19, 2023)

BUG FIXES:

 * command/serve: Isolate proto constants to file for auto-loading
 * core/util: Unlock file prior to deletion
 * provider/docker: Attempt using docker command for bridge ip
 * provider/virtualbox: Update preferred locale values for driver

2.3.5 (May 15, 2023)

BUG FIXES:

 * communicator/ssh: Use netssh builtin keep alive functionality
 * communicator/ssh: Update connection settings when using a password to connect
   ssh
 * core: Add a file mutex when downloading box files
 * guest/arch: Support differentiating between Artix and Arch Linux
 * host/windows: Get state of Windows feature "Microsoft-Hyper-V-Hypervisor"
 * provider/docker: Ignore inactive docker containers when assigning ports
 * provider/docker: Sync folders before preparing nfs settings
 * provider/virtualbox: De-duplicate machine port forward info
 * provider/virtualbox: Remove check for hyperv being enabled when verifying
   virtualbox is usable on windows
 * provider/virtualbox: Validate LANG value when possible
 * provider/hyperv: Check for hyper-v feature "EnhancedSessionTransportType"
 * provisioner/ansible: Fix installing Ansible provisioner with version and pip
 * synced_folders/rsync: allow rsync-auto to also ignore relative paths

PR:		273419
Reported by:	tremere@cainites.net
Approved by:	joe@thrallingpenguin.com (maintainer)
</content>
</entry>
</feed>
