svn commit: r349877 - head/www/c-icap

Antoine Brodin antoine at FreeBSD.org
Tue Apr 1 18:50:13 UTC 2014


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


More information about the svn-ports-all mailing list