Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 07:00:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469510 - head/www/c-icap
Message-ID:  <201805100700.w4A70JVU091497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu May 10 07:00:19 2018
New Revision: 469510
URL: https://svnweb.freebsd.org/changeset/ports/469510

Log:
  www/c-icap: Unbreak: add missing header files in pkg-plist
  
  Also add missing LIB_DEPENDS.
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/www/c-icap/Makefile
  head/www/c-icap/pkg-plist

Modified: head/www/c-icap/Makefile
==============================================================================
--- head/www/c-icap/Makefile	Thu May 10 06:55:04 2018	(r469509)
+++ head/www/c-icap/Makefile	Thu May 10 07:00:19 2018	(r469510)
@@ -14,6 +14,9 @@ COMMENT=	ICAP server implementation
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libbrotlicommon.so:archivers/brotli \
+		libpcre.so:devel/pcre
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir="${PREFIX}/etc/c-icap" \
 		--localstatedir=/var

Modified: head/www/c-icap/pkg-plist
==============================================================================
--- head/www/c-icap/pkg-plist	Thu May 10 06:55:04 2018	(r469509)
+++ head/www/c-icap/pkg-plist	Thu May 10 07:00:19 2018	(r469510)
@@ -28,6 +28,8 @@ include/c_icap/md5.h
 include/c_icap/mem.h
 include/c_icap/module.h
 include/c_icap/net_io.h
+include/c_icap/net_io_ssl.h
+include/c_icap/port.h
 include/c_icap/proc_mutex.h
 include/c_icap/proc_threads_queues.h
 include/c_icap/registry.h



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