From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 24 10:10:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B0F37B404 for ; Thu, 24 Jul 2003 10:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC39B43F3F for ; Thu, 24 Jul 2003 10:10:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6OHAFUp098852 for ; Thu, 24 Jul 2003 10:10:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6OHAFjk098851; Thu, 24 Jul 2003 10:10:15 -0700 (PDT) Date: Thu, 24 Jul 2003 10:10:15 -0700 (PDT) Message-Id: <200307241710.h6OHAFjk098851@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rob Subject: Re: ports/54818: pkg-plist fix for security/clamav-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rob List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 17:10:18 -0000 The following reply was made to PR ports/54818; it has been noted by GNATS. From: Rob To: osa@freebsd.org.ru Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/54818: pkg-plist fix for security/clamav-devel Date: Thu, 24 Jul 2003 19:07:45 +0200 Sergey A. Osokin wrote: > On Thu, Jul 24, 2003 at 05:53:03PM +0200, Rob Evers wrote: > >>>Description: >> >>Fix pkg-plist (forgotten config file) >> >>>How-To-Repeat: >> >>N/A >> >>>Fix: >> >>diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist >>--- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 >>+++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 >>@@ -3,6 +3,7 @@ >> bin/clamdscan >> bin/freshclam >> bin/sigtool >>+etc/clamav.conf >> %%CLAMAV-MILTER:%%sbin/clamav-milter >> sbin/clamd >> include/clamav.h > > > Hmm, bump PORTREVISION? > I didn't think it was serious enough, and the next new snapshot will be due in 10 days, as this is the development port of clamav I think most people will upgrade. It just seems a bit silly to compile this program just to change the package database. But here is a different diff with bumped portrevision, you choose. ;-) ---------------------------------------------------------------------- diff -ruN clamav-devel.orig/Makefile clamav-devel/Makefile --- clamav-devel.orig/Makefile Thu Jul 24 17:48:16 2003 +++ clamav-devel/Makefile Thu Jul 24 19:06:13 2003 @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 20030720 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/snapshot/ \ http://clamav.essentkabel.com/snapshot/ \ diff -ruN clamav-devel.orig/pkg-plist clamav-devel/pkg-plist --- clamav-devel.orig/pkg-plist Thu Jul 24 17:48:16 2003 +++ clamav-devel/pkg-plist Thu Jul 24 17:48:39 2003 @@ -3,6 +3,7 @@ bin/clamdscan bin/freshclam bin/sigtool +etc/clamav.conf %%CLAMAV-MILTER:%%sbin/clamav-milter sbin/clamd include/clamav.h