svn commit: r519107 - in head/security/clamfs: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 5 20:38:52 UTC 2019


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 at burghardt.pl
  Approved by:	maintainer timeout (anastasios at 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 at 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 <bsd.port.mk>

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: <<EOM
-In order to use clamfs, you should load fuse.ko module.
+In order to use clamfs, you should load fuse.ko module and start clamd.
 
-Type "sudo kldload fuse.ko"
+Type:
 
-For more info please visit http://clamfs.sourceforge.net
+ sudo kldload fuse.ko
+ sudo service clamav-freshclam onestart
+ sudo service clamav-daemon onestart
+
+For more info please visit:
+ https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
 EOM
 }
 ]


More information about the svn-ports-all mailing list