Received: by mail.netbsd.org (Postfix, from userid 605) id 9305584D98; Thu, 10 Oct 2019 15:43:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B77684D5F for ; Thu, 10 Oct 2019 15:43:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KTmRbucMG0yn for ; Thu, 10 Oct 2019 15:43:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F84A84D04 for ; Thu, 10 Oct 2019 15:43:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38CBFFBF4; Thu, 10 Oct 2019 15:43:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570722224146350" MIME-Version: 1.0 Date: Thu, 10 Oct 2019 15:43:44 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/security/clamav To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20191010154344.38CBFFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570722224146350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Thu Oct 10 15:43:44 UTC 2019 Modified Files: pkgsrc/security/clamav: Makefile Log Message: remove pkgrevision To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/clamav/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570722224146350 Content-Disposition: inline Content-Length: 479 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/clamav/Makefile diff -u pkgsrc/security/clamav/Makefile:1.55 pkgsrc/security/clamav/Makefile:1.56 --- pkgsrc/security/clamav/Makefile:1.55 Thu Oct 10 15:41:29 2019 +++ pkgsrc/security/clamav/Makefile Thu Oct 10 15:43:44 2019 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.55 2019/10/10 15:41:29 prlw1 Exp $ +# $NetBSD: Makefile,v 1.56 2019/10/10 15:43:44 prlw1 Exp $ -PKGREVISION= 1 .include "Makefile.common" COMMENT= Anti-virus toolkit --_----------=_1570722224146350--