From owner-svn-ports-all@freebsd.org Thu Dec 5 20:38:52 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E6391AB815; Thu, 5 Dec 2019 20:38:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47TSHH6d9nz4cfB; Thu, 5 Dec 2019 20:38:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C277D1E7BA; Thu, 5 Dec 2019 20:38:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB5KcpAL034400; Thu, 5 Dec 2019 20:38:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB5Kcobj034396; Thu, 5 Dec 2019 20:38:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201912052038.xB5Kcobj034396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 5 Dec 2019 20:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519107 - in head/security/clamfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/security/clamfs: . files X-SVN-Commit-Revision: 519107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2019 20:38:52 -0000 Author: amdmi3 Date: Thu Dec 5 20:38:50 2019 New Revision: 519107 URL: https://svnweb.freebsd.org/changeset/ports/519107 Log: - Update to 1.1.0 PR: 241433 Submitted by: krzysztof@burghardt.pl Approved by: maintainer timeout (anastasios@mageirias.com, >month) Deleted: head/security/clamfs/files/ Modified: head/security/clamfs/Makefile head/security/clamfs/distinfo head/security/clamfs/pkg-descr head/security/clamfs/pkg-message Modified: head/security/clamfs/Makefile ============================================================================== --- head/security/clamfs/Makefile Thu Dec 5 19:57:37 2019 (r519106) +++ head/security/clamfs/Makefile Thu Dec 5 20:38:50 2019 (r519107) @@ -2,41 +2,42 @@ # $FreeBSD$ PORTNAME= clamfs -PORTVERSION= 1.0.1 -PORTREVISION= 15 +PORTVERSION= 1.1.0 CATEGORIES= security -MASTER_SITES= SF +MASTER_SITES= https://github.com/burghardt/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 -BROKEN_armv6= fails to compile: ./config.hxx:52:17: expected namespace name -BROKEN_armv7= fails to compile: ./config.hxx:52:17: expected namespace name - -LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ +LIB_DEPENDS= libPocoFoundation.so:devel/poco \ libPocoNet.so:devel/poco \ + libPocoXML.so:devel/poco \ librlog.so:devel/rlog BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav +USES= compiler:c++11-lib autoreconf fuse + GNU_CONFIGURE= yes -USES= compiler:c++11-lib fuse - PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz +PORTDOCS= * OPTIONS_DEFINE= DOCS -DOCS_PORTDOCS= * +post-patch: + @${REINPLACE_CMD} -e 's|-Werror ||g' ${WRKSRC}/configure.ac + post-patch-DOCS-on: @${REINPLACE_CMD} -e '/socket=/s/ctl/sock/' \ - ${WRKSRC}/doc/clamfs.xml + ${WRKSRC}/doc/clamfs.xml ${WRKSRC}/doc/debug.xml post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/clamfs.xml ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/debug.xml ${STAGEDIR}${DOCSDIR} .include Modified: head/security/clamfs/distinfo ============================================================================== --- head/security/clamfs/distinfo Thu Dec 5 19:57:37 2019 (r519106) +++ head/security/clamfs/distinfo Thu Dec 5 20:38:50 2019 (r519107) @@ -1,2 +1,3 @@ -SHA256 (clamfs-1.0.1.tar.gz) = d4f8b0ce767fab3deeb356e8c7cd45a34b5e3de43177735b4f315fc16aa11d03 -SIZE (clamfs-1.0.1.tar.gz) = 142386 +TIMESTAMP = 1571827207 +SHA256 (clamfs-1.1.0.tar.gz) = 64747d91af1c2a308c16a8fcfdae1ff8a43a72d600cae8397a93d9dc9c176ff2 +SIZE (clamfs-1.1.0.tar.gz) = 181457 Modified: head/security/clamfs/pkg-descr ============================================================================== --- head/security/clamfs/pkg-descr Thu Dec 5 19:57:37 2019 (r519106) +++ head/security/clamfs/pkg-descr Thu Dec 5 20:38:50 2019 (r519107) @@ -9,4 +9,4 @@ Features - ScanCache speeds up file access - Sends mail to administrator when detect virus -WWW: http://clamfs.sourceforge.net/ +WWW: https://github.com/burghardt/clamfs Modified: head/security/clamfs/pkg-message ============================================================================== --- head/security/clamfs/pkg-message Thu Dec 5 19:57:37 2019 (r519106) +++ head/security/clamfs/pkg-message Thu Dec 5 20:38:50 2019 (r519107) @@ -1,11 +1,16 @@ [ { type: install message: <