Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2015 06:19:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392332 - in head/www/kcgi: . files
Message-ID:  <201507170619.t6H6JDG7019432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 17 06:19:12 2015
New Revision: 392332
URL: https://svnweb.freebsd.org/changeset/ports/392332

Log:
  Update to 0.6.2

Added:
  head/www/kcgi/files/
  head/www/kcgi/files/patch-child.c   (contents, props changed)
  head/www/kcgi/files/patch-kcgiregress.c   (contents, props changed)
  head/www/kcgi/files/patch-output.c   (contents, props changed)
Modified:
  head/www/kcgi/Makefile
  head/www/kcgi/distinfo
  head/www/kcgi/pkg-plist

Modified: head/www/kcgi/Makefile
==============================================================================
--- head/www/kcgi/Makefile	Fri Jul 17 06:05:08 2015	(r392331)
+++ head/www/kcgi/Makefile	Fri Jul 17 06:19:12 2015	(r392332)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kcgi
-PORTVERSION=	0.6.1
+PORTVERSION=	0.6.2
 CATEGORIES=	www devel
 MASTER_SITES=	http://kristaps.bsd.lv/kcgi/snapshots/
 

Modified: head/www/kcgi/distinfo
==============================================================================
--- head/www/kcgi/distinfo	Fri Jul 17 06:05:08 2015	(r392331)
+++ head/www/kcgi/distinfo	Fri Jul 17 06:19:12 2015	(r392332)
@@ -1,2 +1,2 @@
-SHA256 (kcgi-0.6.1.tgz) = 5e0779067ff661103884d470afbbe4f85a81ccbcd29778795e6f7d28ba4bb91e
-SIZE (kcgi-0.6.1.tgz) = 84326
+SHA256 (kcgi-0.6.2.tgz) = a1e5104c521f6528afd544c20e2c35e176916085659a878ae99eb59dc119534d
+SIZE (kcgi-0.6.2.tgz) = 97487

Added: head/www/kcgi/files/patch-child.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/kcgi/files/patch-child.c	Fri Jul 17 06:19:12 2015	(r392332)
@@ -0,0 +1,12 @@
+--- child.c.orig	2015-07-16 22:52:47 UTC
++++ child.c
+@@ -17,9 +17,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+-#ifdef __linux__
+ #include <arpa/inet.h>
+-#endif
+ 
+ #include <assert.h>
+ #include <ctype.h>

Added: head/www/kcgi/files/patch-kcgiregress.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/kcgi/files/patch-kcgiregress.c	Fri Jul 17 06:19:12 2015	(r392332)
@@ -0,0 +1,12 @@
+--- kcgiregress.c.orig	2015-07-17 06:16:43 UTC
++++ kcgiregress.c
+@@ -197,9 +197,6 @@ dochild_cgi(kcgi_regress_server child, v
+ 		setenv(headbuf, val, 1);
+ 	}
+ 
+-	if (NULL == head)
+-		goto out;
+-
+ 	if (-1 != in)
+ 		close(in);
+ 	if (-1 != s)

Added: head/www/kcgi/files/patch-output.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/kcgi/files/patch-output.c	Fri Jul 17 06:19:12 2015	(r392332)
@@ -0,0 +1,20 @@
+--- output.c.orig	2015-07-16 22:52:47 UTC
++++ output.c
+@@ -17,9 +17,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif
+-#ifdef __linux__
+ #include <arpa/inet.h>
+-#endif
+ 
+ #include <assert.h>
+ #include <stdarg.h>
+@@ -27,6 +25,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+ #ifdef HAVE_ZLIB
+ #include <zlib.h>
+ #endif

Modified: head/www/kcgi/pkg-plist
==============================================================================
--- head/www/kcgi/pkg-plist	Fri Jul 17 06:05:08 2015	(r392331)
+++ head/www/kcgi/pkg-plist	Fri Jul 17 06:19:12 2015	(r392332)
@@ -6,12 +6,15 @@ lib/libkcgi.a
 lib/libkcgihtml.a
 lib/libkcgijson.a
 lib/libkcgixml.a
-man/man3/kcgi.3.gz
+man/man3/kcgi.3.gr
 man/man3/kcgi_regress.3.gz
 man/man3/kcgihtml.3.gz
 man/man3/kcgijson.3.gz
 man/man3/kcgixml.3.gz
 man/man3/khttp_body.3.gz
+man/man3/khttp_fcgi_free.3.gz
+man/man3/khttp_fcgi_init.3.gz
+man/man3/khttp_fcgi_parse.3.gz
 man/man3/khttp_free.3.gz
 man/man3/khttp_head.3.gz
 man/man3/khttp_parse.3.gz
@@ -20,5 +23,7 @@ man/man3/khttp_write.3.gz
 man/man3/kmalloc.3.gz
 man/man3/kutil_urlencode.3.gz
 man/man3/kvalid_string.3.gz
+man/man8/kfcgi.8.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample-fcgi.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template.xml



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