Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237249
--- Comment #1 from Sunpoet Po-Chuan Hsieh ---
The patch looks good to me.
Did you test all dependent ports? I checked some and noticed that
sysutils/vagrant requires "net-ssh ~> 5.1.0".
--
You are receiving this mail because:
You are th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237249
--- Comment #2 from Romain Tartière ---
Good catch: I only tested this through poudriere with the packages I am using…
Do you think we should ask for an exp-run?
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237249
--- Comment #3 from Sunpoet Po-Chuan Hsieh ---
The dependent ports are:
devel/rubygem-cheffish
devel/rubygem-pdk
net-mgmt/rubygem-oxidized
net/rubygem-rye
security/metasploit
security/rubygem-metasploit-credential
security/rubygem-net-scp
s
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237249
--- Comment #4 from Romain Tartière ---
net-ssh is using semver (at least, 3.0.0 entry in the ChangeLog says so),
vagrant requests "~> 5.1.0", so I guess this cna be changed to "~> 5.1" without
causing any issue. I am starting a build of v
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235008
Pedro F. Giffuni changed:
What|Removed |Added
Attachment #201196|0 |1
is obsolete|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237249
--- Comment #5 from Romain Tartière ---
Created attachment 203995
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203995&action=edit
Patch for vragrant
It looks like we have to patch vagrant: with the attached patch, I am able to