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)
Sun, May 5, 4:59 PM
Unknown Object (File)
Sat, May 4, 8:52 AM
Unknown Object (File)
Fri, May 3, 6:49 PM
Unknown Object (File)
Fri, May 3, 6:48 PM
Unknown Object (File)
Sun, Apr 28, 8:28 PM
Unknown Object (File)
Sun, Apr 28, 8:28 PM
Unknown Object (File)
Sun, Apr 28, 8:28 PM
Unknown Object (File)
Sun, Apr 28, 8:12 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25378
Build 24020: arc lint + arc unit

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–37

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.