From owner-svn-ports-all@freebsd.org Thu Oct 20 18:46:09 2016 Return-Path: Delivered-To: svn-ports-all@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 B014BC19EA6; Thu, 20 Oct 2016 18:46:09 +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 66653155F; Thu, 20 Oct 2016 18:46:09 +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 u9KIk8Xk039529; Thu, 20 Oct 2016 18:46:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KIk8VE039526; Thu, 20 Oct 2016 18:46:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610201846.u9KIk8VE039526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 20 Oct 2016 18:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424345 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 18:46:09 -0000 Author: bapt Date: Thu Oct 20 18:46:08 2016 New Revision: 424345 URL: https://svnweb.freebsd.org/changeset/ports/424345 Log: Update to 0.9.1 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo head/www/kcgi/pkg-plist Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/Makefile Thu Oct 20 18:46:08 2016 (r424345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ @@ -10,7 +10,7 @@ COMMENT= Minimal sandboxed CGI library i LICENSE= ISCL -USES= tar:tgz +USES= tar:tgz gmake OPTIONS_DEFINE= EXAMPLES @@ -18,8 +18,10 @@ BROKEN_FreeBSD_9= Requires capsicum HAS_CONFIGURE= yes MAKE_ARGS= DATADIR=${EXAMPLESDIR} +MAKEFILE= GNUmakefile -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/kfcgi ${STAGEDIR}${PREFIX}/sbin/kfcgi +post-patch: + @${REINPLACE_CMD} -e "s/install -m 0555/${INSTALL_PROGRAM}/" \ + ${WRKSRC}/GNUmakefile .include Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/distinfo Thu Oct 20 18:46:08 2016 (r424345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476167395 -SHA256 (kcgi-0.9.0.tgz) = 7b4931fd4ebbf127efed0959a8157e3cf86e82e388f5322d67440c477e30ee5a -SIZE (kcgi-0.9.0.tgz) = 136285 +TIMESTAMP = 1476986842 +SHA256 (kcgi-0.9.1.tgz) = 9d4eb242b95eab948069bc32fc43bd04f3bc1f21cd1f25415a6a2f6538b896b3 +SIZE (kcgi-0.9.1.tgz) = 138369 Modified: head/www/kcgi/pkg-plist ============================================================================== --- head/www/kcgi/pkg-plist Thu Oct 20 18:24:26 2016 (r424344) +++ head/www/kcgi/pkg-plist Thu Oct 20 18:46:08 2016 (r424345) @@ -27,6 +27,7 @@ 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_log.3.gz man/man3/kutil_urlencode.3.gz man/man3/kvalid_string.3.gz man/man8/kfcgi.8.gz