Bug 226315

Summary: www/mongrel2: Update to 1.11.0
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Many People CC: joneum, nc, yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch (Revision 1) none

Description Neel Chauhan freebsd_committer freebsd_triage 2018-03-03 00:31:03 UTC
Created attachment 191158 [details]
Patch (Revision 1)

This port builds on FreeBSD 11.1 amd64.
Comment 1 Jochen Neumeister freebsd_committer freebsd_triage 2018-03-03 05:59:17 UTC
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 :-)
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-03 08:40:50 UTC
Committed with changes.
Thank you for the update!
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-03 08:41:12 UTC
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
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-03 08:43:18 UTC
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