Created attachment 222986 [details] Patch for updating the Makefile Please update to the latest version of the tests, I just committed to the GitHub repo.
You probably should run `make makesum` on the net/tcptestsuite before committing this as Ports updates usually need an updated checksum, even if it's via GitHub.
Created attachment 222987 [details] Patch for updating the Makefile
(In reply to Neel Chauhan from comment #1) This is my first patch for a port. Thanks for the hint. I updated the patch.
LGTM. src committers should be able to commit to ports if a ports committer (like me) gives approval. Be sure to mention something like: Approved by: nc In the commit message. An example: While I'm not as big into TCP hacking anymore, I, a ports committer, was able to commit some TCP/IP patches since a src committer approved. The same way, you, a src committer, can commit to ports with approval from someone like me. If you'd rather have me commit this, let me know and I can happily do this.
A commit references this bug: Author: tuexen Date: Fri Mar 5 01:36:09 UTC 2021 New revision: 567354 URL: https://svnweb.freebsd.org/changeset/ports/567354 Log: Update the test suite to the latest version on Github. PR: 254020 Approved by: nc Changes: head/net/tcptestsuite/Makefile head/net/tcptestsuite/distinfo
(In reply to Neel Chauhan from comment #4) Thanks a lot, it worked. Thank you very much for the prompt support!
A tip for next time: While I know you're more of a src person and (probably) won't be in Ports too often, when committing to Ports, you should have a message like: net/tcptestsuite: Update to 0.0.4 Otherwise, good to hear it worked!
(In reply to Neel Chauhan from comment #7) Thanks again for the hint. Will do that next time.