From owner-svn-ports-head@freebsd.org Fri Jul 17 06:19:16 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23D7C9A4916; Fri, 17 Jul 2015 06:19:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A28111BE; Fri, 17 Jul 2015 06:19:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6H6JFDq019441; Fri, 17 Jul 2015 06:19:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6H6JDG7019432; Fri, 17 Jul 2015 06:19:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507170619.t6H6JDG7019432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 17 Jul 2015 06:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392332 - in head/www/kcgi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 06:19:16 -0000 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 +-#endif + + #include + #include 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 +-#endif + + #include + #include +@@ -27,6 +25,7 @@ + #include + #include + #include ++#include + #ifdef HAVE_ZLIB + #include + #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