Date: Thu, 20 Oct 2016 18:46:08 +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: r424345 - head/www/kcgi Message-ID: <201610201846.u9KIk8VE039526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201846.u9KIk8VE039526>