Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 10:10:15 -0700 (PDT)
From:      Rob <rob@debank.tv>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54818: pkg-plist fix for security/clamav-devel
Message-ID:  <200307241710.h6OHAFjk098851@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54818; it has been noted by GNATS.

From: Rob <rob@debank.tv>
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
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307241710.h6OHAFjk098851>