Page MenuHomeFreeBSD

net/v2ray: Update to 4.20.0
ClosedPublic

Authored by loader on Jul 16 2019, 10:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 3:46 AM
Unknown Object (File)
Feb 23 2024, 3:42 AM
Unknown Object (File)
Feb 13 2024, 12:53 AM
Unknown Object (File)
Jan 15 2024, 9:02 PM
Unknown Object (File)
Dec 22 2023, 3:39 PM
Unknown Object (File)
Dec 20 2023, 2:58 AM
Unknown Object (File)
Dec 5 2023, 6:45 PM
Unknown Object (File)
Nov 23 2023, 4:24 PM
Subscribers

Details

Summary

Proposed commit log message:

net/v2ray: Update to 4.20.0

- Dependencies are not shipped with the tarball anymore, define
  these dependencies in GH_TUPLE.
- Add test target

Changelog:

    https://github.com/v2ray/v2ray-core/compare/v4.14.0...v4.20.0

PR:             239219
Reviewed_by:    koobs
Approved by:    koobs (mentor), shen.elf@gmail.com (maintainer timeout)
Differential_Revision: D20968
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 1300036, [amd64, i386, armv7], tested)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

koobs requested changes to this revision.Jul 17 2019, 3:59 AM

Our SVN commit hooks dont like Changes: in commit log messages. Needs to be Changelog: and I'd probably separate software changelog lines from the freebsd commit log attributes section, like:

Changes:

  https://github.com/v2ray/v2ray-core/compare/v4.14.0...v4.20.0

PR: ..
net/v2ray/Makefile
36 ↗(On Diff #59799)

Group/sort USES/USE together

This revision now requires changes to proceed.Jul 17 2019, 3:59 AM

revert ${GO_WRKSRC}/release/config/config.json back to ${WRKSRC}

Move USE_RC_SUBR to the USES/USE section

loader marked an inline comment as done.
This revision is now accepted and ready to land.Jul 18 2019, 11:00 AM

LGTM (previous revision was accepted, with additional comments)

This revision was automatically updated to reflect the committed changes.