Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.7_1 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
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 |
2.3.7_1 24 Apr 2024 10:13:28 |
Michael Gmelin (grembo) |
sysutils/vagrant: Bump dependencies
This unbreaks `vagrant --version' and (hopefully)
all major subcommands.
PR: 278431
Approved by: joe@thrallingpenguin.com (maintainer)
MFH: 2024Q2 |
2.3.7 04 Sep 2023 06:33:18 |
Fernando ApesteguÃa (fernape) Author: Ralf van der Enden |
sysutils/vagrant: update to 2.3.7
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:
(Only the first 15 lines of the commit message are shown above ) |
2.3.4 30 Jan 2023 20:41:06 |
Neel Chauhan (nc) Author: Ralf van der Enden |
sysutils/vagrant: update to 2.3.4
PR: 269248
Approved by: joe AT thrallingpenguin DOT com (maintainer) |
2.3.2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
2.3.2 31 Oct 2022 18:48:06 |
Nuno Teixeira (eduardo) Author: Ralf van der Enden |
sysutils/vagrant: Update to 2.3.2
- Add support for VirtualBox 7.0
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.3.2/CHANGELOG.md
PR: 267467 |
2.3.1 15 Oct 2022 23:30:48 |
Nuno Teixeira (eduardo) Author: Ralf van der Enden |
sysutils/vagrant: Update to 2.3.1
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.3.1/CHANGELOG.md
PR: 266870 |
2.2.19_3 05 Oct 2022 16:27:28 |
Michael Gmelin (grembo) |
sysutils/vagrant: Respect hier(7) for networks.conf
Since virtualbox-ose 6.1.26 there is a new networks.conf file
which had originally been placed in /etc/vbox.
In 66635b2061daf this was been corrected for emulators/virtualbox-ose,
this change does the same for vagrant's virtualbox plugin.
Before this change, networks.conf had to be put into two places
(e.g., by symlinking /usr/local/etc/vbox to /etc/vbox).
PR: 266845
Approved by: joe@thrallingpenguin.com (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.19_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.19_2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2.19_2 07 Jul 2022 21:43:10 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh6
- Bump PORTREVISION for dependency change |
2.2.19_1 16 Apr 2022 04:19:51 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Fix PLIST after 7b279c9e09e1d27a385b7400842622b03a60c5bb
- While I'm here, remove trailing slash from GEMS_DIR to match gem.mk
Approved by: portmgr (blanket) |
2.2.19_1 28 Feb 2022 13:36:59 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Update RUBYGEMBIN after
f800970bc87ab1fac4110c4482ec064be1140b90 |
2.2.19_1 25 Jan 2022 19:51:16 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Change RUN_DEPENDS from rubygem-ed25519 to rubygem-ed2551912
- Bump PORTREVISION for dependency change |
2.2.19 17 Nov 2021 22:03:06 |
Christoph Moench-Tegeder (cmt) |
sysutils/vagrant: update to 2.2.19
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.19/CHANGELOG.md
PR: 259903
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.18 16 Nov 2021 13:25:06 |
Christoph Moench-Tegeder (cmt) |
sysutils/vagrant: update to 2.2.18
https://github.com/hashicorp/vagrant/blob/v2.2.18/CHANGELOG.md
PR: 259658
Reported by: Ralf van der Enden
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.14_5 21 Oct 2021 14:27:19 |
Stefan Eßer (se) |
sysutils/vagrant: Add CPE information
Approved by: portmgr (blanket) |
2.2.14_5 18 Jul 2021 22:07:22 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-net-scp to rubygem-net-scp1
- Change RUN_DEPENDS from rubygem-net-sftp to rubygem-net-sftp2
- Bump PORTREVISION for dependency change |
2.2.14_4 14 Jun 2021 17:43:11 |
Po-Chuan Hsieh (sunpoet) |
sysutils/vagrant: Change RUN_DEPENDS from rubygem-childprocess to
rubygem-childprocess40
- Bump PORTREVISION for dependency change |
2.2.14_3 16 Apr 2021 13:50:51 |
Mateusz Piotrowski (0mp) |
sysutils/vagrant: Enable Bash and Zsh completions
PR: 254297
Approved by: joe@thrallingpenguin.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D29266 |
2.2.14_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.14_2 25 Mar 2021 13:51:14 |
mfechner |
Change dep of rubygem-bcrypt_pbkdf to rubygem-bcrypt_pbkdf10 to not break the
port
if I later commit an upgrade to rubygem-bcrypt_pbkdf.
Approved by: blancket |
2.2.14_1 01 Dec 2020 18:31:46 |
fernape |
sysutils/vagrant: update to 2.2.14
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.14/CHANGELOG.md
PR: 251472
Submitted by: joe@thrallingpenguin.com |
2.2.9_1 23 Nov 2020 11:35:11 |
mfechner |
Mark current version broken for ruby 2.7. |
2.2.9_1 29 Jun 2020 07:16:31 |
0mp |
sysutils/vagrant: Chase devel/rubygem-childprocess update
Judging by Vagrant's gemspec file, Vagrant requires rubygem-childprocess
version which is between 3.0.0 and 3.1.0 (expressed as ~> 3.0.0). Recently,
devel/ruby-gemprocess was updated to 4.0.0. It is necessary to switch to a
new port supporting version 3.0.*, which is devel/ruby-gemprocess3.
Approved by: portmgr blanket (runtime fix) |
2.2.9 15 May 2020 15:30:55 |
mfechner |
Upgrade sysutils/vagrant to 2.2.9.
Changelog:
https://github.com/hashicorp/vagrant/blob/v2.2.9/CHANGELOG.md
PR: 246471
Submitted by: cmt@
Approved by: joe (maintainer) |
2.2.7_3 28 Mar 2020 13:33:30 |
sunpoet |
Fix gemspec for rubygem-rubyzip 2.3.0 update
- Bump PORTREVISION for package change |
2.2.7_2 26 Feb 2020 20:48:00 |
sunpoet |
Update version requirement of RUN_DEPENDS
- Remove unnecessary change of i18n in patch-gemspec
- Bump PORTREVISION for package change
PR: 244410
Submitted by: sunpoet (myself)
Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) |
2.2.7_1 08 Feb 2020 21:07:56 |
cmt |
sysutils/vagrant: chase rubyzip update
and regenerate patch while at it
Approved by: just-fix-it |
2.2.7 03 Feb 2020 21:34:10 |
cmt |
sysutils/vagrant: update to 2.2.7
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.7/CHANGELOG.md
PR: 243672
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.6_1 26 Oct 2019 12:01:11 |
sunpoet |
Change RUN_DEPENDS from rubygem-rubyzip to rubygem-rubyzip12
- Bump PORTREVISION for dependency change |
2.2.6 17 Oct 2019 17:56:20 |
cmt |
sysutils/vagrant: update to 2.2.6
https://github.com/hashicorp/vagrant/releases
PR: 241313
Approved by: joe at thrallingpenguin dot com |
2.2.5_2 07 Oct 2019 10:21:17 |
cmt |
sysutils/vagrant: relax "listen" dependency version constraint
unbreaks vagrant after ports r513697 (update of devel/rubygem-listen)
Approved by: just-fix-it |
2.2.5_1 30 Aug 2019 13:46:34 |
cmt |
unbreak vagrant after ports r510245 |
2.2.5 01 Jul 2019 21:25:45 |
cmt |
update vagrant to 2.2.5
https://github.com/hashicorp/vagrant/blob/master/CHANGELOG.md
PR: 238934
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.4_1 14 Mar 2019 23:15:28 |
cmt |
Use CA certificates from ca_root_nss for TLS validation
instead of embedding a very old version of that file, and depend
on ca_root_nss for that.
Add dependency on curl, which has been missing for a long time.
PR: 234421
Submitted by: joe@thrallingpenguin.com
Reported by: corvid@openmailbox.org
Approved by: joe@thrallingpenguin.com (maintainer) |
2.2.4 28 Feb 2019 16:33:51 |
cmt |
update vagrant to 2.2.4
https://github.com/hashicorp/vagrant/blob/v2.2.4/CHANGELOG.md
PR: 236106
Approved by: Joseph Benden (maintainer) |
2.2.3_1 22 Feb 2019 19:56:03 |
sunpoet |
Update devel/ruby-gems to 3.0.2
- Update Mk/Uses/gem.mk
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 235795
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>, sunpoet (myself)
Exp-run by: antoine |
2.2.3 12 Jan 2019 18:47:29 |
cmt |
sysutils/vagrant: update to 2.2.3
https://github.com/hashicorp/vagrant/blob/v2.2.3/CHANGELOG.md
PR: 234861
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.2 30 Nov 2018 23:58:20 |
cmt |
sysutils/vagrant: update to 2.2.2
https://github.com/hashicorp/vagrant/blob/v2.2.2/CHANGELOG.md
Fixes regressins in the default NIC type handling. Watch for regressions
in the regression fix.
PR: 233677
Approved by: joe at thrallingpengion dot com (maintainer) |
2.2.1 24 Nov 2018 22:32:57 |
sunpoet |
Fix version requirement of RUN_DEPENDS
Approved by: portmgr (blanket) |
2.2.1 23 Nov 2018 17:07:13 |
cmt |
sysutils/vagrant: update to 2.2.1
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.1/CHANGELOG.md
PR: 233273
Approved by: joe at thrallingpenguin dot com (maintainer) |
2.2.0 01 Nov 2018 20:44:23 |
cmt |
sysutils/vagrant: update to 2.2.0
https://github.com/hashicorp/vagrant/blob/v2.2.0/CHANGELOG.md
PR: 232511
Approved by: maintainer (joe () thrallingpenguin.com) |
2.1.5 13 Sep 2018 22:22:29 |
cmt |
sysutils/vagrant: update to 2.1.5
https://github.com/hashicorp/vagrant/releases
PR: 231350
Approved by: joe at thrallingpenguin.com (maintainer) |
2.1.2 29 Jun 2018 19:44:13 |
cmt |
sysutils/vagrant: update to 2.1.2
Changelog: https://github.com/hashicorp/vagrant/blob/v2.1.2/CHANGELOG.md
PR: 229416
Approved by: Joseph Benden (maintainer) |
2.1.1_1 02 Jun 2018 22:27:26 |
sunpoet |
Change RUN_DEPENDS from rubygem-net-ssh to rubygem-net-ssh4
- Bump PORTREVISION for dependency change |
2.1.1 08 May 2018 18:41:14 |
cmt |
sysutils/vagrant: update to 2.1.1
https://github.com/hashicorp/vagrant/blob/master/CHANGELOG.md
PR: 228077
Approved by: Joseph Benden (maintainer) |
2.0.4 07 May 2018 19:23:45 |
cmt |
sysutils/vagrant: update to 2.0.4
PR: 227902
Approved by: Joseph Benden (maintainer) |
2.0.3 16 Mar 2018 20:41:44 |
cmt |
update sysutils/vagrant to 2.0.3
The port's upstream github account was changed/renamed, this is reflected
in the GH_ACCOUNT change.
Tests are not installed anymore, so pkg-plist is a lot shorter now.
The ".runner" "simple build script" is not required for the port and
installed by accident, so just rm it.
PR: 226662
Approved by: joe at thrallingpenguin com |
2.0.2 20 Feb 2018 21:24:00 |
cmt |
sysutils/vagrant: update to 2.0.2
Since this release, vagrant can (but does not, by default) disable
the creation of symbolic links in VirtualBox shared folders. Vagrant
will warn the user if symbolic links are allowed - see
https://github.com/hashicorp/vagrant/pull/9354 and
https://github.com/hashicorp/vagrant/pull/9389 for details.
PR: 225988
Approved by: joe()thrallingpenguin.com |
2.0.1 14 Dec 2017 20:05:31 |
tobik |
sysutils/vagrant: Update to 2.0.1
- Fixes build with Ruby 2.4
PR: 224277
Approved by: joe@thrallingpenguin.com (maintainer) |
2.0.0_1 24 Oct 2017 07:04:47 |
madpilot |
Import upstream patch for vagrant to add support for virtualbox 5.2
PR: 223198
Submitted by: me
Approved by: joe@thrallingpenguin.com (maintainer)
Obtained
from: https://github.com/hashicorp/vagrant/commit/83310f8a56cfea8a543d17f9af4b18caa13ed98a |
2.0.0 18 Sep 2017 09:01:22 |
cmt |
sysutils/vagrant: update to 2.0.0
https://github.com/hashicorp/vagrant/releases
Also adds a one-line patch to vagrant's ssh_communicator to avoid a
flood of warnings from net-ssh (net-ssh changed a parameter's name).
PR: 222390
Approved by: joe(at)thrallingpenguin.com (maintainer) |
1.9.5 12 Jun 2017 12:27:47 |
cmt |
sysutils/vagrant: re-add gemspec fix for ruby_dep
PR: 219923
Reported by: Christian Sturm, madpilot
Approved by: just-fix-it |
1.9.5 04 Jun 2017 19:42:25 |
cmt |
sysutils/vagrant: update to 1.9.5
PR: 219423
Reviewed by: sunpoet
Approved by: maintainer-timeout |
1.9.3 23 Apr 2017 14:55:17 |
cmt |
sysutils/vagrant: update to 1.9.3
PR: 218825
Approved by: joe at thrallingpenguin.com (maintainer) |
1.9.2 29 Mar 2017 21:07:22 |
swills |
sysutils/vagrant: update to 1.9.2
PR: 217944
Submitted by: Yonas Yanfa <yonas@fizk.net> (with changes)
Approved by: joe@thrallingpenguin.com (maintainer) |
1.8.7_4 22 Feb 2017 17:15:05 |
sunpoet |
Fix gemspec for rubygem-i18n 0.8.1 update
- Bump PORTREVISION for package change |
1.8.7_3 05 Feb 2017 05:32:36 |
sunpoet |
Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder |
1.8.7_2 23 Jan 2017 18:51:11 |
sunpoet |
- Fix gemspec for rubygem-childprocess 0.6.1 update
- Bump PORTREVISION for package change |
1.8.7_1 18 Jan 2017 17:49:22 |
lifanov |
fix sysutils/vagrant by relaxing ruby_dep requirement
PR: 215905
Submitted by: matthew
Reviewed by: matthew
Approved by: matthew (mentor), joe@thrallingpenguin.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D9232 |
1.8.7 22 Nov 2016 21:07:29 |
cmt |
vagrant 1.8.7
https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md
PR: 214571
Approved by: joe()thrallingpenguin.com (maintainer), rene (mentor) |
1.8.6 19 Oct 2016 07:20:21 |
cmt |
update vagrant to 1.8.6
Changelog: https://github.com/mitchellh/vagrant/blob/v1.8.6/CHANGELOG.md
PR: 213566
Approved by: joe at thrallingpenguin.com (maintainer)
Approved by: rene (mentor) |
1.8.5_2 22 Sep 2016 17:55:03 |
swills |
sysutils/vagrant: pull in upstream bugfix for ssh auth issues
PR: 212754
Approved by: joe@thrallingpenguin.com (maintainer) |
1.8.5_1 13 Aug 2016 23:03:39 |
swills |
sysutils/vagrant: fix dependencies
Approved by: joe@thrallingpenguin.com (maintainer) (implicit)
Pointyhat to: swills |
1.8.5 11 Aug 2016 13:34:08 |
swills |
sysutils/vagrant: update to 1.8.5
Also update to work with new rubygem-mime-types version
PR: 209973
Approved by: joe@thrallingpenguin.com (maintainer) |
1.8.1_2 02 Apr 2016 07:15:16 |
sunpoet |
- Rename gemspec patch to patch-gemspec
With hat: ruby |
1.8.1_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.8.1_2 20 Mar 2016 19:11:52 |
feld |
sysutils/vagrant: fix plugin subcommand
PR: 207184 |
1.8.1_1 20 Mar 2016 18:38:47 |
sunpoet |
- Fix gemspec for rubygem-net-ssh 3.1.0 update
- Bump PORTREVISION for package change |
1.8.1 07 Feb 2016 04:35:30 |
pi |
sysutils/vagrant: 1.7.4 -> 1.8.1
- patches now generated by makepatch
- upgrade fixes problem with rubygem-net-ssh
- Changelog:
https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md
PR: 206646
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Reviewed by: Tobias Kortkamp <t@tobik.me>
Approved by: joe@thrallingpenguin.com (maintainer) |
1.7.4_1 20 Nov 2015 09:15:49 |
sunpoet |
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
1.7.4_1 31 Jul 2015 15:16:31 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
1.7.4 27 Jul 2015 20:41:15 |
mmoll |
sysutils/vagrant: update to 1.7.4
Approved by: mat (mentor), Joe Benden (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D3219 |
1.7.2_1 04 Jul 2015 16:16:33 |
sunpoet |
- Add rubygem-listen2 2.10.1 (copied from rubygem-listen)
- Bump PORTREVISION for dependent ports |
1.7.2 30 Jun 2015 20:46:13 |
mmoll |
sysutils/vagrant: update to 1.7.2
- switch to USE_GITHUB
- cleanup RUN_DEPENDS
Approved by: swills (mentor), Joe Benden (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D2918 |
1.6.5_4 08 Jun 2015 22:48:52 |
mmoll |
sysutils/vagrant: use sysutils/bundler17
while here, sort and fix plist
PR: 200614
Differential Revision: https://reviews.freebsd.org/D2760
Approved by: mat (mentor) |
1.6.5_3 27 May 2015 11:23:10 |
sunpoet |
- Remove outdated RUBY_VER check
With hat: ruby |
1.6.5_3 22 Mar 2015 15:57:14 |
sunpoet |
- Update to 1.6.6.2
- Remove trailing tab
Changes: https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.rdoc |
1.6.5_3 27 Feb 2015 10:21:13 |
arved |
Adjust gemspec file after rubygem-i18n update
PR: 197208
Submitted by: Fabian M. Borschel
Approved by: maintainer timeout |
1.6.5_2 09 Dec 2014 08:34:27 |
xmj |
sysutils/vagrant: patch gemspec for rubygem-listen 2.8.0 update
- Allow vagrant to run with devel/rubygem-listen 2.8.0 as of r373273.
PR: 195588
Differential Revision: https://reviews.freebsd.org/D1273
Submitted by: Kevin Bowling <kevin.bowling@kev009.com>
Approved by: joe@thrallingpenguin.com (maintainer)
Approved by: koobs (mentor) |
1.6.5_1 28 Nov 2014 09:50:36 |
marino |
sysutils/vagrant: Fix error setting certificate verify locations
While here, remove @dirrm and make port pass stage-qa checks. Also wrap
lines to respect 80 columns.
PR: 194578
Reported by: Fabian Borschel
Fixed by: maintainer (Joe Benden) |
1.6.5 14 Oct 2014 09:29:40 |
robak |
sysutils/vagrant: update 1.6.3 -> 1.6.5
- Convert @dirrm to @dir
PR: 194222
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Approved by: mentors (implicit) |
1.6.3_1 24 Sep 2014 14:31:22 |
swills |
syusutils/vagrant: fix with newer bundler
Adding a patch to make bundler work with the newer version of rubygem-bundler
PR: 193600
Submitted by: swills (myself)
Approved by: Joe Benden <joe@thrallingpenguin.com> (maintainer) |
1.6.3 19 Jun 2014 12:24:33 |
marino |
sysutils/vagrant: Update version 1.6.2 => 1.6.3
PR: 190630
Submitted by: maintainer (joe Benden) |
1.6.2 25 May 2014 01:18:50 |
swills |
- Update to 1.6.2
PR: ports/189436
PR: ports/189483
PR: ports/189770
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) |
1.5.4 27 Apr 2014 15:12:53 |
swills |
- Update to 1.5.4 [1]
- Switch to security/rubygem-net-ssh27 for dependency
- Switch to security/rubygem-net-scp11 for dependency
PR: ports/188925 [1]
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) [1] |
1.5.3 16 Apr 2014 13:26:59 |
swills |
- Update to 1.5.3
PR: ports/188674
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) |
1.5.2 14 Apr 2014 02:42:39 |
swills |
- Update to 1.5.2
PR: ports/188235
Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) |
1.5.1_2 30 Mar 2014 14:50:42 |
swills |
- I broke vagrant when I upgraded the timers gem, so fix it by using the older
one
With hat: ruby@ |
1.5.1_1 21 Mar 2014 02:01:07 |
swills |
- Patch to work with newer version of rubygem-listen, which should have been
caught in the initial commit
Pointy hat to: swills
Reported by: rpaulo |
1.5.1 20 Mar 2014 21:31:13 |
swills |
Vagrant is a tool for building and distributing virtualized development
environments.
WWW: http://www.vagrantup.com/
PR: ports/187593
Submitted by: Joseph Benden <joe@thrallingpenguin.com> |