From owner-svn-ports-all@freebsd.org Sun Jun 10 19:45:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A2B5101B69A; Sun, 10 Jun 2018 19:45:58 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CEB97488D; Sun, 10 Jun 2018 19:45:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09FE3114D4; Sun, 10 Jun 2018 19:45:58 +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 w5AJjvcD018121; Sun, 10 Jun 2018 19:45:57 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AJjvUX018118; Sun, 10 Jun 2018 19:45:57 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201806101945.w5AJjvUX018118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 10 Jun 2018 19:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472155 - head/www/unit X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/www/unit X-SVN-Commit-Revision: 472155 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.26 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: Sun, 10 Jun 2018 19:45:58 -0000 Author: osa Date: Sun Jun 10 19:45:57 2018 New Revision: 472155 URL: https://svnweb.freebsd.org/changeset/ports/472155 Log: Upgrade from 1.1 to 1.2. *) Feature: configuration of environment variables for application processes. *) Feature: customization of php.ini path. *) Feature: setting of individual PHP configuration options. *) Feature: configuration of execution arguments for Go applications. *) Bugfix: keep-alive connections might hang after reconfiguration. Modified: head/www/unit/Makefile head/www/unit/distinfo Modified: head/www/unit/Makefile ============================================================================== --- head/www/unit/Makefile Sun Jun 10 19:36:46 2018 (r472154) +++ head/www/unit/Makefile Sun Jun 10 19:45:57 2018 (r472155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ Modified: head/www/unit/distinfo ============================================================================== --- head/www/unit/distinfo Sun Jun 10 19:36:46 2018 (r472154) +++ head/www/unit/distinfo Sun Jun 10 19:45:57 2018 (r472155) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524778894 -SHA256 (unit-1.1.tar.gz) = 7c66365f5ea87e7e8903bac9d639676947fe2ab7aa799ce35defc426b3409ee0 -SIZE (unit-1.1.tar.gz) = 394937 +TIMESTAMP = 1528659357 +SHA256 (unit-1.2.tar.gz) = d8637115b44cc1e32f4f74db302fd7871dbe480cf172285b359dc94db4ed43e0 +SIZE (unit-1.2.tar.gz) = 399085