Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 19:45:57 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472155 - head/www/unit
Message-ID:  <201806101945.w5AJjvUX018118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  <ChangeLog>
  
  *) 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.
  
  </ChangeLog>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806101945.w5AJjvUX018118>