svn commit: r458171 - in head/www: unit unit-go

Sergey A. Osokin osa at FreeBSD.org
Fri Jan 5 21:09:29 UTC 2018


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.
  
  <ChangeLog>
  
  *) 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.
  
  </ChangeLog>

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


More information about the svn-ports-all mailing list