Date: Sun, 9 Dec 2018 13:22:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487045 - head/security/clamav Message-ID: <201812091322.wB9DMMuM071519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 9 13:22:22 2018 New Revision: 487045 URL: https://svnweb.freebsd.org/changeset/ports/487045 Log: security/clamav: Install missing headers PR: 233879 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Modified: head/security/clamav/Makefile (contents, props changed) head/security/clamav/pkg-plist (contents, props changed) Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Sun Dec 9 13:13:41 2018 (r487044) +++ head/security/clamav/Makefile Sun Dec 9 13:22:22 2018 (r487045) @@ -2,7 +2,7 @@ PORTNAME= clamav PORTVERSION= 0.101.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -174,7 +174,8 @@ post-build-TESTS-on: fi post-install: - ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${WRKSRC}/libclamav/cltypes.h ${WRKSRC}/platform.h \ + ${STAGEDIR}${PREFIX}/include/ @${MKDIR} ${STAGEDIR}${DOCSDIR}/html \ ${STAGEDIR}${DBDIR} \ ${STAGEDIR}${LOGDIR} \ Modified: head/security/clamav/pkg-plist ============================================================================== --- head/security/clamav/pkg-plist Sun Dec 9 13:13:41 2018 (r487044) +++ head/security/clamav/pkg-plist Sun Dec 9 13:22:22 2018 (r487045) @@ -58,6 +58,8 @@ bin/freshclam bin/sigtool include/clamav-config.h include/clamav.h +include/cltypes.h +include/platform.h lib/libclamav.so lib/libclamav.so.9 lib/libclamav.so.9.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812091322.wB9DMMuM071519>