From owner-svn-ports-all@freebsd.org Wed Nov 9 23:56:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA1C1C38384; Wed, 9 Nov 2016 23:56:29 +0000 (UTC) (envelope-from mandree@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 mx1.freebsd.org (Postfix) with ESMTPS id 8A12DC3C; Wed, 9 Nov 2016 23:56:29 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA9NuSkx040972; Wed, 9 Nov 2016 23:56:28 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA9NuSmW040970; Wed, 9 Nov 2016 23:56:28 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201611092356.uA9NuSmW040970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Nov 2016 23:56:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425821 - head/security/clamfs X-SVN-Group: ports-head 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.23 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: Wed, 09 Nov 2016 23:56:29 -0000 Author: mandree Date: Wed Nov 9 23:56:28 2016 New Revision: 425821 URL: https://svnweb.freebsd.org/changeset/ports/425821 Log: Update pkg-message and maintainer's email address. PR: 212836 Submitted by: Mageirias Anastasios (maintainer) Modified: head/security/clamfs/Makefile head/security/clamfs/pkg-message Modified: head/security/clamfs/Makefile ============================================================================== --- head/security/clamfs/Makefile Wed Nov 9 23:53:07 2016 (r425820) +++ head/security/clamfs/Makefile Wed Nov 9 23:56:28 2016 (r425821) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= anastmag@gmail.com +MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 Modified: head/security/clamfs/pkg-message ============================================================================== --- head/security/clamfs/pkg-message Wed Nov 9 23:53:07 2016 (r425820) +++ head/security/clamfs/pkg-message Wed Nov 9 23:56:28 2016 (r425821) @@ -1,5 +1,5 @@ ************************************************************************** -In order to use clamav, you should load fuse.ko module. +In order to use clamfs, you should load fuse.ko module. Type "sudo kldload fuse.ko"