From owner-svn-ports-head@freebsd.org Tue Oct 11 06:32:48 2016 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 084E1C0C839; Tue, 11 Oct 2016 06:32:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B3611FF7; Tue, 11 Oct 2016 06:32:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B6WkFW087921; Tue, 11 Oct 2016 06:32:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B6Wk2k087918; Tue, 11 Oct 2016 06:32:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610110632.u9B6Wk2k087918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Oct 2016 06:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423746 - head/www/kcgi 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.23 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: Tue, 11 Oct 2016 06:32:48 -0000 Author: bapt Date: Tue Oct 11 06:32:46 2016 New Revision: 423746 URL: https://svnweb.freebsd.org/changeset/ports/423746 Log: Update to 0.9.0 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo head/www/kcgi/pkg-plist Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/Makefile Tue Oct 11 06:32:46 2016 (r423746) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.0 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/distinfo Tue Oct 11 06:32:46 2016 (r423746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472210206 -SHA256 (kcgi-0.8.5.tgz) = edd12c3a23932d3ac2b65210701d3f5d08e3d1a08ede0e72dabf048ea07f207a -SIZE (kcgi-0.8.5.tgz) = 129139 +TIMESTAMP = 1476167395 +SHA256 (kcgi-0.9.0.tgz) = 7b4931fd4ebbf127efed0959a8157e3cf86e82e388f5322d67440c477e30ee5a +SIZE (kcgi-0.9.0.tgz) = 136285 Modified: head/www/kcgi/pkg-plist ============================================================================== --- head/www/kcgi/pkg-plist Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/pkg-plist Tue Oct 11 06:32:46 2016 (r423746) @@ -1,10 +1,12 @@ include/kcgi.h include/kcgihtml.h include/kcgijson.h +include/kcgiregress.h include/kcgixml.h lib/libkcgi.a lib/libkcgihtml.a lib/libkcgijson.a +lib/libkcgiregress.a lib/libkcgixml.a man/man3/kcgi.3.gz man/man3/kcgihtml.3.gz @@ -24,6 +26,7 @@ man/man3/khttp_write.3.gz man/man3/khttpbasic_validate.3.gz man/man3/khttpdigest_validate.3.gz man/man3/kmalloc.3.gz +man/man3/kutil_epoch2str.3.gz man/man3/kutil_urlencode.3.gz man/man3/kvalid_string.3.gz man/man8/kfcgi.8.gz