Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 18:50:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349877 - head/www/c-icap
Message-ID:  <201404011850.s31IoDLI025223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011850.s31IoDLI025223>