Created attachment 191158 [details] Patch (Revision 1) This port builds on FreeBSD 11.1 amd64.
Hi, for GitHub use GH_ACCOUNT= foo, see: https://www.freebsd.org/doc/en/books/porters-handbook/book.html#makefile-master_sites-github-description thanks :-)
Committed with changes. Thank you for the update!
A commit references this bug: Author: yuri Date: Sat Mar 3 08:40:46 UTC 2018 New revision: 463468 URL: https://svnweb.freebsd.org/changeset/ports/463468 Log: www/mongrel2: Update to 1.11.0 Port changes: * Changed to DISTVERSION * Updated LIB_DEPENDS * Changed to GitHub * GH_TUPLE to unbundle src/mbedtls * Decoupled build and tests * Added TEST_xx lines for tests to run separately * Updated Makefile patches * Silenced/unsilenced commands Tests fail on 12: Invalid system call PR: 226315 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Approved by: tcberner (mentor, implicit) Changes: head/www/mongrel2/Makefile head/www/mongrel2/distinfo head/www/mongrel2/files/patch-Makefile head/www/mongrel2/files/patch-src_mbedtls_Makefile head/www/mongrel2/files/patch-src_mem_align.h head/www/mongrel2/files/patch-src_mem_halloc.c head/www/mongrel2/pkg-plist
Neel, Please take a look at USE_GITHUB and GH_TUPLE tags. GH_TUPLE is used to unbundle the subproject that is included in the git repository as a git submodule. Thank you for maintaining ports! Yuri