Bug 54818 - pkg-plist fix for security/clamav-devel
Summary: pkg-plist fix for security/clamav-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-24 17:00 UTC by rob
Modified: 2003-07-24 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (318 bytes, patch)
2003-07-24 17:00 UTC, rob
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rob 2003-07-24 17:00:33 UTC
Fix pkg-plist (forgotten config file)

How-To-Repeat: N/A
Comment 1 osa 2003-07-24 17:12:16 UTC
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?

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 2 rob 2003-07-24 18:07:45 UTC
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
Comment 3 osa 2003-07-24 21:32:17 UTC
On Thu, Jul 24, 2003 at 07:07:45PM +0200, Rob wrote:
> 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.

I'm only ask about your approve of bump PORTREVISION.
I know howto make a patch :-)

> 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. ;-)

Just look at rules about PORTREVISION variable at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#AEN410
<quote>
Examples of when PORTREVISION should be bumped:
...
Changes in the packing list or the install-time behavior
of the package (e.g. change to a script which generates
initial data for the package, like ssh host keys).
</quote>

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 4 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-24 21:33:50 UTC
State Changed
From-To: open->closed

Committed, thanks!