notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q1
v2ray Platform for building proxies to bypass network restrictions
5.42.0_4 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.49.0_4Version of this port present on the latest quarterly branch.
Maintainer: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-25 01:42:26
Last Update: 2026-03-14 08:38:18
Commit Hash: 300cc32
License: MIT
WWW:
https://www.v2fly.org/
https://github.com/v2fly/v2ray-core/
Description:
Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/v2ray-5.42.0_4/catalog.mk
  2. /usr/local/share/licenses/v2ray-5.42.0_4/LICENSE
  3. /usr/local/share/licenses/v2ray-5.42.0_4/MIT
  4. bin/v2ray
  5. @sample etc/v2ray/config.json.sample
  6. etc/v2ray/vpoint_socks_vmess.json
  7. etc/v2ray/vpoint_vmess_freedom.json
  8. @owner
  9. @group
  10. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • v2ray
Dependency lines:
  • v2ray>0:net/v2ray
To install the port:
cd /usr/ports/net/v2ray/ && make install clean
To add the package, run one of these commands:
  • pkg install net/v2ray
  • pkg install v2ray
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: v2ray
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1765825837 SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.42.0_GH0/go.mod) = fd8b535ae64963818a885a09f321cc65ab1eed15c1611efd9c2690790c0bab74 SIZE (go/net_v2ray/v2fly-v2ray-core-v5.42.0_GH0/go.mod) = 4254

Expand this list (2 items)

Collapse this list.

SHA256 (go/net_v2ray/v2fly-v2ray-core-v5.42.0_GH0/v2fly-v2ray-core-v5.42.0_GH0.tar.gz) = 24e2182bf77342165511150db014668723ac4a0c9e72269b0590b0be72875b49 SIZE (go/net_v2ray/v2fly-v2ray-core-v5.42.0_GH0/v2fly-v2ray-core-v5.42.0_GH0.tar.gz) = 1125183

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go124 : lang/go124
Fetch dependencies:
  1. go124 : lang/go124
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_v2ray
USES:
cpe go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://codeload.github.com/v2fly/v2ray-core/tar.gz/v5.42.0?dummy=/
  2. https://raw.githubusercontent.com/v2fly/v2ray-core/v5.42.0/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.42.0_4
14 Mar 2026 08:38:18
commit hash: 300cc32171f27f242b0a2a95f7a3e3c242131888commit hash: 300cc32171f27f242b0a2a95f7a3e3c242131888commit hash: 300cc32171f27f242b0a2a95f7a3e3c242131888commit hash: 300cc32171f27f242b0a2a95f7a3e3c242131888 files touched by this commit
Älven (alven) search for other commits by this committer
net/v2ray: Bump PORTREVISION for rebuild after rc script improvements

Approved by:	db@, yuri@ (Mentors, implicit)
5.42.0_3
14 Mar 2026 08:25:29
commit hash: d08f0d751204386b3a1fb196de281f5039d975d9commit hash: d08f0d751204386b3a1fb196de281f5039d975d9commit hash: d08f0d751204386b3a1fb196de281f5039d975d9commit hash: d08f0d751204386b3a1fb196de281f5039d975d9 files touched by this commit
Älven (alven) search for other commits by this committer
net/v2ray: Lint and improve rc file

* Sort stances
* Expand variables

Approved by:	db@, yuri@ (Mentors, implicit)
MFH:		2026Q1

(cherry picked from commit 6771b1d14157a659a8e235f692526c97f83f435a)
5.42.0_3
14 Mar 2026 08:25:12
commit hash: 7034792fe9aa5afcfd6055ac0dc7e31f7243c2c2commit hash: 7034792fe9aa5afcfd6055ac0dc7e31f7243c2c2commit hash: 7034792fe9aa5afcfd6055ac0dc7e31f7243c2c2commit hash: 7034792fe9aa5afcfd6055ac0dc7e31f7243c2c2 files touched by this commit
Älven (alven) search for other commits by this committer
Author: Shamaz Mazum
net/v2ray: Fix incorrect order of rc file stances

PR:		293795
Reported by:	Shamaz Mazum <shamaz.mazum@gmail.com>
Approved by:	db@, yuri@ (Mentors, implicit)
MFH:		2026Q1

(cherry picked from commit 3265e8870fd5e55039125fcb1ba3d505701404eb)
5.42.0_3
06 Mar 2026 03:52:43
commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9commit hash: ef8f442a3f6b40cbf3668a21fe541ebe8c8a07c9 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.8

This is a direct commit to 2026Q1.
5.42.0_2
05 Feb 2026 18:02:36
commit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1dcommit hash: 010c6554e1ed5ef4312705d922e942eb4b0edc1d files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.13

This is a direct commit to 2026Q1.
5.42.0_1
25 Jan 2026 01:35:05
commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9commit hash: ca7bf6089bffdf18221d51adecc35589d666a2a9 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump dependent ports for Go 1.24.12.

This is a direct commit to 2026Q1.

Number of commits found: 6