From owner-svn-ports-head@FreeBSD.ORG Tue Apr 1 18:50:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0F61E1E; Tue, 1 Apr 2014 18:50:13 +0000 (UTC) Received: from svn.freebsd.org (svn.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 9E3F8C64; Tue, 1 Apr 2014 18:50:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s31IoDLP025225; Tue, 1 Apr 2014 18:50:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s31IoDLI025223; Tue, 1 Apr 2014 18:50:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404011850.s31IoDLI025223@svn.freebsd.org> From: Antoine Brodin Date: Tue, 1 Apr 2014 18:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349877 - head/www/c-icap 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.17 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, 01 Apr 2014 18:50:13 -0000 Author: antoine Date: Tue Apr 1 18:50:12 2014 New Revision: 349877 URL: http://svnweb.freebsd.org/changeset/ports/349877 QAT: https://qat.redports.org/buildarchive/r349877/ Log: Finish stage support Reported by: poudriere With hat: portmgr Modified: head/www/c-icap/Makefile head/www/c-icap/pkg-plist Modified: head/www/c-icap/Makefile ============================================================================== --- head/www/c-icap/Makefile Tue Apr 1 18:48:56 2014 (r349876) +++ head/www/c-icap/Makefile Tue Apr 1 18:50:12 2014 (r349877) @@ -3,6 +3,7 @@ PORTNAME= c-icap PORTVERSION= 0.3.3 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3.x/ @@ -32,13 +33,6 @@ CICAP_GID= 959 USERS= ${CICAP_USER} GROUPS= ${CICAP_GROUP} -MAN8= c-icap-client.8 \ - c-icap-config.8 \ - c-icap-libicapapi-config.8 \ - c-icap-mkbdb.8 \ - c-icap-stretch.8 \ - c-icap.8 - CONFIGURE_ARGS+= --enable-static \ --sysconfdir="${PREFIX}/etc/c-icap" \ --localstatedir=/var Modified: head/www/c-icap/pkg-plist ============================================================================== --- head/www/c-icap/pkg-plist Tue Apr 1 18:48:56 2014 (r349876) +++ head/www/c-icap/pkg-plist Tue Apr 1 18:50:12 2014 (r349877) @@ -69,4 +69,10 @@ lib/c_icap/sys_logger.so lib/libicapapi.la lib/libicapapi.so.3 lib/libicapapi.so +man/man8/c-icap-client.8.gz +man/man8/c-icap-config.8.gz +man/man8/c-icap-libicapapi-config.8.gz +man/man8/c-icap-mkbdb.8.gz +man/man8/c-icap-stretch.8.gz +man/man8/c-icap.8.gz @dirrmtry etc/c-icap