From owner-svn-ports-head@freebsd.org Fri Jul 17 06:35:23 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 D5B039A4C44; Fri, 17 Jul 2015 06:35:23 +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 C5FE81EEA; Fri, 17 Jul 2015 06:35:23 +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 t6H6ZNrM027518; Fri, 17 Jul 2015 06:35:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6H6ZNTV027516; Fri, 17 Jul 2015 06:35:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507170635.t6H6ZNTV027516@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:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392334 - 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.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:35:23 -0000 Author: bapt Date: Fri Jul 17 06:35:22 2015 New Revision: 392334 URL: https://svnweb.freebsd.org/changeset/ports/392334 Log: Install kfcgi(8) Modified: head/www/kcgi/Makefile head/www/kcgi/pkg-plist Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Fri Jul 17 06:28:45 2015 (r392333) +++ head/www/kcgi/Makefile Fri Jul 17 06:35:22 2015 (r392334) @@ -2,6 +2,7 @@ PORTNAME= kcgi PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ @@ -17,4 +18,7 @@ OPTIONS_DEFINE= EXAMPLES HAS_CONFIGURE= yes MAKE_ARGS= DATADIR=${EXAMPLESDIR} +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/kfcgi ${STAGEDIR}${PREFIX}/sbin/kfcgi + .include Modified: head/www/kcgi/pkg-plist ============================================================================== --- head/www/kcgi/pkg-plist Fri Jul 17 06:28:45 2015 (r392333) +++ head/www/kcgi/pkg-plist Fri Jul 17 06:35:22 2015 (r392334) @@ -24,6 +24,7 @@ man/man3/kmalloc.3.gz man/man3/kutil_urlencode.3.gz man/man3/kvalid_string.3.gz man/man8/kfcgi.8.gz +sbin/kfcgi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample-fcgi.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/template.xml