svn commit: r459969 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Thu Jan 25 23:02:38 UTC 2018


Author: osa
Date: Thu Jan 25 23:02:37 2018
New Revision: 459969
URL: https://svnweb.freebsd.org/changeset/ports/459969

Log:
  Upgrade from 0.3 to 0.4.
  
  PR:	225386
  
  <ChangeLog>
  
  *) Feature: compatibility with DragonFly BSD.
  
  *) Feature: "configure php --lib-static" option.
  
  *) Bugfix: HTTP request body was not passed to application; the bug had
     appeared in 0.3.
  
  *) Bugfix: HTTP large header buffers allocation and deallocation fixed;
     the bug had appeared in 0.3.
  
  *) Bugfix: some PHP applications might not work with relative "root"
     path.
  
  </ChangeLog>

Modified:
  head/www/unit/Makefile
  head/www/unit/distinfo

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Jan 25 23:00:29 2018	(r459968)
+++ head/www/unit/Makefile	Thu Jan 25 23:02:37 2018	(r459969)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unit
-PORTVERSION=	0.3
-PORTREVISION=	1
+PORTVERSION=	0.4
 CATEGORIES=	www
 MASTER_SITES=	https://unit.nginx.org/download/
 

Modified: head/www/unit/distinfo
==============================================================================
--- head/www/unit/distinfo	Thu Jan 25 23:00:29 2018	(r459968)
+++ head/www/unit/distinfo	Thu Jan 25 23:02:37 2018	(r459969)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515182579
-SHA256 (unit-0.3.tar.gz) = a5a768bcdfb6de93e1264d307d094cf33362cd7d9d42928ba7729003a72467be
-SIZE (unit-0.3.tar.gz) = 382964
+TIMESTAMP = 1516659548
+SHA256 (unit-0.4.tar.gz) = 5c106f9a2bbed5abadd97a529922df4376ae1062caa9701945c760233292e91c
+SIZE (unit-0.4.tar.gz) = 364110


More information about the svn-ports-all mailing list