svn commit: r469510 - head/www/c-icap
Yuri Victorovich
yuri at FreeBSD.org
Thu May 10 07:00:20 UTC 2018
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
More information about the svn-ports-all
mailing list