From owner-svn-ports-all@freebsd.org Fri Jan 5 21:09:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F162DEC0CC1; Fri, 5 Jan 2018 21:09:28 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB91F7E96F; Fri, 5 Jan 2018 21:09:28 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w05L9R86085967; Fri, 5 Jan 2018 21:09:27 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w05L9Rtj085964; Fri, 5 Jan 2018 21:09:27 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201801052109.w05L9Rtj085964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 5 Jan 2018 21:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458171 - in head/www: unit unit-go X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/www: unit unit-go X-SVN-Commit-Revision: 458171 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 21:09:29 -0000 Author: osa Date: Fri Jan 5 21:09:27 2018 New Revision: 458171 URL: https://svnweb.freebsd.org/changeset/ports/458171 Log: Upgrade from 0.2 to 0.3. *) Change: the Go package name changed to "nginx/unit". *) Change: in the "limits.timeout" application option: application start time and time in queue now are not accounted. *) Feature: the "limits.requests" application option. *) Feature: application request processing latency optimization. *) Feature: HTTP keep-alive connections support. *) Feature: the "home" Python virtual environment configuration option. *) Feature: Python atexit hook support. *) Feature: various Go package improvements. *) Bugfix: various crashes fixed. Modified: head/www/unit-go/pkg-plist head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit-go/pkg-plist ============================================================================== --- head/www/unit-go/pkg-plist Fri Jan 5 20:50:33 2018 (r458170) +++ head/www/unit-go/pkg-plist Fri Jan 5 21:09:27 2018 (r458171) @@ -1,6 +1,6 @@ %%GO_LIBDIR%%/unit.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cbytes-1.6.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cbytes-1.7.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/darwin-cflags.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ldflags-lrt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.c %%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.h %%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.c Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Fri Jan 5 20:50:33 2018 (r458170) +++ head/www/unit/Makefile Fri Jan 5 21:09:27 2018 (r458171) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Fri Jan 5 20:50:33 2018 (r458170) +++ head/www/unit/distinfo Fri Jan 5 21:09:27 2018 (r458171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508776840 -SHA256 (unit-0.2.tar.gz) = 07d7f6dc9d6b7014ed8e80176864c37a1dc688cc8272f0d9f37e8817aa7a12c5 -SIZE (unit-0.2.tar.gz) = 366853 +TIMESTAMP = 1515182579 +SHA256 (unit-0.3.tar.gz) = a5a768bcdfb6de93e1264d307d094cf33362cd7d9d42928ba7729003a72467be +SIZE (unit-0.3.tar.gz) = 382964